Skip to content

Releases: jsocol/pystatsd

v4.0.1

06 Nov 14:21
1325f31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4 - Python 3.7 and up

06 Nov 00:02
aed9504
Compare
Choose a tag to compare

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!