Skip to content

Commit bceed8a

Browse files
committed
chore(main): release 1.0.3
1 parent abcb3c3 commit bceed8a

2 files changed

Lines changed: 21 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-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/a2aproject/a2a-python/compare/v1.0.2...v1.0.3) (2026-05-13)
4+
5+
6+
### Features
7+
8+
* **helpers:** add non-text Part extractors and artifact update events ([745d998](https://github.com/a2aproject/a2a-python/commit/745d9988beca9b708e24349ec9dfa4138f12d472))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** cap protobuf below 7 ([#1019](https://github.com/a2aproject/a2a-python/issues/1019)) ([7af6050](https://github.com/a2aproject/a2a-python/commit/7af60502532a44f440885157aaae36c024416b85))
14+
* **errors:** align error mappings with A2A spec ([#1055](https://github.com/a2aproject/a2a-python/issues/1055)) ([4e01a91](https://github.com/a2aproject/a2a-python/commit/4e01a914330b29de110d93f4e5adcbb9ecc49e78))
15+
* **errors:** emit JSON-RPC error.data as typed-details array per A2A 1.0 spec hot-fix ([#1058](https://github.com/a2aproject/a2a-python/issues/1058)) ([3ce65c5](https://github.com/a2aproject/a2a-python/commit/3ce65c533ab5966cfa0409d7ab18e01c6c0c4d03))
16+
* Improve task_push_notification_config presence check. ([#1047](https://github.com/a2aproject/a2a-python/issues/1047)) ([94ad594](https://github.com/a2aproject/a2a-python/commit/94ad59435649a6bd56efd2d260bf5193d7e991b4))
17+
18+
19+
### Documentation
20+
21+
* high level active task architecture documentation ([#1056](https://github.com/a2aproject/a2a-python/issues/1056)) ([09a2221](https://github.com/a2aproject/a2a-python/commit/09a22212cf7c7a9669f2b4a184157d7a0a252ac9))
22+
323
## [1.0.2](https://github.com/a2aproject/a2a-python/compare/v1.0.1...v1.0.2) (2026-04-24)
424

525

0 commit comments

Comments
 (0)