Releases: Traktormaster/wait-for2
Releases · Traktormaster/wait-for2
0.4.1
0.4.0
- Changed implementation to prefer builtin
asyncio.wait_forwhen possible using Python 3.12+ - Updated tests to reflect new implementation
- Dropped Python 3.7 compatibility testing
0.3.2
Added 3.11 compatibility
0.3.1
- Added 3.10 compatibility
0.3.0
0.3.0
- Redesigned all wait-for handling branches to behave consistently
- Improved test coverage to 100% (with branch coverage)
- Breaking change: the
race_handlercallback is now passed a 2nd argument. It's a boolean indicating if the result was a raised exception.
v0.2.0
0.2.0
- Added a callback-based handling option
- Made a simpler test to assert the different behaviours
v0.1.0
Initial release