Skip to content

Commit 4f3f350

Browse files
authored
chore: merge release v1.35.2 to v1 (#6153)
Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
1 parent afe4083 commit 4f3f350

4 files changed

Lines changed: 10 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.35.1"
2+
".": "1.35.2"
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": "459782f479b928d34b6151d111d7e5ebe4481296"
60+
"last-release-sha": "afe408376a9c12fc3b206df234a1655f565c826c"
6161
}

CHANGELOG.md

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

3+
## [1.35.2](https://github.com/google/adk-python/compare/v1.35.1...v1.35.2) (2026-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* remove live event buffering in runner ([#6151](https://github.com/google/adk-python/issues/6151)) ([afe4083](https://github.com/google/adk-python/commit/afe408376a9c12fc3b206df234a1655f565c826c))
9+
310
## [1.35.0](https://github.com/google/adk-python/compare/v1.34.2...v1.35.0) (2026-06-15)
411

512

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.35.1"
16+
__version__ = "1.35.2"

0 commit comments

Comments
 (0)