docs: document v0.3 compatibility layer and standardize terminology#859
Open
kabir wants to merge 2 commits intoa2aproject:mainfrom
Open
docs: document v0.3 compatibility layer and standardize terminology#859kabir wants to merge 2 commits intoa2aproject:mainfrom
kabir wants to merge 2 commits intoa2aproject:mainfrom
Conversation
- Update architecture doc (compatibility_0.3.md) to reflect current state: multi-version deployment is implemented, remove historical planning artifacts, add VersionRouter and multi-version module docs - Add README sections for serving v0.3 clients (standalone and multi-version) and communicating with v0.3 agents using Client_v0_3 - Standardize terminology from "dual-version" to "multi-version" across POM descriptions, @disabled annotations, and test names - Add AGENTS.md reference to compatibility architecture doc This fixes a2aproject#856 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request completes the implementation of the A2A Protocol v0.3 backward compatibility layer, moving it from a deferred state to a fully supported feature. Key changes include the introduction of multi-version server deployment modules for JSON-RPC and REST, the VersionRouter for request dispatching based on the A2A-Version header, and comprehensive documentation updates in the README and architecture guides. Review feedback highlighted opportunities to improve the documentation examples by using more idiomatic transport configuration patterns and correcting redundant logic in the client discovery code snippets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #856