Skip to content

v1.3.116

Choose a tag to compare

@topcheer topcheer released this 03 Jul 22:56
· 4097 commits to main since this release

v1.3.116

Fixed

  • A2A CancelTask done-channel leak: CancelTask() directly set the task status to canceled without closing the done channel, unlike updateStatus(). For tasks in input-required state (no execute goroutine running), any caller waiting on Done() would block forever after cancellation. Now closes done inline before cancelling the context.