Skip to content

Release v1.6.1

Latest

Choose a tag to compare

@pvlsirotkin pvlsirotkin released this 16 Sep 12:31
· 1 commit to main since this release

Release v1.6.1

  • ADK Go is now available to everyone (Preview). The adk_go template ("Go agent with A2A") now appears in agents-cli scaffold create with no experiment override, and Go projects get the toolchain Python already has:
    • Deploy to Agent Runtime, Cloud Run and GKE, with session methods exposed to agent_engines.get() clients.
    • CloudSQL, Agent Platform and in-memory session services.
    • Prompts and responses in BigQuery Agent Analytics, and telemetry through OTLP.
    • CI/CD templates at parity with Python.
    • The bundled skills cover Go and Python.
  • Scaffolds now default to gemini-3.8-flash.
  • Pin google-adk below 2.9.0. On 2.9.0 a Cloud Run agent's prompts and responses stopped reaching BigQuery Agent Analytics.
  • agents-cli scaffold create no longer asks for a region when the deployment target is none.
  • The one-off agents-cli run no longer prints stop and resume hints for a server it did not leave running.
  • agents-cli deploy prints how to talk to a Cloud Run agent once the deploy finishes.
  • agents-cli deploy can change the identity type on an existing agent.
  • agents-cli deploy now reports the correct identity after a deploy, instead of the wrong principal for agents using Agent Identity.
  • Exclude vendored extensions from the deploy payload, where they could add megabytes to every deploy.
  • agents-cli infra single-project now correctly enables the Service Usage API, so a new project bootstraps without enabling it by hand.
  • Fix remote ADK samples generating two agent directories and an unbuildable project.
  • Scaffolded Dockerfiles install uv from a pinned image instead of pip install.
  • agents-cli run and agents-cli eval no longer stop a background server they only borrowed.
  • Startup and version notices now go to stderr, so --json output stays machine-readable.
  • agents-cli eval generate no longer silently drops per-case session state.
  • agents-cli run --mode a2a now shows status updates, errors and empty turns instead of staying silent.
  • The run resume hint includes --url and the other routing flags.
  • agents-cli info --json reports root_agent_name.
  • agents-cli extension add no longer copies ignored files from a local@ source.
  • Fix the macOS-only sed in the Starter Pack migration guide and spell out the dry-run and apply steps.