Skip to content

Releases: florimondmanca/aiometer

Version 0.5.0

11 Dec 19:49
238e2b2
Compare
Choose a tag to compare

Removed

  • Drop support for Python 3.7, as it has reached EOL. (Pull #44)

Added

  • Add official support for Python 3.12. (Pull #44)
  • Add support for anyio 4. This allows catching exception groups using the native ExceptionGroup. On anyio 3.2+, anyio would throw its own ExceptionGroup type. Compatibility with anyio 3.2+ is retained. (Pull #43)

Version 0.4.0

18 Jan 21:47
ad0fe60
Compare
Choose a tag to compare
Version 0.4.0 (#40)

Version 0.3.0

06 Jul 21:58
9b64332
Compare
Choose a tag to compare

0.3.0 - 2021-07-06

Changed

  • Update anyio dependency to v3 (previously v1). (Pull #25)
    • NB: no API change, but dependency mismatches may occur. Be sure to port your codebase to anyio v3 before upgrading aiometer.

Added

  • Add support for Python 3.6 (installs the contextlib2 backport library there). (Pull #26)
  • Officialize support for Python 3.9. (Pull #26)