chore(release/candidate): release 1.27.0#4790
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request marks the release of version 1.27.0 of the ADK (Agent Development Kit). It incorporates a substantial collection of new features, critical bug fixes, and targeted code refactorings. The changes aim to expand the framework's capabilities, improve its stability, and enhance developer experience through better tooling, broader model support, and refined integration with various Google Cloud services like BigQuery and Bigtable. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request automates the release for version 1.27.0. The changes include updating the version in the manifest and version file, and adding the new release notes to the changelog. My review identifies an incorrect future date in the CHANGELOG.md file that should be corrected.
CHANGELOG.md
Outdated
| @@ -1,5 +1,93 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.27.0](https://github.com/google/adk-python/compare/v1.26.0...v1.27.0) (2026-03-11) | |||
There was a problem hiding this comment.
The release date (2026-03-11) is set in the future. This should be corrected to the actual release date. This appears to be a recurring issue in the changelog, as previous versions also have future dates. If the exact date is not known at generation time, consider using a placeholder like (YYYY-MM-DD) which can be replaced with the correct date upon release.
| ## [1.27.0](https://github.com/google/adk-python/compare/v1.26.0...v1.27.0) (2026-03-11) | |
| ## [1.27.0](https://github.com/google/adk-python/compare/v1.26.0...v1.27.0) (YYYY-MM-DD) |
🤖 I have created a release beep boop
1.27.0 (2026-03-11)
Features
adk optimizecommand (b18d7a1)gen_ai.tool.definitionsto experimental semconv (4dd4d5e)gen_ai.client.inference.operation.detailsevent (19718e9)types.SchemaUnionas output_schema in LLM Agent (63f450e)Bug Fixes
Code Refactoring
This PR was generated with Release Please. See documentation.