Release v1.2.0
Release v1.2.0
- Cloud telemetry moved to ADK's
otel_to_cloud, across the CLI and deploys.playgroundandrungain an--otel-to-cloudflag that forwards ADK's current--otel_to_cloud; the old--trace-to-cloudstays as a hidden, still-functional alias that warns when used. On the deployment side, Agent Runtime now exports throughotel_to_cloud(gated onGOOGLE_CLOUD_AGENT_ENGINE_ENABLE_TELEMETRY) and generated projects configure Cloud telemetry declaratively in Terraform instead of at runtime. Bundledgoogle-adkmoves to>=2.2.0with theotel-gcpextra, and the observability skill was updated to match. - Scaffolds now default to
gemini-3.6-flash. - Agent Analytics now captures GenAI completions on Agent Runtime. The BigQuery telemetry log sink is configured per deployment target, so Agent Runtime deployments route their GenAI request/response logs into BigQuery instead of leaving the completions view empty.
- Managed Agents guidance in the ADK code skill. The bundled ADK cheatsheet gained a Managed Agents section covering when to use
ManagedAgent, Gemini API vs Agent Platform (GEAP) setup, and a runnable create-and-use example.