Skip to content

chore(1.0-dev): release 1.0.0-alpha.1#861

Open
a2a-bot wants to merge 1 commit into1.0-devfrom
release-please--branches--1.0-dev
Open

chore(1.0-dev): release 1.0.0-alpha.1#861
a2a-bot wants to merge 1 commit into1.0-devfrom
release-please--branches--1.0-dev

Conversation

@a2a-bot
Copy link
Copy Markdown
Collaborator

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

🤖 I have created a release beep boop

1.0.0-alpha.1 (2026-04-09)

⚠ BREAKING CHANGES

  • client: make ClientConfig.push_notification_config singular (#955)
  • client: reorganize ClientFactory API (#947)
  • server: add build_user function to DefaultContextBuilder to allow A2A user creation customization (#925)
  • client: remove ClientTaskManager and Consumers from client (#916)
  • server: migrate from Application wrappers to Starlette route-based endpoints for rest (#892)
  • server: migrate from Application wrappers to Starlette route-based endpoints for jsonrpc (#873)

Features

  • A2A Version Header validation on server side. (#865) (b261ceb)
  • Add GetExtendedAgentCard Support to RequestHandlers (#919) (2159140)
  • Add support for more Task Message and Artifact fields in the Vertex Task Store (#908) (5e0dcd7)
  • Add support for more Task Message and Artifact fields in the Vertex Task Store (#936) (605fa49)
  • Create EventQueue interface and make tap() async. (#914) (9ccf99c), closes #869
  • EventQueue - unify implementation between python versions (#877) (7437b88), closes #869
  • EventQueue is now a simple interface with single enqueue_event method. (#944) (f0e1d74)
  • Implementation of DefaultRequestHandlerV2 (#933) (462eb3c), closes #869
  • InMemoryTaskStore creates a copy of Task by default to make it consistent with database task stores (#887) (8c65e84), closes #869
  • merge metadata of new and old artifact when append=True (#945) (cc094aa)
  • server: add async context manager support to EventQueue (#743) (f68b22f)
  • server: validate presence according to google.api.field_behavior annotations (#870) (4586c3e)
  • Unhandled exception in AgentExecutor marks task as failed (#943) (4fc6b54)

Bug Fixes

  • Add packaging to base dependencies (#897) (7a9aec7)
  • client: do not mutate SendMessageRequest in BaseClient.send_message (#949) (94537c3)
  • fix athrow() RuntimeError on streaming responses (#912) (ca7edc3)
  • fix docstrings related to CallContextBuilder args in constructors and make ServerCallContext mandatory in compat folder (#907) (9cade9b)
  • fix error handling for gRPC and SSE streaming (#879) (2b323d0)
  • fix JSONRPC error handling (#957) (6c807d5)
  • fix REST error handling (#893) (405be3f)
  • handle SSE errors occurred after stream started (#894) (3a68d8f)
  • remove the use of deprecated types from VertexTaskStore (#889) (6d49122)
  • Remove unconditional SQLAlchemy dependency from SDK core (#898) (ab762f0), closes #883
  • remove unused import and request for FastAPI in pyproject (#934) (fe5de77)
  • replace stale entry in a2a.types.all with actual import name (#902) (05cd5e9)
  • wrong method name for ExtendedAgentCard endpoint in JsonRpc compat version (#931) (5d22186)

Documentation

  • add Database Migration Documentation (#864) (fd12dff)

Miscellaneous Chores

Code Refactoring

  • client: make ClientConfig.push_notification_config singular (#955) (be4c5ff)
  • client: remove ClientTaskManager and Consumers from client (#916) (97058bb), closes #734
  • client: reorganize ClientFactory API (#947) (01b3b2c)
  • server: add build_user function to DefaultContextBuilder to allow A2A user creation customization (#925) (2648c5e)
  • server: migrate from Application wrappers to Starlette route-based endpoints for jsonrpc (#873) (734d062)
  • server: migrate from Application wrappers to Starlette route-based endpoints for rest (#892) (4be2064)

This PR was generated with Release Please. See documentation.

@a2a-bot a2a-bot requested a review from a team as a code owner March 18, 2026 10:03
@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 represents an automated release for version "1.1.0-alpha.0", generated by Release Please. It incorporates a new feature that introduces asynchronous context manager support for the EventQueue in the server, enhancing its capabilities.

Highlights

  • Version Update: The project's version has been incremented to "1.1.0-alpha.0" as part of this release.
  • New Feature: Asynchronous context manager support has been added to the EventQueue within the server component.
Ignored Files
  • Ignored by pattern: CHANGELOG.md (1)
    • CHANGELOG.md
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 is an automated release for version 1.1.0-alpha.0, generated by release-please. The change updates the version in .release-please-manifest.json, which is consistent with the release process.

Copy link
Copy Markdown
Member

@ishymko ishymko left a comment

Choose a reason for hiding this comment

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

Safety net blocking comment.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 18, 2026

🧪 Code Coverage (vs 1.0-dev)

⬇️ Download Full Report

No coverage changes.

Generated by coverage-comment.yml

@a2a-bot a2a-bot changed the title chore(1.0-dev): release 1.1.0-alpha.0 chore(1.0-dev): release 1.0.0-alpha.1 Mar 18, 2026
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch 11 times, most recently from bc3c87a to 2afa628 Compare March 24, 2026 16:11
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch 9 times, most recently from 381fba2 to 4c386ad Compare April 1, 2026 11:53
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch 3 times, most recently from 495a7bf to 258f142 Compare April 3, 2026 07:36
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch 5 times, most recently from e7cbfc1 to a1b4df6 Compare April 7, 2026 13:41
@a2a-bot a2a-bot changed the title chore(1.0-dev): release 1.0.0-alpha.1 chore(1.0-dev): release 0.3.26 Apr 7, 2026
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch from a1b4df6 to 68a1819 Compare April 7, 2026 14:29
@a2a-bot a2a-bot changed the title chore(1.0-dev): release 0.3.26 chore(1.0-dev): release 1.0.0-alpha.1 Apr 7, 2026
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch 10 times, most recently from 558bc4e to cc6fd00 Compare April 9, 2026 13:40
@a2a-bot a2a-bot force-pushed the release-please--branches--1.0-dev branch from cc6fd00 to 7e6e713 Compare April 9, 2026 16:02
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