Skip to content

Commit 96c14b7

Browse files
authored
chore(main): release 1.1.0 (#1073)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.3...v1.1.0) (2026-05-29) ### Features * **server:** restore FastAPI /docs visibility for A2A routes ([#1024](#1024)) ([1122d4e](1122d4e)) ### Bug Fixes * **compat:** remove ListTasks from v0.3 REST adapter ([#1043](#1043)) ([#1068](#1068)) ([5c88793](5c88793)) * properly convert metadata to dict in `RequestContext.metadata` ([#1081](#1081)) ([d2f2e18](d2f2e18)) * raise on append=True for unknown artifact_id ([#1038](#1038)) ([#1077](#1077)) ([fe1f24b](fe1f24b)) * release reference count on non-terminal exit to prevent stale registry entries ([#1079](#1079)) ([501255c](501255c)) * **server:** preserve non-ASCII characters in streaming JSON responses ([#1080](#1080)) ([d46c6f9](d46c6f9)) * **telemetry:** don't mark QueueShutDown as an error span ([#1075](#1075)) ([54a485c](54a485c)) ### Documentation * clarify `EventQueue` usage ([#1066](#1066)) ([11dd68a](11dd68a)) ### Miscellaneous Chores * release 1.1.0 ([#1088](#1088)) ([3058a33](3058a33)) --- 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 3058a33 commit 96c14b7

2 files changed

Lines changed: 28 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.3"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/a2aproject/a2a-python/compare/v1.0.3...v1.1.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* **server:** restore FastAPI /docs visibility for A2A routes ([#1024](https://github.com/a2aproject/a2a-python/issues/1024)) ([1122d4e](https://github.com/a2aproject/a2a-python/commit/1122d4e92e49f6eaadb5dbd94c67352adb13bf44))
9+
10+
11+
### Bug Fixes
12+
13+
* **compat:** remove ListTasks from v0.3 REST adapter ([#1043](https://github.com/a2aproject/a2a-python/issues/1043)) ([#1068](https://github.com/a2aproject/a2a-python/issues/1068)) ([5c88793](https://github.com/a2aproject/a2a-python/commit/5c8879341a3ee7d14b1875a9131101bf9a234522))
14+
* properly convert metadata to dict in `RequestContext.metadata` ([#1081](https://github.com/a2aproject/a2a-python/issues/1081)) ([d2f2e18](https://github.com/a2aproject/a2a-python/commit/d2f2e18702dd6940ecec020cddd76161174574c1))
15+
* raise on append=True for unknown artifact_id ([#1038](https://github.com/a2aproject/a2a-python/issues/1038)) ([#1077](https://github.com/a2aproject/a2a-python/issues/1077)) ([fe1f24b](https://github.com/a2aproject/a2a-python/commit/fe1f24b3de8b7ca7941bde35c9eb4a423fda72c0))
16+
* release reference count on non-terminal exit to prevent stale registry entries ([#1079](https://github.com/a2aproject/a2a-python/issues/1079)) ([501255c](https://github.com/a2aproject/a2a-python/commit/501255c467c998867de92e9928ee64d0d2cf9145))
17+
* **server:** preserve non-ASCII characters in streaming JSON responses ([#1080](https://github.com/a2aproject/a2a-python/issues/1080)) ([d46c6f9](https://github.com/a2aproject/a2a-python/commit/d46c6f94bd26c898f6092e0ec97c2a19cbaa2853))
18+
* **telemetry:** don't mark QueueShutDown as an error span ([#1075](https://github.com/a2aproject/a2a-python/issues/1075)) ([54a485c](https://github.com/a2aproject/a2a-python/commit/54a485ccb709f5caab2e477f1c44acd3bee0a890))
19+
20+
21+
### Documentation
22+
23+
* clarify `EventQueue` usage ([#1066](https://github.com/a2aproject/a2a-python/issues/1066)) ([11dd68a](https://github.com/a2aproject/a2a-python/commit/11dd68ad4745fc320470e81e4b7029ccdbf6fc84))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* release 1.1.0 ([#1088](https://github.com/a2aproject/a2a-python/issues/1088)) ([3058a33](https://github.com/a2aproject/a2a-python/commit/3058a33eb98b7c06b79ee3ce599e9e58f2b744bd))
29+
330
## [1.0.3](https://github.com/a2aproject/a2a-python/compare/v1.0.2...v1.0.3) (2026-05-13)
431

532

0 commit comments

Comments
 (0)