v4.0
Added
- Updates support to Python 3.7 through 3.11.
- Added
close()
method to UDP-basedStatsClient
. (#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!