Skip to content

v0.2.10

Latest
Compare
Choose a tag to compare
@release-please release-please released this 30 Jun 20:32
61df7d0

0.2.10 (2025-06-30)

⚠ BREAKING CHANGES

Features

  • Add append and last_chunk to add_artifact method on TaskUpdater (#186) (8c6560f)
  • add a2a routes to existing app (#188) (32fecc7)
  • Add middleware to the client SDK (#171) (efaabd3)
  • Add more task state management methods to TaskUpdater (#208) (2b3bf6d)
  • raise error for tasks in terminal states (#215) (a0bf13b)

Bug Fixes

  • consume_all doesn't catch asyncio.TimeoutError in python 3.10 (#216) (39307f1)
  • Append metadata and context id when processing TaskStatusUpdateE… (#238) (e106020)
  • Fix reference to grpc.aio.ServicerContext (#237) (0c1987b)
  • Fixes Short Circuit clause for context ID (#236) (a5509e6)
  • Resolve APIKeySecurityScheme parsing failed (#226) (aa63b98)
  • send notifications on message not streaming (#219) (91539d6), closes #218