2.5.2
Local server test hangs: Fixed race conditions in Pool cancellation logic that caused test suite to hang ~10% of the time
- Individual task cancellations no longer incorrectly cancel all waiting tasks
- Server shutdown now properly cleans up waiting continuations
- Improves reliability of local testing and concurrent invocation handling
Impact: Test suite now runs consistently without hangs. Local server testing is more reliable.
What's Changed
SemVer Patch
Other Changes
- Rename lambda+JSON file by @sebsto in #626
- Refactor LambdaRuntime by @sebsto in #627
- Cleanup script and test example by @sebsto in #628
Full Changelog: 2.5.1...2.5.2