v0.22.0
0.22.0 / 2018-06-27
New API endpoint: https://api.datadoghq.com/api
The Datadog API client now uses https://api.datadoghq.com/api endpoint instead of https://app.datadoghq.com/api.
See #257 for more details.
- [BUGFIX] API: Close requests' sessions to limit memory usage, #272 (thanks @thehesiod)
- [BUGFIX] Dogwrap: Fix
TypeError
exceptions when truncatingstdout
,stderr
with Python 3, #260, #267 (thanks @cabouffard, @glasnt) - [FEATURE] DogStatsD: Add client level tags to status checks, #279 (thanks @marshallbrekka)
- [FEATURE] DogStatsD: Add support for
statsd_socket_path
option ininitialize
function, #282 - [IMPROVEMENT] Dogwrap: Default output encoding to UTF-8, #268 (thanks @glasnt)