Skip to content

Releases: nisimpson/a2a-gateway-mcp

Release v0.12.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:07
e1fd9c8

0.12.1 (2026-07-26)

Bug Fixes

  • api: preserve in-flight task on poll timeout and export all tools On poll timeout, SendMessage now returns the last-known *a2a.Task alongside the error instead of discarding it. This preserves the task ID so callers can resume polling via GetTask. - pollTaskCompletion tracks lastTask and returns it on timeout - handleTaskResult wraps the task in SendMessageOutput on poll error - Async inbox path uses the more recent polled task when available Additionally, export all remaining tools as public Server methods: PingAgent, BroadcastMessage, ListAgents, GetHistory, ClearHistory, CreateCallerCard, ViewCallerCard, RemoveCallerCard, CheckInbox, ReadInbox. Their input/output types are moved to gateway/api. Fixes #41 (#42) (e1fd9c8)

Release v0.12.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:17
3514f9a

0.12.0 (2026-07-23)

Features

  • api: expose tool behaviors as public methods on gateway.Server (#40) (3514f9a), closes #38

Release v0.11.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:44
ed579f8

0.11.1 (2026-07-22)

Bug Fixes

  • backend: resolve stale auth headers in cached A2A clients (#39) (ed579f8), closes #37

Release v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:47
9ea807f

0.11.0 (2026-07-02)

Features

  • directory: add Querier interface for database-backed pagination (#36) (9ea807f)

Release v0.10.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:05
051d0c4

0.10.0 (2026-07-01)

Features

  • gateway: server options, context propagation, and directory discovery (#34) (051d0c4), closes #35

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 06:01
1a5c79d

0.9.0 (2026-06-27)

Features

  • directory: add filter help documentation endpoint (#33) (1a5c79d)

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 01:31
65afcbb

0.8.0 (2026-06-22)

Features

  • gateway: add async inbox for non-blocking message dispatch (#31) (65afcbb)

Release v0.7.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:09
18b3d78

0.7.2 (2026-06-21)

Code Refactoring

Release v0.7.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 00:39
304233b

0.7.1 (2026-06-09)

Bug Fixes

  • gateway: use correct agent card path /.well-known/agent-card.json (#27) (304233b)

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 05:19
f7ae619

0.7.0 (2026-06-08)

Features

  • gateway: add passive agent health tracking (#26) (f7ae619)