You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,19 @@
36
36
37
37
## 🧩 Compatibility
38
38
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.
40
40
41
41
> [!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.
0 commit comments