Skip to content

Releases: a2aproject/a2a-python

v0.3.14

18 Nov 08:58
9e35eb8

Choose a tag to compare

0.3.14 (2025-11-17)

Features

  • jsonrpc: add option to disable oversized payload check in JSONRPC applications (ba142df)

v0.3.13

17 Nov 09:27
ef020c5

Choose a tag to compare

0.3.13 (2025-11-13)

Bug Fixes

  • return entire history when history_length=0 (#537) (acdc0de)

v0.3.12

12 Nov 21:37
45ff871

Choose a tag to compare

0.3.12 (2025-11-12)

Bug Fixes

  • grpc: Add extensions to Artifact converters. (#523) (c03129b)

v0.3.11

07 Nov 11:04
265fd33

Choose a tag to compare

0.3.11 (2025-11-07)

Bug Fixes

  • add metadata to send message request (12b4a1d)

v0.3.10

21 Oct 20:39
17e7597

Choose a tag to compare

0.3.10 (2025-10-21)

Features

  • add get_artifact_text() helper method (9155888)
  • Add a ClientFactory.connect() method for easy client creation (d585635)

Bug Fixes

  • change MAX_CONTENT_LENGTH (for file attachment) in json-rpc to be larger size (10mb) (#518) (5b81385)
  • correct new_artifact methods signature (#503) (ee026aa)

Code Refactoring

  • utils: move part helpers to their own file (9155888)

v0.3.9

15 Oct 17:34
317df0a

Choose a tag to compare

0.3.9 (2025-10-15)

Features

Bug Fixes

  • apply history_length for message/send requests (#498) (a49f94e)
  • client: A2ACardResolver.get_agent_card will auto-populate with agent_card_path when relative_card_path is empty (#508) (ba24ead)

Documentation

  • Fix Docstring formatting for code samples (#492) (dca66c3)

v0.3.8

06 Oct 16:11
1909126

Choose a tag to compare

0.3.8 (2025-10-06)

Bug Fixes

  • Add __str__ and __repr__ methods to ServerError (#489) (2c152c0)
  • grpc: Fix missing extensions from protobuf (#476) (8dbc78a)
  • rest: send historyLength=0 (avoid falsy omission) (#480) (ed28b59), closes #479

Documentation

  • a2a-sdk[all] installation command in Readme (#485) (6ac9a7c)

v0.3.7

23 Sep 16:26
4a4b4a9

Choose a tag to compare

0.3.7 (2025-09-22)

Bug Fixes

  • jsonrpc client send streaming request header and timeout field (#475) (675354a)
  • Task state is not persisted to task store after client disconnect (#472) (5342ca4), closes #464

v0.3.6

17 Sep 17:17
5ec0788

Choose a tag to compare

0.3.6 (2025-09-09)

Features

  • add JSON-RPC method to ServerCallContext.state (d62df7a)
  • gRPC: Add proto conversion utilities (80fc33a)

Miscellaneous Chores

v0.3.5

08 Sep 17:30
ceeb4ef

Choose a tag to compare

0.3.5 (2025-09-08)

Bug Fixes

  • Prevent client disconnect from stopping task execution (#440) (58b4c81), closes #296
  • proto: Adds metadata field to A2A DataPart proto (#455) (6d0ef59)

Documentation

  • add example docs for [@validate](https://github.com/validate) and [@validate](https://github.com/validate)_async_generator (#422) (18289eb)
  • Restructure README (9758f78)