Skip to content

Commit 3b5d81b

Browse files
chore(main): release toolbox-core 1.2.0 (#664)
* chore(main): release toolbox-core 1.2.0 * chore: update changelog Removed miscellaneous chore entries from the changelog and corrected the schema type mapping for caching Google ID tokens. --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent 2028df0 commit 3b5d81b

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "1.0.1",
3-
"packages/toolbox-core": "1.1.0",
3+
"packages/toolbox-core": "1.2.0",
44
"packages/toolbox-llamaindex": "0.7.0",
55
"packages/toolbox-adk": "1.0.1"
66
}

packages/toolbox-core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v1.1.0...toolbox-core-v1.2.0) (2026-07-09)
4+
5+
6+
### Features
7+
8+
* add support for stateless MCP 2026 draft and protocol negotiation fallback ([#699](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/699)) ([68263e1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/68263e138e37125249584ca410f1c1bcf562602a))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** add 'number' schema type mapping to fix float parameter loading ([#667](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/667)) ([0e8d2da](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0e8d2dac9bfcef6f858ceeb04fa6ebe21a7fc506))
14+
* **core:** cache Google ID tokens per audience to prevent cross-audience token reuse ([#675](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/675)) ([91b5bb9](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/91b5bb9081ab6b34d9678082a82205756c6f298f))
15+
16+
317
## [1.1.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v1.0.0...toolbox-core-v1.1.0) (2026-05-18)
418

519

packages/toolbox-core/src/toolbox_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.1.0"
15+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)