chore(release/candidate): release 2.7.0 - #6700
Merged
GWeale merged 3 commits intoAug 13, 2026
Merged
Conversation
adk-bot
force-pushed
the
release-please--branches--release/candidate--components--google-adk
branch
from
August 12, 2026 22:48
23b6030 to
417e0b8
Compare
Release artifact check: PASSComparing No module regressed against the baseline. |
adk-bot
force-pushed
the
release-please--branches--release/candidate--components--google-adk
branch
from
August 13, 2026 18:37
e029806 to
21cbe72
Compare
adk-bot
force-pushed
the
release-please--branches--release/candidate--components--google-adk
branch
from
August 13, 2026 22:00
4745ec8 to
07d95aa
Compare
GWeale
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.7.0 (2026-08-13)
Highlights
A correctness release: most of the work went into what an agent sends to the model and what it gets back, alongside a long tail of fixes across tools, sessions, evaluation and the CLI.
use_jinja2=Truetoinject_session_stateand an instruction can use conditionals and loops over session state, with artifacts loaded through a{{ artifact("name") }}helper. Jinja2 stays an optional dependency and the regex engine remains the default. (4a00a34)import google.adkdoes less work, and the request path avoids Pydantic round-trips and quadratic streaming accumulation in the LiteLLM adapter. (8806dc2, 9e1adde, 36fd2c8)Breaking changes
pyarrowleft thegcpextra: it lives in the newbigquery-analyticsextra, which takes roughly 50 MB offpip install google-adk[gcp]. If you useBigQueryAgentAnalyticsPlugin, installgoogle-adk[bigquery-analytics]. (ac71709)⚠ BREAKING CHANGES
All 212 changes
Features
Bug Fixes
task_completedis called in parallel (cebfd74)Performance Improvements
Documentation
Miscellaneous Chores