|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 | ## [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 |
21 | 15 |
|
22 | 16 | ## [0.4.0] - 2026-06-10 |
23 | 17 | - 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