chore(release/candidate): release 1.26.0#4610
chore(release/candidate): release 1.26.0#4610Jacksunwei wants to merge 8 commits intorelease/candidatefrom
Conversation
Summary of ChangesHello @Jacksunwei, 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 a significant milestone with the release of version 2.0.0 for the ADK Python library. It bundles a substantial collection of new features, critical bug fixes, and code refactorings aimed at enhancing the library's capabilities, stability, and developer experience. Key areas of improvement include expanded LLM integrations, advanced agent functionalities, refined memory management, and robust authentication mechanisms, alongside general code quality and documentation updates. 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
Activity
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 prepares for the 2.0.0 release by updating the version in the manifest and version file, and adding the corresponding changelog. The changes are appropriate for a release. I've found a minor typo in the changelog that should be corrected before merging.
Fix release version
Fix release version in version.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
🤖 I have created a release beep boop
1.26.0 (2026-02-24)
⚠ BREAKING CHANGES
Features
[Core]
--memory_service_uriin ADK CLI run command (a7b5097)[Models]
/chat/completionsintegration toApigeeLlm(9c4c445)/chat/completionsstreaming support to Apigee LLM (121d277)[Tools]
load_skill_from_dir()method (9f7d5b3)_metafield with OpenTelemetry propagator (bcbfeba)[Evals]
[Services]
[A2A]
A2aAgentExecutor(87fcd77)[Auth]
id_tokenin OAuth2 credentials (33f7d11)ServiceAccountCredentialExchanger(7be90db), closes #4458[Integrations]
[Web]
Bug Fixes
input_streamparameter name and its annotation to decide whether it's a streaming tool that accept input stream (d56cb41)DatabaseSessionService(fbe9ecc)Code Refactoring
Documentation
thinking_configingenerate_content_configin example agent (c6b1c74)This PR was generated with Release Please. See documentation.