Releases: GoogleCloudPlatform/agent-starter-pack
Releases · GoogleCloudPlatform/agent-starter-pack
v0.28.3
What's Changed
- fix: wait for all checks before merging release PR by @eliasecchig in #644
- fix: default CI/CD runner to simple mode (skip) by @eliasecchig in #647
- fix: explicitly set CICD runner in E2E tests by @eliasecchig in #649
- fix: complete Windows gcloud compatibility for all CLI commands by @eliasecchig in #648
- fix: retry GitHub Actions deployment by re-triggering with file change by @eliasecchig in #650
- chore: release v0.28.3 by @eliasecchig in #651
Full Changelog: v0.28.2...v0.28.3
v0.28.2
What's Changed
- feat: display agent card URL for A2A deployments by @eliasecchig in #639
- chore: release v0.28.2 by @eliasecchig in #643
Full Changelog: v0.28.1...v0.28.2
v0.28.1
What's Changed
- docs: add CodeWiki link for codebase exploration by @eliasecchig in #634
- feat: bump live api model by @eliasecchig in #635
- chore: release v0.28.1 by @eliasecchig in #636
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
0.27.0
- fix: simplify enhance command hint by removing version suffix by @eliasecchig in #596
- docs: simplify create command examples by @eliasecchig in #598
- feat: migrate to ChatGoogleGenerativeAI and add full telemetry support for LangGraph agents by @eliasecchig in #599
- feat: refresh locks 101125 by @eliasecchig in #600
- fix: add proper initialization to LangGraph A2A AgentEngineApp by @eliasecchig in #603
- fix: use direct env var assignment in langgraph_base by @eliasecchig in #604
- feat: bump version to 0.27.0 by @eliasecchig in #605
0.28.0
- feat: add Terraform support for Agent Engine source-based deployment by @eliasecchig in #607
- fix: improve Agent Engine terraform lifecycle and hardcode PyPI index by @eliasecchig in #608
- feat: add automated release workflow by @eliasecchig in #609
- fix: handle existing release branch by deleting first by @eliasecchig in #611
- fix: use triggering user as commit author for CLA compliance by @eliasecchig in #613
- fix: install uv before running uv lock in release workflow by @eliasecchig in #614
- Simplify lock file update command in release workflow by @eliasecchig in #615
- Remove Cloud Build tests trigger from release.yml by @eliasecchig in #617
- fix: enable auto-merge with PAT in PR creation step by @eliasecchig in #618
- Fix/auto merge with pat by @eliasecchig in #623
- fix: exclude A2A and ADK Live from agent_framework parameter by @eliasecchig in #624
- fix: use GITHUB_TOKEN for PR approval in release workflow by @eliasecchig in #625
- chore: release v0.28.0 by @eliasecchig in #627
- fix: use PAT for auto-merge to trigger publish workflow by @eliasecchig in #628
- fix: version ASP by @eliasecchig in #629
- chore: release v0.28.0 by @eliasecchig in #631
Full Changelog: 0.26.2...v0.28.0
0.26.2
What's Changed
0.26.0
- feat: update locks by @eliasecchig in #582
- docs: add Bob's Brain production ADK reference to community showcase by @jeremylongshore in #580
- feat: add generation metadata to pyproject.toml by @eliasecchig in #584
- feat: add --prototype flag for minimal project creation by @eliasecchig in #586
- remove metadata file by @eliasecchig in #587
- feat: add --adk quickstart mode with optimized GCP verification by @eliasecchig in #590
- feat: bump version to 0.26.0 by @eliasecchig in #588
0.26.1
- fix: display actual account in interactive credentials flow by @eliasecchig in #591
- feat: bump version to 0.26.1 by @eliasecchig in #592
0.26.2
- feat: detect and reuse saved config in enhance command by @eliasecchig in #593
- fix: only show base template override prompt when template actually changes by @eliasecchig in #594
- feat: bump version to 0.26.2 by @eliasecchig in #595
New Contributors
- @jeremylongshore made their first contribution in #580
Full Changelog: 0.25.0...0.26.2
0.25.0
What's Changed
- feat: add -s shortcut for --skip-checks flag by @eliasecchig in #576
- feat: add --google-api-key option for AI Studio support by @eliasecchig in #577
- feat: add -k and --api-key shorthand for --google-api-key by @eliasecchig in #578
- feat: bump version to 0.25.0 by @eliasecchig in #579
Full Changelog: 0.24.0...0.25.0
0.24.0
What's Changed
- build(deps-dev): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs by @dependabot[bot] in #573
- build(deps): bump express from 4.21.2 to 4.22.1 in /agent_starter_pack/frontends/adk_live_react/frontend by @dependabot[bot] in #571
- feat: add YAML config agent support for enhance command by @eliasecchig in #572
- feat: bump version to 0.24.0 by @eliasecchig in #574
- chore: remove idx folder by @eliasecchig in #575
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- feat: update all samples to use gemini 3 pro by @eliasecchig in #566
- docs: update model selection to include gemini-3-pro-preview by @eliasecchig in #567
- fix: force GOOGLE_CLOUD_LOCATION env variable assignment by @eliasecchig in #569
- fix: remove erroneous code from .placeholder file by @eliasecchig in #568
- feat: bump version to 0.23.0 by @eliasecchig in #570
Full Changelog: 0.22.1...0.23.0
0.22.1
What's Changed
- perf: lazy load GCP SDK imports for faster CLI startup by @eliasecchig in #550
- fix: remove duplicate get started message and add Gemini CLI tip by @eliasecchig in #554
- feat: add .env file support for Agent Engine deployments by @eliasecchig in #552
- feat: add ASP_SKIP_VERSION_LOCK env var for testing remote templates by @eliasecchig in #553
- feat: bump version to 0.22.0 by @eliasecchig in #555
- refactor: use LOGS_BUCKET_NAME env var for Cloud Run artifact service by @eliasecchig in #556
- fix: use asyncpg driver for Cloud SQL on Cloud Run by @eliasecchig in #557
- feat: improve CLI UX with sensible defaults and -y shortcut by @eliasecchig in #558
- fix: use gs:// URI format for artifact_service_uri in Cloud Run by @eliasecchig in #559
- feat: add Cloud Run service cleanup to delete_agent_engines script by @eliasecchig in #560
- feat: bump version to 0.22.1 by @eliasecchig in #561
Full Changelog: 0.21.3...0.22.1
0.21.3
What's Changed
- Fix ADK Live event types and session handling by @eliasecchig in #546
- Add error response validation to adk_live integration tests by @eliasecchig in #547
- feat: bump version to 0.21.3 by @eliasecchig in #548
- build(deps): bump node-forge from 1.3.1 to 1.3.2 in /agent_starter_pack/frontends/adk_live_react/frontend by @dependabot[bot] in #549
Full Changelog: 0.21.2...0.21.3