Skip to content

Releases: Traktormaster/wait-for2

0.4.1

13 Jun 19:43

Choose a tag to compare

Only packaging/metadata changes.

0.4.0

11 Jun 22:26

Choose a tag to compare

  • Changed implementation to prefer builtin asyncio.wait_for when possible using Python 3.12+
  • Updated tests to reflect new implementation
  • Dropped Python 3.7 compatibility testing

0.3.2

09 Jun 11:08

Choose a tag to compare

Added 3.11 compatibility

0.3.1

20 Dec 10:56

Choose a tag to compare

  • Added 3.10 compatibility

0.3.0

19 Dec 18:13

Choose a tag to compare

0.3.0

  • Redesigned all wait-for handling branches to behave consistently
  • Improved test coverage to 100% (with branch coverage)
  • Breaking change: the race_handler callback is now passed a 2nd argument. It's a boolean indicating if the result was a raised exception.

v0.2.0

14 May 20:31

Choose a tag to compare

0.2.0

  • Added a callback-based handling option
  • Made a simpler test to assert the different behaviours

v0.1.0

04 Mar 09:34

Choose a tag to compare

Initial release