Skip to content

1.8.0

Compare
Choose a tag to compare
@achimnol achimnol released this 18 Jan 09:56
· 47 commits to main since this release
1.8.0
eef3cd8

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