Skip to content

Commit 1f7d3ef

Browse files
authored
chore: prepare for 1.0.0 stable release (#596)
Exit the beta prerelease and instruct release-please to use 1.0.0 as the next release version. Release-As: 1.0.0
1 parent 55d2740 commit 1f7d3ef

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ over the protocol) and A2A **clients** (applications discovering and driving
2020
those agents) — one package, three wire transports (JSON-RPC,
2121
HTTP+JSON/REST, gRPC), and an opt-in compatibility layer for v0.3 peers.
2222

23-
- 🚀 **v1.0 beta release** tracking [A2A Protocol Specification v1.0](https://a2a-protocol.org/v1.0.0/specification/).
23+
- 🚀 **v1.0 stable release** implementing [A2A Protocol Specification v1.0](https://a2a-protocol.org/v1.0.0/specification/).
2424
- 🔌 **Three transports** — JSON-RPC, HTTP+JSON/REST, and gRPC (Node-only),
2525
all backed by a single `DefaultRequestHandler`.
2626
- 🔄 **v0.3 backward compatibility** as an opt-in layer so v1.0 deployments
2727
can interoperate with peers still on v0.3 during a staged migration.
2828

2929
## Installation
3030

31-
You can install the A2A SDK using `npm`. The v1.0 beta release is now available:
31+
You can install the A2A SDK using `npm`:
3232

3333
```bash
34-
npm install @a2a-js/sdk@next
34+
npm install @a2a-js/sdk
3535
```
3636

3737
### For Server Usage

docs/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ model changes (renamed fields, restructured types, new operations), see:
1414
- Install the v1.0 SDK:
1515

1616
```bash
17-
npm install @a2a-js/sdk@next
17+
npm install @a2a-js/sdk
1818
```
1919

2020
> Migrating all v0.3 clients to v1.0 during upgrade is not required: the v1.0 SDK

release-please-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"release-type": "node",
33
"include-component-in-tag": false,
4-
"prerelease": true,
5-
"prerelease-type": "beta",
6-
"versioning": "prerelease",
74
"packages": {
85
".": {}
96
}

0 commit comments

Comments
 (0)