Skip to content

Commit 9c676ce

Browse files
chore(release/v2-candidate): release 2.0.0-alpha.3 (#5233)
Co-authored-by: Sasha Sobran <asobran@google.com>
1 parent 083a28e commit 9c676ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

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

CHANGELOG-v2.md

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

3+
## [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)
4+
5+
### Features
6+
7+
* **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.
8+
* **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.
9+
* **Documentation:** Added reference documentation for development (skills like adk-style, adk-git, and observability architecture).
10+
311
## [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)
412

513
### Features

0 commit comments

Comments
 (0)