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 cb538b7 commit 9e389ffCopy full SHA for 9e389ff
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.47.0 / 2023-09-06
4
+
5
+* [Added] Add IPv6 support for dogstatsd. See [#791](https://github.com/DataDog/datadogpy/pull/791).
6
+* [Added] Add blocking socket mode and background sender. See [#787](https://github.com/DataDog/datadogpy/pull/787).
7
8
## 0.46.0 / 2023-07-12
9
10
* [Added] Add tags and priority to the fpost monitor request. See [#739](https://github.com/DataDog/datadogpy/pull/739).
datadog/version.py
@@ -1 +1 @@
-__version__ = "0.46.1.dev"
+__version__ = "0.47.0"
0 commit comments