Aiometer Versions Save

A Python concurrency scheduling library, compatible with asyncio and trio.

0.5.0

6 months ago

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)

0.4.0

1 year ago

0.3.0

2 years ago

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)