Releases: Gr1N/aiodogstatsd
Releases · Gr1N/aiodogstatsd
v0.8.0
- Fixed
AIOHTTP
middleware to catch any possible exception, #6
- Fixed
AIOHTTP
middleware to properly handle variable routes, #8
v0.7.0
- Fixed
AIOHTTP
graceful shutdown, #5 by @Reskov
v0.7.0a0
[chore] switch to Drone CI
v0.6.0
- Breaking Change: Send time in milliseconds in middlewares, #3 by @eserge
v0.5.0
- Added
AIOHTTP
framework integration helpers (cleanup context and middleware).
- Added
Sanic
framework integration helpers (listeners and middlewares).
v0.4.0
- Added Python 3.6.* support.
v0.3.0
- Fixed tags in datagram format.
v0.2.0
- Added possibility to use
aiodogstatsd.Client
as a context manager.