1.8.0
Breaking changes
- Dropped the support for Python 3.8 as it's end-of-life.
Features
- Add support for Python 3.12 and 3.13.
- Add
aiotools.context.resetting()
as a sync/async context manager to auto-reset the given context variable (#62) - Add type checker support - now includes py.typed in the package to indicate to type checkers like mypy that typing is supported. (#63)
Full Changelog: 1.7.0...1.8.0