Skip to content

chore(main): release 2.0.1#288

Merged
yarolegovich merged 1 commit intomainfrom
release-please--branches--main
Mar 24, 2026
Merged

chore(main): release 2.0.1#288
yarolegovich merged 1 commit intomainfrom
release-please--branches--main

Conversation

@a2a-bot
Copy link
Copy Markdown
Contributor

@a2a-bot a2a-bot commented Mar 20, 2026

🤖 I have created a release beep boop

2.0.1 (2026-03-24)

Features

  • a2acompat: add HTTP+JSON REST support to a2av0 compat layer (#280) (bac00e7)
  • agent executor cleaner (#276) (9c95980)

Bug Fixes

  • ensure correct concurrent cancellation results (#287) (d0f8981), closes #245

Documentation

  • a2aclient: add Example_* test functions for pkg.go.dev documentation (#263) (f8dae97)
  • update diagrams, docs and instructions (#289) (ed33c7a)

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 2.0.1 for the a2a-go project. It incorporates a specific bug fix that addresses issues with concurrent cancellation, improving the stability and correctness of the application.

Highlights

  • Release 2.0.1: This pull request introduces version 2.0.1, which includes a critical bug fix to ensure correct concurrent cancellation results.
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.

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 2.0.1 release. The changes include updating the version in .release-please-manifest.json and adding a new entry to CHANGELOG.md for the bug fix related to concurrent cancellation. My review focuses on the formatting of the changelog, where I've suggested a minor adjustment for consistency.


## [2.0.1](https://github.com/a2aproject/a2a-go/compare/v2.0.0...v2.0.1) (2026-03-20)


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

There's an extra blank line here. For better readability and consistency with standard Markdown formatting (like the 'Keep a Changelog' standard), it's best to have only one blank line between the version heading and the 'Bug Fixes' subheading. Please remove this extra line.

@a2a-bot a2a-bot force-pushed the release-please--branches--main branch 3 times, most recently from 0f4862b to cc049ee Compare March 23, 2026 14:32
@a2a-bot a2a-bot force-pushed the release-please--branches--main branch from cc049ee to a4727b5 Compare March 24, 2026 10:18
@yarolegovich yarolegovich merged commit 6108e34 into main Mar 24, 2026
4 checks passed
@yarolegovich yarolegovich deleted the release-please--branches--main branch March 24, 2026 13:08
@a2a-bot
Copy link
Copy Markdown
Contributor Author

a2a-bot commented Mar 24, 2026

🤖 Created releases:

🌻

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.

[Bug] Do not try to move task to failed state on ErrConcurrentModification

2 participants