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 automates the release of version 1.1.0-alpha for the a2a-go project. It incorporates a set of new features that enhance functionality and several bug fixes that improve stability and compliance, reflecting the latest developments in the codebase. Highlights
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, generated by Release Please, prepares for the 1.1.0-alpha release. It updates the version in .release-please-manifest.json and adds the corresponding changelog entry to CHANGELOG.md. My review focuses on the formatting of the changelog, where I've identified some extra blank lines that could be removed for consistency and improved readability.
CHANGELOG.md
Outdated
| ## [1.1.0-alpha](https://github.com/a2aproject/a2a-go/compare/v1.0.0-alpha...v1.1.0-alpha) (2026-02-27) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * added capability validation ([#239](https://github.com/a2aproject/a2a-go/issues/239)) ([d581d30](https://github.com/a2aproject/a2a-go/commit/d581d305f0f2a9a0ad451d66dbbf4b860fd6e1c7)) | ||
| * compat header handling ([#243](https://github.com/a2aproject/a2a-go/issues/243)) ([4c4e078](https://github.com/a2aproject/a2a-go/commit/4c4e07866ade6a1fa14e9d71b994d7a5a194ea62)) | ||
| * emit task as first subscription event ([#236](https://github.com/a2aproject/a2a-go/issues/236)) ([399c15c](https://github.com/a2aproject/a2a-go/commit/399c15cb0ea58ef4e701c1d03da3fc65196b6d4c)) | ||
| * grpc uses errinfo when constructing an error ([#234](https://github.com/a2aproject/a2a-go/issues/234)) ([8697de8](https://github.com/a2aproject/a2a-go/commit/8697de85ac0750d1cf244b9c52083eed30d3c4d4)) | ||
| * handle tenant in a2aclient and a2asrv ([#237](https://github.com/a2aproject/a2a-go/issues/237)) ([398d902](https://github.com/a2aproject/a2a-go/commit/398d902f6124477f77710a7ad5afff4b345c076d)) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * rest transport sse keep-alives and panic handling ([#238](https://github.com/a2aproject/a2a-go/issues/238)) ([99a7393](https://github.com/a2aproject/a2a-go/commit/99a7393c981170b0106df95ea1df3204cc8fb9bf)) | ||
| * **tck:** yield SubmittedTask as first event to comply with v1 spec ([#235](https://github.com/a2aproject/a2a-go/issues/235)) ([3c37fe0](https://github.com/a2aproject/a2a-go/commit/3c37fe06fd813920769b86e85851e2a251f03c26)), closes [#231](https://github.com/a2aproject/a2a-go/issues/231) | ||
| * update compat to work against old lib version ([#246](https://github.com/a2aproject/a2a-go/issues/246)) ([ff1509c](https://github.com/a2aproject/a2a-go/commit/ff1509c52483da6b154b982f1701e243a68f18dc)) | ||
| * update HistoryLength ([#242](https://github.com/a2aproject/a2a-go/issues/242)) ([e17c563](https://github.com/a2aproject/a2a-go/commit/e17c563567a229c36eb02eb3f6a99e21fcd1d960)) | ||
|
|
0859bb1 to
ec80fdc
Compare
🤖 I have created a release beep boop
1.0.1-alpha.2 (2026-02-27)
Bug Fixes
This PR was generated with Release Please. See documentation.