From 2b5d640a93add3e1ce16a89ed626ca3d8d5dafdc Mon Sep 17 00:00:00 2001 From: adk-bot Date: Fri, 7 Aug 2026 16:38:40 -0700 Subject: [PATCH 1/2] chore(release/v1-candidate): release 1.38.0 --- .github/.release-please-manifest-v1.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ src/google/adk/version.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest-v1.json b/.github/.release-please-manifest-v1.json index 3ab81460f30..00a5aedfd21 100644 --- a/.github/.release-please-manifest-v1.json +++ b/.github/.release-please-manifest-v1.json @@ -1,3 +1,3 @@ { - ".": "1.37.0" + ".": "1.38.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2b856d6b9..adbcd18e929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.38.0](https://github.com/google/adk-python/compare/v1.37.0...v1.38.0) (2026-08-07) + + +### Features + +* **live:** forward safety_settings from generate_content_config to the Live API ([#6641](https://github.com/google/adk-python/issues/6641)) ([99c1aa3](https://github.com/google/adk-python/commit/99c1aa325e448f2ff7a4ffd037f98fd5b20fb4c5)) + + +### Bug Fixes + +* avoid shell execution in ReadFileTool ranged reads and keep local environment file access in workspace ([#6597](https://github.com/google/adk-python/issues/6597)) ([c680728](https://github.com/google/adk-python/commit/c68072840131199e93ba6cff76b20ca758ef1161)) +* **deps:** exclude nltk 3.10.1, which breaks venvs living inside the working directory (v1) ([#6607](https://github.com/google/adk-python/issues/6607)) ([f25bb90](https://github.com/google/adk-python/commit/f25bb900557587657e90d9293c09a2e3e172a3fd)) +* **eval:** handle failed inference results without invocations (cherry-pick) ([#6565](https://github.com/google/adk-python/issues/6565)) ([4555273](https://github.com/google/adk-python/commit/4555273b5b4e7d510db1c9edba02980386f58c7b)) +* **live:** transfer to the target agent regardless of function response order ([#6608](https://github.com/google/adk-python/issues/6608)) ([302885b](https://github.com/google/adk-python/commit/302885bda3b85fe65a0980530723adb635407bbb)) +* Port tool confirmation security and re-validation fixes to v1 ([#6575](https://github.com/google/adk-python/issues/6575)) ([4783364](https://github.com/google/adk-python/commit/47833640c7be84f238d6a046f3bd3e2aa9ce3ef3)) + ## [1.37.0](https://github.com/google/adk-python/compare/v1.36.2...v1.37.0) (2026-07-30) diff --git a/src/google/adk/version.py b/src/google/adk/version.py index fe358109a7e..0600bd4804b 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.37.0" +__version__ = "1.38.0" From 347d0350bcc0b1e849e0e17c19d9c2d6e04e04c3 Mon Sep 17 00:00:00 2001 From: adk-bot <223368873+adk-bot@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:38:53 +0000 Subject: [PATCH 2/2] chore: update last-release-sha for next v1 release --- .github/release-please-config-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config-v1.json b/.github/release-please-config-v1.json index bf83feb8aaf..735ed3281cc 100644 --- a/.github/release-please-config-v1.json +++ b/.github/release-please-config-v1.json @@ -57,5 +57,5 @@ ] } }, - "last-release-sha": "c299420531158e2b851f87d1bf927a147c8c259e" + "last-release-sha": "99c1aa325e448f2ff7a4ffd037f98fd5b20fb4c5" }