Skip to content

Commit 079136f

Browse files
authored
chore(release/v2-candidate): release 2.0.0-alpha.2 (#5017)
1 parent c30ec93 commit 079136f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

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

CHANGELOG-v2.md

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

3+
## [2.0.0-alpha.2](https://github.com/google/adk-python/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2026-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add agent name validation to prevent arbitrary module imports ([be094f7](https://github.com/google/adk-python/commit/be094f7e50e3976cb69468c7a8d17f3385132c41))
9+
* add protection for arbitrary module imports ([0019801](https://github.com/google/adk-python/commit/0019801f6080a371a71b09cbd8291f2e79a49336)), closes [#4947](https://github.com/google/adk-python/issues/4947)
10+
* Default to ClusterIP so GKE deployment isn't publicly exposed by default ([27aed23](https://github.com/google/adk-python/commit/27aed23edddcc8c69c4c4563198c8570aa40743e))
11+
* enforce allowed file extensions for GET requests in the builder API ([68ece4e](https://github.com/google/adk-python/commit/68ece4e04fb3829e61847dae123cf4bc79a0a4c2))
12+
* Exclude compromised LiteLLM versions from dependencies pin to 1.82.6 ([79ed953](https://github.com/google/adk-python/commit/79ed95383dd0bc13984b6499913babef232d4dab))
13+
* gate builder endpoints behind web flag ([584283e](https://github.com/google/adk-python/commit/584283e2d8209af9db719fdeae506892d4a44ca2))
14+
* Update eval extras to Vertex SDK package version with constrained LiteLLM upperbound ([a86d0aa](https://github.com/google/adk-python/commit/a86d0aa7d70d1c70346eceef591d255ed96711c8))
15+
316
## [2.0.0-alpha.1](https://github.com/google/adk-python/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-18)
417

518
### Features

0 commit comments

Comments
 (0)