From 9c676cecdf2de755631d9d6272d19b41f8b5ca4f Mon Sep 17 00:00:00 2001 From: "Wei (Jack) Sun" Date: Thu, 9 Apr 2026 13:33:19 -0700 Subject: [PATCH 1/2] chore(release/v2-candidate): release 2.0.0-alpha.3 (#5233) Co-authored-by: Sasha Sobran --- .github/.release-please-manifest-v2.json | 2 +- CHANGELOG-v2.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest-v2.json b/.github/.release-please-manifest-v2.json index af4b15c5f4..924b35241b 100644 --- a/.github/.release-please-manifest-v2.json +++ b/.github/.release-please-manifest-v2.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.2" + ".": "2.0.0-alpha.3" } diff --git a/CHANGELOG-v2.md b/CHANGELOG-v2.md index fd8796b82b..25d6533869 100644 --- a/CHANGELOG-v2.md +++ b/CHANGELOG-v2.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0-alpha.3](https://github.com/google/adk-python/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-04-09) + +### Features + +* **Workflow Orchestration:** Added Workflow(BaseNode) graph orchestration implementation, support for lazy scan deduplication and resume for dynamic nodes, partial resume for nested workflows, and state/artifact delta bundling onto yielded events. +* **CLI and Web UI:** Added support for Workflow graph visualization in web UI, improved graph readability with distinct icons and shapes, and active node rendering in event graph. +* **Documentation:** Added reference documentation for development (skills like adk-style, adk-git, and observability architecture). + ## [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) ### Features From 0b28fb8aa9aacf5cd00820b304079e87d9e94884 Mon Sep 17 00:00:00 2001 From: Jacksunwei <1281348+Jacksunwei@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:33:33 +0000 Subject: [PATCH 2/2] chore: update last-release-sha for next v2 release --- .github/release-please-config-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config-v2.json b/.github/release-please-config-v2.json index de82db0991..59d7b37cf5 100644 --- a/.github/release-please-config-v2.json +++ b/.github/release-please-config-v2.json @@ -59,5 +59,5 @@ ] } }, - "last-release-sha": "4af7cbb5c8319208337e18b0a6bc55288b51b0b1" + "last-release-sha": "083a28ee600fb2a974e95262c0facefab5de4478" }