Skip to content

Commit 5517a8c

Browse files
authored
Update RELEASE_NOTES.md for version 0.5.0
Updated release notes for version 0.5.0, detailing notable changes, fixes, and features introduced in this release.
1 parent ae4d7ed commit 5517a8c

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

RELEASE_NOTES.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@
33
All notable changes to this project will be documented in this file.
44

55
## [0.5.0] - 2026-06-15
6-
- chore(deps): bump @grpc/grpc-js
7-
- Update publish script to mirror and publish source
8-
- Smart fixture to find tests broken by pyfakefs / patching conflicts
9-
- fix: don't tear down a reused local server on a plain run
10-
- fix: upgrade builds the prior-version template via uvx
11-
- docs: fix pre-existing inaccuracies in skills and generated READMEs
12-
- Make publish script a bit more robust
13-
- fix: only announce the project root when chdir actually moves
14-
- feat: print a copy-pasteable resume command in the run session footer
15-
- feat: surface machine-shape params as deploy flags (Agent Runtime + Cloud Run)
16-
- feat(deploy): add --service-name override
17-
- Refactor for more consistent project resolution
18-
- fix: drain npx stderr concurrently to avoid pipe-buffer deadlock
19-
- docs: codify recurring review feedback in agent guidance
20-
- Clean up remaining adk_live stuff
6+
- `deploy` now surfaces machine-shape parameters as flags for Agent Runtime and Cloud Run.
7+
- `deploy` adds a `--service-name` override.
8+
- `run` prints a copy-pasteable resume command in the session footer.
9+
- `run` no longer tears down a reused local server on a plain run.
10+
- `scaffold upgrade` now builds the prior-version template via `uvx`.
11+
- Skills setup/update no longer hangs on large `npx` output (a pipe-buffer deadlock).
12+
- The project-root notice now only prints when the command actually changes directory.
13+
- Fixed pre-existing inaccuracies in the bundled skills and generated project READMEs.
14+
- Source code is now published to the public GitHub repo: https://github.com/google/agents-cli
2115

2216
## [0.4.0] - 2026-06-10
2317
- Scaffolded Python templates now use **ADK 2.0 GA**. New `adk`, `adk_a2a`, and `agentic_rag` projects pin `google-adk[gcp]>=2.0.0,<3.0.0`; the `[gcp]` extra restores the OpenTelemetry GCP exporters and bundles the BigQuery client, so the separate `[bigquery-analytics]` extra is no longer needed. Cloud SQL sessions on Cloud Run and GKE keep working under 2.0. The bundled ADK coding skill and its reference docs were refreshed for 2.0.

0 commit comments

Comments
 (0)