Skip to content

Commit caeefec

Browse files
authored
chore(main): release 0.3.3 (#122)
🤖 I have created a release *beep* *boop* --- ## [0.3.3](v0.3.2...v0.3.3) (2025-08-27) ### ⚠ BREAKING CHANGES * Update A2AClient constructor to initialize with full agentCardUrl ([#121](#121)) ### Features * Update A2AClient constructor to initialize with full agentCardUrl ([#121](#121)) ([755044c](755044c)) ### Bug Fixes * Improve fetch implementation handling ([#117](#117)) ([09adbd3](09adbd3)) ### Miscellaneous Chores * release 0.3.3 ([#124](#124)) ([ea59193](ea59193)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent ea59193 commit caeefec

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## [0.3.3](https://github.com/a2aproject/a2a-js/compare/v0.3.2...v0.3.3) (2025-08-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update A2AClient constructor to initialize with full agentCardUrl ([#121](https://github.com/a2aproject/a2a-js/issues/121))
9+
10+
### Features
11+
12+
* Update A2AClient constructor to initialize with full agentCardUrl ([#121](https://github.com/a2aproject/a2a-js/issues/121)) ([755044c](https://github.com/a2aproject/a2a-js/commit/755044c6c610991b5c86747da72b24e1fff9ade3))
13+
14+
15+
### Bug Fixes
16+
17+
* Improve fetch implementation handling ([#117](https://github.com/a2aproject/a2a-js/issues/117)) ([09adbd3](https://github.com/a2aproject/a2a-js/commit/09adbd31d1ef7a73e4c8c87045af84bb1280226f))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 0.3.3 ([#124](https://github.com/a2aproject/a2a-js/issues/124)) ([ea59193](https://github.com/a2aproject/a2a-js/commit/ea591932901742af76afb5aeee4cf8d27cc9a6c2))
23+
324
## [0.3.2](https://github.com/a2aproject/a2a-js/compare/v0.3.1...v0.3.2) (2025-08-17)
425

526

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": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Server & Client SDK for Agent2Agent protocol",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)