Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9b6b9e9
fix: Fix bug where grounding metadata in Gemini 3.1 live was being si…
wukath May 20, 2026
13763d7
fix: fix input and output transcription finished events for Gemini v3.1
wukath May 20, 2026
1fd406b
fix(tools): Prevent session drop on MCP tool error
sasha-gitg May 20, 2026
d22291d
Merge pull request #5798 from google/v1-cherry-pick
sasha-gitg May 22, 2026
d27b099
ci(workflows): Synchronize release workflows for v1 branch
sasha-gitg May 22, 2026
c54e9e8
Merge pull request #5804 from google/fix-v1-workflows
sasha-gitg May 22, 2026
c121237
ci(releases): Mirror v1 release-please configurations to v1 branch
sasha-gitg May 22, 2026
472c770
ci(releases): Configure release-please for v1 stable releases
sasha-gitg May 22, 2026
0ebc155
ci(releases): Set last-release-sha to v1.34.0 tag SHA
sasha-gitg May 22, 2026
8257bf8
ci(releases): Use semantic versioning strategy for v1 bug fixes
sasha-gitg May 22, 2026
b0d4194
ci(releases): Scope changelog strictly to v1 bug fixes
sasha-gitg May 22, 2026
8e9d2df
Cherry pick fixes to v1 (#5900)
wukath May 29, 2026
ebfff9e
Revert "Cherry pick fixes to v1" (#5932)
wyf7107 Jun 1, 2026
7c0e186
Update 1.34.1 (#5933)
wyf7107 Jun 1, 2026
459782f
Cherry pick fixes to v1 (#5934)
wukath Jun 1, 2026
597a39a
chore: merge release v1.34.2 to v1 (#5936)
Jacksunwei Jun 1, 2026
fbe372e
ci: enable python unit tests workflow for v1 branch
wukath Jun 2, 2026
19a87ca
ci: enable precommit workflow for v1 branch
wukath Jun 2, 2026
6d027b4
fix: add missing Gemini imports in base_llm_flow (#5943)
wukath Jun 2, 2026
15eb387
fix release finalize
wukath Jun 2, 2026
aafd97f
fix: Support generalized history config injection for Gemini 3.1 Live…
wukath Jun 8, 2026
fafafb3
fix(models): Default grounding metadata for Gemini 3.1 live (#6018)
wukath Jun 8, 2026
87abf23
fix(flows): Reset reconnect attempts on connection success (#6042)
wukath Jun 10, 2026
ecfdaf5
feat(live): Handle input transcription differently for Gemini Live 3.…
wuliang229 Jun 10, 2026
6e59c61
fix(streaming): Ensure final partial=False frame is always yielded (#…
xuanyang15 Jun 15, 2026
847a259
fix: Only send grounding_metadata for 3.1 live at the end of each tur…
wukath Jun 15, 2026
28dbdfb
chore(release/v1-candidate): release 1.35.0
adk-bot Jun 15, 2026
b4fee1c
chore(release/v1-candidate): release 1.35.1
wukath Jun 15, 2026
afe4083
fix: remove live event buffering in runner (#6151)
wuliang229 Jun 17, 2026
4f3f350
chore: merge release v1.35.2 to v1 (#6153)
adk-bot Jun 17, 2026
7a9152a
feat(interactions): support for GenAI SDK upgraded to 2.9+ (#6191)
wukath Jun 22, 2026
93ca9fe
chore: consolidate GitHub Actions workflows for v1 branch (#6194)
DeanChensj Jun 22, 2026
e72bf9b
chore: merge release v1.36.0 to v1 (#6193)
adk-bot Jun 22, 2026
561b968
fix: exit connection cleanly on expected GoAway signal in bidi streaming
wukath Jun 24, 2026
3932ec4
Excluir release-please-config-v1.json
carlosasantos63 Jul 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/.release-please-manifest-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.36.0"
}
3 changes: 0 additions & 3 deletions .github/.release-please-manifest-v2.json

This file was deleted.

62 changes: 0 additions & 62 deletions .github/release-please-config-v2.json

This file was deleted.

116 changes: 0 additions & 116 deletions .github/workflows/check-file-contents.yml

This file was deleted.

Loading
Loading