Skip to content

Commit 54bd9d2

Browse files
release-please[bot]anubhav756
authored andcommitted
chore(main): release toolbox-adk 0.6.0
1 parent 91e5745 commit 54bd9d2

4 files changed

Lines changed: 35 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/toolbox-langchain": "0.5.8",
33
"packages/toolbox-core": "0.5.9",
44
"packages/toolbox-llamaindex": "0.5.8",
5-
"packages/toolbox-adk": "0.5.8"
5+
"packages/toolbox-adk": "0.6.0"
66
}

packages/toolbox-adk/CHANGELOG.md

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

3+
## [0.6.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.8...toolbox-adk-v0.6.0) (2026-02-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **adk:** remove pre/post processing functionality ([#539](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/539))
9+
10+
### Features
11+
12+
* **adk:** remove pre/post processing functionality ([#539](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/539)) ([36953cf](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36953cff75ce2e11c8f69f4ad9139eec8ef2fc44))
13+
* Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88))
14+
* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109))
15+
16+
17+
### Bug Fixes
18+
19+
* **adk:** Add float type parsing and required field None handling ([#549](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/549)) ([4302b80](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4302b804bc5ea9faa25c58badb0197b2b2153d43))
20+
* **adk:** implement `_get_declaration` to natively support ADK schema builder ([#534](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/534)) ([4f11229](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4f112293becf3dc7c0e2f44cb7754a1eb8e45def))
21+
* **adk:** resolve OAuth persistence, ID token extraction, and auth flow crashes ([#535](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/535)) ([663a4e1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/663a4e144b039207ef66b512d6287f9e520435de))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* **deps:** update mcp toolbox server version in integration tests to v0.27.0 to v0.27.0 ([#545](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/545)) ([851c7b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/851c7b542a18cd634b943d47b5b5331ac19dcd5b))
27+
* Fix issue with release PR presubmits not picking latest changes from orch packages ([#548](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/548)) ([8b0db22](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8b0db22d55453c963ba726b639922085ef77db20))
28+
* optimize CI dependency resolution to prevent PyPI version conflicts ([#546](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/546)) ([7c4a608](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7c4a608734042e0d501bbe351ad0c0e295cfe909))
29+
30+
31+
### Documentation
32+
33+
* Update README with simplified ADK import paths and modernized type hints in code examples ([#537](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/537)) ([8e7ea07](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8e7ea0745de565729d6bfcb5708b7a8473a54f9e))
34+
335
## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.7...toolbox-adk-v0.5.8) (2026-01-29)
436

537
### Features

packages/toolbox-adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"toolbox-core==0.5.8", # x-release-please-version
22+
"toolbox-core==0.6.0", # x-release-please-version
2323
"google-auth>=2.43.0,<3.0.0",
2424
"google-auth-oauthlib>=1.2.0,<2.0.0",
2525
"google-adk>=1.20.0,<2.0.0",

packages/toolbox-adk/src/toolbox_adk/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__ = "0.5.8"
15+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)