Skip to content

Commit 9b6ae84

Browse files
committed
chore(main): release 2.4.0
1 parent 1ca80f9 commit 9b6ae84

2 files changed

Lines changed: 20 additions & 1 deletion

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-
".": "2.3.1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/a2aproject/a2a-go/compare/v2.3.1...v2.4.0) (2026-07-17)
4+
5+
6+
### Features
7+
8+
* provide generic pull event queue ([#354](https://github.com/a2aproject/a2a-go/issues/354)) ([6a48d4b](https://github.com/a2aproject/a2a-go/commit/6a48d4b5bb731b647d13ff61b0fefb21f053916b))
9+
* **push:** push sender SSRF protection enabled by default (fixes [#373](https://github.com/a2aproject/a2a-go/issues/373)) ([#374](https://github.com/a2aproject/a2a-go/issues/374)) ([0a4f17a](https://github.com/a2aproject/a2a-go/commit/0a4f17a10e1c44ff9d578975259ed4286f53e01d))
10+
11+
12+
### Bug Fixes
13+
14+
* **a2acompat/a2av0:** implement A2A v0.3 REST wire format ([#371](https://github.com/a2aproject/a2a-go/issues/371)) ([1ca80f9](https://github.com/a2aproject/a2a-go/commit/1ca80f9c98f24380ce6f81217d13620b5f8c8596)), closes [#370](https://github.com/a2aproject/a2a-go/issues/370)
15+
* **a2asrv:** skip TaskID mismatch check when message has no task reference (fixes [#350](https://github.com/a2aproject/a2a-go/issues/350)) ([#359](https://github.com/a2aproject/a2a-go/issues/359)) ([8c0dd99](https://github.com/a2aproject/a2a-go/commit/8c0dd999621972e04fe6574c68cfbd5d25d4b20e))
16+
* **cli:** emit non-null required Agent Card list fields in synthesized card (fixes [#369](https://github.com/a2aproject/a2a-go/issues/369)) ([#372](https://github.com/a2aproject/a2a-go/issues/372)) ([0640869](https://github.com/a2aproject/a2a-go/commit/0640869da817345db17ae5cafcab1717ecfbc170))
17+
* **eventqueue:** add JSON marshal/unmarshal to Message so events survive roundtrip (fixes [#349](https://github.com/a2aproject/a2a-go/issues/349)) ([#360](https://github.com/a2aproject/a2a-go/issues/360)) ([d52d5a1](https://github.com/a2aproject/a2a-go/commit/d52d5a1a78b7d1f2ae628e689a8aabdb87209eab))
18+
* itk grpc compatibility for v0.3 SDKs ([#367](https://github.com/a2aproject/a2a-go/issues/367)) ([11340a7](https://github.com/a2aproject/a2a-go/commit/11340a78b83246e70ce792e914a2321acbe9d09c))
19+
* ListTaskshistoryLength missing ([8b91364](https://github.com/a2aproject/a2a-go/commit/8b91364b50987462f9e949b5cef206523dcc254e))
20+
* ListTaskshistoryLength missing (issue [#355](https://github.com/a2aproject/a2a-go/issues/355)) ([#361](https://github.com/a2aproject/a2a-go/issues/361)) ([8b91364](https://github.com/a2aproject/a2a-go/commit/8b91364b50987462f9e949b5cef206523dcc254e))
21+
322
## [2.3.1](https://github.com/a2aproject/a2a-go/compare/v2.3.0...v2.3.1) (2026-05-13)
423

524

0 commit comments

Comments
 (0)