0.13.0 / 2016-08-24
- [BUGFIX] Dogshell: Fix
UnicodeError
exceptions when a timeboard name contains non ascii characters, #140 - [BUGFIX] DogStatsD: Support unicode characters in tags, #132, #152
- [BUGFIX] ThreadStats: Fix
RuntimeError
exceptions on flush caused by an unsafe thread operation, #143, #151 (thanks @leozc) - [FEATURE] API: Add
delete
method forEvent
resource, #145 - [IMPROVEMENT] DogStatsD: Have
timed
context manager to return itself, #147 (thanks @ross)