Skip to content

Commit 28fbcbf

Browse files
chore(main): release toolbox-adk 0.6.0
1 parent c0f23b4 commit 28fbcbf

4 files changed

Lines changed: 26 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.8",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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-11)
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+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
* **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))
20+
21+
22+
### Documentation
23+
24+
* 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))
25+
326
## [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)
427

528
### 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)