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 0.3.25, incorporating a substantial collection of updates, new functionalities, and critical bug fixes. The primary goal of this release is to advance the SDK towards A2A 1.0 specifications, enhance client and server capabilities, and improve overall stability and developer experience. It includes several breaking changes to align with the new protocol, alongside numerous features for extended functionality and a wide array of bug resolutions to address previous issues. Highlights
Changelog
Ignored Files
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 is an automated release for version 0.3.25. While the change to .release-please-manifest.json is mechanically correct for the release process, there's a significant issue with the version number itself. The release contains numerous breaking changes, as detailed in the description, but is being versioned as a patch release. According to semantic versioning principles, this should be a minor version bump (e.g., to 0.4.0) for a pre-1.0.0 project. This incorrect versioning could cause significant problems for downstream consumers of this library.
6df5830 to
bdda6ea
Compare
ishymko
left a comment
There was a problem hiding this comment.
Do not merge, release-please experimentation.
4faa153 to
e77bd74
Compare
e77bd74 to
e1dbc5e
Compare
🤖 I have created a release beep boop
1.0.0-alpha.0 (2026-03-12)
⚠ BREAKING CHANGES
Features
protocol_versioncolumn to Task and PushNotificationConfig models and create a migration (#789) (2e2d431)history_lengthvia call-siteMessageSendConfigurationinBaseClient.send_message(53bbf7a)ownerfield optional (#812) (cc29d1f)Resource Scopingfor tasks and push notifications (#709) (f0d4669)tasks/listmethod with filtering and pagination to the specification (#511) (d5818e5)Bug Fixes
DeprecationWarningonHTTP_413_REQUEST_ENTITY_TOO_LARGE(#693) (9968f9c)TaskToProtoandFromProtoconversion (#557) (fc31d03)extensionstoArtifactconverters. (#523) (c03129b)extensionssupport inget_cardmethods injson-rpcandresttransports (#564) (847f18e)agent_cardinJsonRpcTransport.get_card()(#552) (0ce239e)Documentation
Miscellaneous Chores
Code Refactoring
A2ACardResolver(6fa6a6c)This PR was generated with Release Please. See documentation.