Skip to content

Commit 4d5d682

Browse files
committed
chore(main): release 1.0.1
1 parent 771836c commit 4d5d682

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/a2aproject/a2a-js/compare/v1.0.0...v1.0.1) (2026-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **compat/v0_3:** call context builder for compatibility layer ([#604](https://github.com/a2aproject/a2a-js/issues/604)) ([771836c](https://github.com/a2aproject/a2a-js/commit/771836c3ff7122424529012252a3358d7b40d39b)), closes [#600](https://github.com/a2aproject/a2a-js/issues/600)
9+
* normalize legacy cards in createFromAgentCard ([#602](https://github.com/a2aproject/a2a-js/issues/602)) ([9807a66](https://github.com/a2aproject/a2a-js/commit/9807a66402444ccf27e4ce08dd96578d814119f2)), closes [#601](https://github.com/a2aproject/a2a-js/issues/601)
10+
311
## [1.0.0](https://github.com/a2aproject/a2a-js/compare/v1.0.0-beta.0...v1.0.0) (2026-07-22)
412

513
`@a2a-js/sdk` is now generally available. This release promotes the v1.0 line to stable, implementing the full [A2A Protocol Specification v1.0](https://a2a-protocol.org/v1.0.0/specification/) across all three transports (JSON-RPC, HTTP+JSON/REST, gRPC), with opt-in v0.3 backward compatibility for staged migrations.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a2a-js/sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Server & Client SDK for Agent2Agent protocol",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)