Skip to content

chore(main): release 1.0.1-alpha.2#248

Closed
a2a-bot wants to merge 1 commit intomainfrom
release-please--branches--main
Closed

chore(main): release 1.0.1-alpha.2#248
a2a-bot wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@a2a-bot
Copy link
Copy Markdown
Contributor

@a2a-bot a2a-bot commented Feb 27, 2026

🤖 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.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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

  • New Features Introduced: Several new features were added, including capability validation, compatibility header handling, emitting tasks as the first subscription event, improved gRPC error handling with errinfo, and tenant management in a2aclient and a2asrv.
  • Critical Bug Fixes: Important bug fixes were implemented, addressing REST transport SSE keep-alives and panic handling, ensuring TCK compliance by yielding SubmittedTask as the first event, updating compatibility for older library versions, and correcting HistoryLength.
  • Automated Release: This pull request represents the automated release of version 1.1.0-alpha, updating the project's version manifest and changelog.
Changelog
  • .release-please-manifest.json
    • Updated the project's root version from 0.3.7 to 1.1.0-alpha.
  • CHANGELOG.md
    • Added a new section for version 1.1.0-alpha, detailing new features and bug fixes.
    • Features include: capability validation, compat header handling, emitting task as first subscription event, gRPC error construction with errinfo, and tenant handling in a2aclient and a2asrv.
    • Bug fixes include: REST transport SSE keep-alives and panic handling, TCK compliance for SubmittedTask event, updating compat for old lib versions, and updating HistoryLength.
Activity
  • The pull request was automatically generated by the 'Release Please' bot to create a new release.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Comment on lines +3 to +21
## [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))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new changelog entry contains extra blank lines (e.g., at line 5 and line 14) which makes the formatting inconsistent with other entries in the file. Please remove these to improve readability.

@a2a-bot a2a-bot changed the title chore(main): release 1.1.0-alpha chore(main): release 1.0.1-alpha.2 Feb 27, 2026
@a2a-bot a2a-bot force-pushed the release-please--branches--main branch from 0859bb1 to ec80fdc Compare February 27, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants