11CHANGELOG
22=========
33
4+ # 0.13.0 / Unreleased
5+ * [ BUGFIX] Dogshell: Fix ` UnicodeError ` exceptions when a timeboard name contains non ascii characters, [ #140 ] [ ]
6+ * [ BUGFIX] DogStatsD: Support unicode characters in tags, [ #132 ] [ ] , [ #152 ] [ ]
7+ * [ BUGFIX] ThreadStats: Fix ` RuntimeError ` exceptions on flush caused by an unsafe thread operation, [ #143 ] [ ] , [ #151 ] [ ] (thanks [ @leozc ] [ ] )
8+ * [ FEATURE] API: Add ` delete ` method for ` Event ` resource, [ #145 ] [ ]
9+ * [ IMPROVEMENT] DogStatsD: Have ` timed ` context manager to return itself, [ #147 ] [ ] (thanks [ @ross ] [ ] )
10+
411# 0.12.0 / 2016-05-27
512* [ BUGFIX] API: Do not raise on hostname resolution failures, [ #106 ] [ ]
613* [ FEATURE] DogStatsD: Allow to dynamically use default route as a StatsD host, [ #134 ] [ ]
@@ -149,7 +156,14 @@ See [#8][], thanks [@benweatherman][]
149156[ #123 ] : https://github.com/DataDog/datadogpy/issues/123
150157[ #124 ] : https://github.com/DataDog/datadogpy/issues/124
151158[ #126 ] : https://github.com/DataDog/datadogpy/issues/126
159+ [ #132 ] : https://github.com/DataDog/datadogpy/issues/132
152160[ #134 ] : https://github.com/DataDog/datadogpy/issues/134
161+ [ #140 ] : https://github.com/DataDog/datadogpy/issues/140
162+ [ #143 ] : https://github.com/DataDog/datadogpy/issues/143
163+ [ #145 ] : https://github.com/DataDog/datadogpy/issues/145
164+ [ #147 ] : https://github.com/DataDog/datadogpy/issues/147
165+ [ #151 ] : https://github.com/DataDog/datadogpy/issues/151
166+ [ #152 ] : https://github.com/DataDog/datadogpy/issues/152
153167[ @GrahamDumpleton ] : https://github.com/GrahamDumpleton
154168[ @aknuds1 ] : https://github.com/aknuds1
155169[ @aristiden7o ] : https://github.com/aristiden7o
@@ -163,9 +177,11 @@ See [#8][], thanks [@benweatherman][]
163177[ @gnarf ] : https://github.com/gnarf
164178[ @jofusa ] : https://github.com/jofusa
165179[ @kuzmich ] : https://github.com/kuzmich
180+ [ @leozc ] : https://github.com/leozc
166181[ @meawoppl ] : https://github.com/meawoppl
167182[ @mgood ] : https://github.com/mgood
168183[ @miketheman ] : https://github.com/miketheman
169184[ @ogst ] : https://github.com/ogst
185+ [ @ross ] : https://github.com/ross
170186[ @steven-liu ] : https://github.com/steven-liu
171- [ @timed ] : https://github.com/timed
187+ [ @timed ] : https://github.com/timed
0 commit comments