Skip to content

Commit 4c23c0f

Browse files
authored
chore: merge release v1.36.1 to v1 (#6320)
Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
1 parent e495609 commit 4c23c0f

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.36.0"
2+
".": "1.36.1"
33
}

.github/release-please-config-v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
]
5858
}
5959
},
60-
"last-release-sha": "7a9152a382b05a2a733adbc9bde25dacb02893a2"
60+
"last-release-sha": "e495609c1d8fb7e0ca62bf69482d4d92792300a0"
6161
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.36.1](https://github.com/google/adk-python/compare/v1.36.0...v1.36.1) (2026-07-06)
4+
5+
6+
### Bug Fixes
7+
8+
* exit connection cleanly on expected GoAway signal in bidi streaming (v1) ([#6264](https://github.com/google/adk-python/issues/6264)) ([de2abdf](https://github.com/google/adk-python/commit/de2abdf333b7d4150529a3ed1f22bcfa55df66e0))
9+
* Fix Vertex AI Live API session replay on reconnect / modality switch ([#6218](https://github.com/google/adk-python/issues/6218)) ([4caf782](https://github.com/google/adk-python/commit/4caf782af7e02e619c73c545d7f92b0c3445018c))
10+
311
## [1.36.0](https://github.com/google/adk-python/compare/v1.35.2...v1.36.0) (2026-06-22)
412

513

src/google/adk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: major.minor.patch
16-
__version__ = "1.36.0"
16+
__version__ = "1.36.1"

0 commit comments

Comments
 (0)