Releases: achimnol/aiotools
Releases · achimnol/aiotools
1.7.0
Breaking changes
- Dropped the support for Python 3.7 as it's end-of-life.
Fixes
- Correct the type annotation of the callback argument in
create_timer()
(#61)
2.0.0a2
This release does not have any code changes; it tests the new trutsed provider-based release process.
2.0.0a1
What's Changed
- Experiment with DontPanicO's Supervisor impl. by @achimnol in #53
Breaking Changes
- Now it requires Python 3.11 or higher.
Full Changelog: 1.6.1...2.0.0a1
1.5.5
What's Changed
- ci: Use latest version of actions/setup-python for better cache by @achimnol in #45
- server: Add wait_timeout and properly close pipe fds during afork by @achimnol in #46
Full Changelog: 1.5.4...1.5.5