We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5959c commit 7897910Copy full SHA for 7897910
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.50.1 / 2024-09-18
4
+
5
+* [Added] Add the ability for buffering and aggregation to work at the same time. See [#851](https://github.com/DataDog/datadogpy/pull/851).
6
7
## v0.50.0 / 2024-08-20
8
9
* [Added] Add client side aggregation. See [#844](https://github.com/DataDog/datadogpy/pull/844).
datadog/version.py
@@ -1 +1 @@
-__version__ = "0.50.1.dev"
+__version__ = "0.50.1"
0 commit comments