Skip to content

Commit 72e334b

Browse files
authored
Merge branch 'main' into jules_wip_14959778467806306980
2 parents da4226b + d5e5f5f commit 72e334b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## [0.2.7](https://github.com/google-a2a/a2a-python/compare/v0.2.6...v0.2.7) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* Update A2A types from specification 🤖 ([#179](https://github.com/google-a2a/a2a-python/issues/179)) ([3ef4240](https://github.com/google-a2a/a2a-python/commit/3ef42405f6096281fe90b1df399731bd009bde12))
9+
310
## [0.2.6](https://github.com/google-a2a/a2a-python/compare/v0.2.5...v0.2.6) (2025-06-09)
411

512

src/a2a/server/apps/jsonrpc/jsonrpc_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def build(self, request: Request) -> ServerCallContext:
8989
with contextlib.suppress(Exception):
9090
user = StarletteUserProxy(request.user)
9191
state['auth'] = request.auth
92+
state['headers'] = dict(request.headers)
9293
return ServerCallContext(user=user, state=state)
9394

9495

0 commit comments

Comments
 (0)