chore(release): 0.4.0 — retail-returns, ADK 2.0 event types, expanded quality report#315
Merged
haiyuan-eng-google merged 1 commit intoJun 18, 2026
Conversation
…ypes, expanded quality report Bump bigquery-agent-analytics 0.3.4 -> 0.4.0 and roll the unreleased changes into a dated CHANGELOG section: - retail-returns multi-agent seed-events scenario with token/latency telemetry (GoogleCloudPlatform#314) - ADK 2.0 event types registered across the SDK type surfaces (GoogleCloudPlatform#311) - SystemEvaluator preferred name with CodeEvaluator alias (GoogleCloudPlatform#121) - expanded quality report: dimensions, correction analysis, execution traces, golden-Q&A grounding, version filtering (GoogleCloudPlatform#174) Minor bump: all changes are backward-compatible additions.
caohy1988
commented
Jun 18, 2026
caohy1988
left a comment
Collaborator
Author
There was a problem hiding this comment.
Release Review
Findings: none.
Scope check: clean. The diff is release-only: pyproject.toml and CHANGELOG.md.
I re-checked the release mechanics and content:
pyproject.tomlbumps the root package from0.3.4to0.4.0.- The release workflow verifies the published release tag by comparing
vX.Y.Ztoproject.version, sov0.4.0will match this PR. src/bigquery_agent_analytics/__init__.pyhas no separate version constant to update.- Referenced feature PRs are merged into
main: #314, #311, #121, and #174. - The remaining
0.3.4mentions in docs/examples are minimum-version guidance for features introduced in 0.3.4, not stale package pins. CHANGELOG.mdmoves the previously-unreleased entries into[0.4.0] - 2026-06-18and leaves[Unreleased]empty for the next cycle.- Current PR checks are green across build, format, scan, and the Python test matrix.
Approved. This is ready to merge, then tag v0.4.0 from main.
haiyuan-eng-google
approved these changes
Jun 18, 2026
16d1397
into
GoogleCloudPlatform:main
13 checks passed
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.
Release
bigquery-agent-analytics0.4.0Bumps
pyproject.toml0.3.4 → 0.4.0and rolls the unreleased changes sincev0.3.4into a dated[0.4.0]CHANGELOG section. Minor bump — every change is a backward-compatible addition.Included since v0.3.4
retail-returnsseed-events scenario (feat(seed_events): add retail-returns multi-agent scenario with token/latency telemetry (#313) #314) — multi-agent refund/exchange trace withLLM_REQUEST/LLM_RESPONSEtoken-usage and latency telemetry; lights upv_llm_response(usage_*_tokens/total_ms/ttft_ms) on seed. Deterministic;decision/decision-realisticunchanged and byte-identical.TOOL_COMPLETEDextended with long-running pair keys.SystemEvaluator(Refactor: Rename CodeEvaluator to SystemEvaluator #121) — preferred name for deterministic/code metrics;CodeEvaluatorretained as a backward-compatible alias.Verification
pyproject.tomlversion ==0.4.0; CHANGELOG[Unreleased]emptied, new[0.4.0] - 2026-06-18section added. No other files pin the old version.CHANGELOG.md+pyproject.toml.After merge, tag
v0.4.0onmainper the usual release flow.