Release v0.2.1
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
Finalof TaskStatusUpdateEvent from *bool to bool(#42) - Task Subscriber Constructor like
NewMemoryTaskSubscriberandNewTaskSubscriberadd a option param (#45) - Fix typo of taskmanager.TaskHandler.Subscriber, taskmanager.TaskHandler.SubScribeTask -> taskmanager.TaskHandler.SubscribeTask ($54)