Skip to content

Releases: a2aproject/a2a-python

v0.3.16

21 Nov 13:34
dbc73e8

Choose a tag to compare

0.3.16 (2025-11-21)

Bug Fixes

  • Ensure metadata propagation for Task ToProto and FromProto conversion (#557) (fc31d03)

v0.3.15

19 Nov 15:42
fdb4731

Choose a tag to compare

0.3.15 (2025-11-19)

Features

  • Add client-side extension support
    (#525)
    (9a92bd2)
  • rest, jsonrpc: Add client-side extension support
    (9a92bd2)

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)