We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a90bea commit 8e8f048Copy full SHA for 8e8f048
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.42.0 / 2021-07-01
4
+
5
+* [Fixed] Remove unused decorator dependency. See [#651](https://github.com/DataDog/datadogpy/pull/651).
6
+* [Fixed] [dogstatsd] Fix unicode handling of event text. See [#661](https://github.com/DataDog/datadogpy/pull/661).
7
+* [Added] [dogstatsd] Improve tag normalization speed. See [#672](https://github.com/DataDog/datadogpy/pull/672).
8
9
## 0.41.0 / 2021-04-15
10
11
* [Fixed] Fix decorator dependency for Python 2.7. See [#646](https://github.com/DataDog/datadogpy/pull/646). Thanks [artem888881](https://github.com/artem888881).
datadog/version.py
@@ -1 +1 @@
-__version__ = "0.41.0"
+__version__ = "0.42.0"
0 commit comments