Skip to content

v4 - Python 3.7 and up

Compare
Choose a tag to compare
@jsocol jsocol released this 06 Nov 00:02
· 20 commits to main since this release
aed9504

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the
    execution time, instead of counting immediately. See #119.

Special thanks to @cclauss for help getting this in good shape!