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.0.0-alpha.0" for the A2A Python SDK. It represents a significant advancement, aligning the SDK with the A2A 1.0 protocol specifications. The changes encompass several breaking changes, a wide array of new features, and numerous bug fixes, all aimed at enhancing functionality, compatibility, and robustness. 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 updates the package version to 1.0.0-alpha.0 in pyproject.toml and updates the .release-please-manifest.json file. These changes are part of the release process and appear to be correct. There are no issues with the proposed changes.
🤖 I have created a release beep boop
1.0.0-alpha.0 (2026-03-13)
⚠ 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.