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 362e187 commit 3305cd6Copy full SHA for 3305cd6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.50.2 / 2024-11-21
4
+
5
+* [Fixed] [AMLII-2170] fix removed/renamed function flush. See [#868](https://github.com/DataDog/datadogpy/pull/868).
6
7
## 0.50.1 / 2024-09-18
8
9
* [Added] Add the ability for buffering and aggregation to work at the same time. See [#851](https://github.com/DataDog/datadogpy/pull/851).
datadog/version.py
@@ -1 +1 @@
-__version__ = "0.50.2.dev"
+__version__ = "0.50.2"
0 commit comments