Skip to content

Commit 6f7e7ac

Browse files
committed
chore: update readme for 1.0
1 parent 530ec37 commit 6f7e7ac

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,19 @@
3636

3737
## 🧩 Compatibility
3838

39-
This SDK implements the A2A Protocol Specification [`0.3`](https://a2a-protocol.org/v0.3.0/specification).
39+
This SDK implements the A2A Protocol Specification [`1.0`](https://a2a-protocol.org/v1.0.0/specification/), with compatibility mode for [`0.3`](https://a2a-protocol.org/v0.3.0/specification). See [#742](https://github.com/a2aproject/a2a-python/issues/742) for details on the compatibility scope.
4040

4141
> [!IMPORTANT]
42-
> There is an [**alpha version**](https://github.com/a2aproject/a2a-python/releases?q=%22v1.0.0-alpha%22&expanded=true) available with support for both [`1.0`](https://a2a-protocol.org/v1.0.0/specification/) and [`0.3`](https://a2a-protocol.org/v0.3.0/specification) versions. Development for this version is taking place in the [`1.0-dev`](https://github.com/a2aproject/a2a-python/tree/1.0-dev) branch, tracked in [#701](https://github.com/a2aproject/a2a-python/issues/701).
43-
44-
| Transport | Client | Server |
45-
| :--- | :---: | :---: |
46-
| **JSON-RPC** |||
47-
| **HTTP+JSON/REST** |||
48-
| **GRPC** |||
42+
> **Upgrading from `0.3`?** The SDK API has changed in `1.0`. See the [**v0.3 → v1.0 migration guide**](docs/migrations/v1_0/README.md) for a walkthrough of breaking changes and how to update your code.
43+
44+
| Spec Version | Transport | Client | Server |
45+
| :--- | :--- | :---: | :---: |
46+
| **`1.0`** | JSON-RPC |||
47+
| **`1.0`** | HTTP+JSON/REST |||
48+
| **`1.0`** | gRPC |||
49+
| **`0.3`** (compat) | JSON-RPC |||
50+
| **`0.3`** (compat) | HTTP+JSON/REST |||
51+
| **`0.3`** (compat) | gRPC |||
4952

5053
---
5154

0 commit comments

Comments
 (0)