From 3f068cc6acab0f99dd45c7fc4e3a9ecf151727cb Mon Sep 17 00:00:00 2001 From: "Wei (Jack) Sun" Date: Fri, 29 May 2026 16:38:26 -0700 Subject: [PATCH 1/2] chore(release/v1-candidate): release 1.34.1 --- .github/.release-please-manifest-v1.json | 2 +- CHANGELOG.md | 10 ++++++++++ src/google/adk/version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest-v1.json b/.github/.release-please-manifest-v1.json index 1aa7bc97e61..4de106f0175 100644 --- a/.github/.release-please-manifest-v1.json +++ b/.github/.release-please-manifest-v1.json @@ -1,3 +1,3 @@ { - ".": "1.34.0" + ".": "1.34.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08799f7a133..cd221e6bda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.34.1](https://github.com/google/adk-python/compare/v1.34.0...v1.34.1) (2026-05-29) + + +### Bug Fixes + +* cherry-pick bug fixes from main into v1 ([d22291d](https://github.com/google/adk-python/commit/d22291d4d68d99704ff25aa697bdfd6dbfd3eb60)) +* Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded ([9b6b9e9](https://github.com/google/adk-python/commit/9b6b9e976300ab223c77075554d6cd66ce1179ff)) +* fix input and output transcription finished events for Gemini v3.1 ([13763d7](https://github.com/google/adk-python/commit/13763d71f883b215dae08feb3f042869b9cd5d18)) +* **tools:** Prevent session drop on MCP tool error ([1fd406b](https://github.com/google/adk-python/commit/1fd406b90ae00c59d84093c33bc04530825bc760)) + ## [1.34.0](https://github.com/google/adk-python/compare/v1.33.0...v1.34.0) (2026-05-18) diff --git a/src/google/adk/version.py b/src/google/adk/version.py index cf2713c03f2..b31a9d26807 100644 --- a/src/google/adk/version.py +++ b/src/google/adk/version.py @@ -13,4 +13,4 @@ # limitations under the License. # version: major.minor.patch -__version__ = "1.34.0" +__version__ = "1.34.1" From e7a0ae9851fc14922ad98433294f1bb072ebbcd5 Mon Sep 17 00:00:00 2001 From: Yifan Date: Fri, 29 May 2026 16:58:09 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd221e6bda0..2f278f0531b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Bug Fixes -* cherry-pick bug fixes from main into v1 ([d22291d](https://github.com/google/adk-python/commit/d22291d4d68d99704ff25aa697bdfd6dbfd3eb60)) * Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded ([9b6b9e9](https://github.com/google/adk-python/commit/9b6b9e976300ab223c77075554d6cd66ce1179ff)) * fix input and output transcription finished events for Gemini v3.1 ([13763d7](https://github.com/google/adk-python/commit/13763d71f883b215dae08feb3f042869b9cd5d18)) * **tools:** Prevent session drop on MCP tool error ([1fd406b](https://github.com/google/adk-python/commit/1fd406b90ae00c59d84093c33bc04530825bc760))