Skip to content

Release v0.2.1

Choose a tag to compare

@hyprh hyprh released this 15 Jul 06:29
· 37 commits to main since this release
ba7769f

0.2.1 (2025-07-14)

  • Fix jsonrpc ID generation(#41
  • Add official python sdk client example in examples/simple (#42)
  • Fix issue on context id generation (#45)
  • Fix task subscriber buf size option (#50)
  • Add bloing option for task subscriber (#50)
  • Fix typo of SubscribeTask (#54)
  • Synchronize with latest a2a spec (#57)

Breaking Changes:

  • Change the filed Final of TaskStatusUpdateEvent from *bool to bool(#42)
  • Task Subscriber Constructor like NewMemoryTaskSubscriber and NewTaskSubscriber add a option param (#45)
  • Fix typo of taskmanager.TaskHandler.Subscriber, taskmanager.TaskHandler.SubScribeTask -> taskmanager.TaskHandler.SubscribeTask ($54)