Skip to content

Commit 9b2aab0

Browse files
authored
Release 0.50.0 (#849)
1 parent 74ffb61 commit 9b2aab0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.50.0 / 2024-08-20
4+
5+
* [Added] Add client side aggregation. See [#844](https://github.com/DataDog/datadogpy/pull/844).
6+
* [Added] Add metric object type. See [#837](https://github.com/DataDog/datadogpy/pull/837).
7+
* [Added] Support passing Unix timestamps to dogstatsd. See [#831](https://github.com/DataDog/datadogpy/pull/831).
8+
* [Fixed] Fix a potential deadlock on fork. See [#836](https://github.com/DataDog/datadogpy/pull/836).
9+
* [Changed] feat(origin detection): send both container ID and Entity ID. See [#828](https://github.com/DataDog/datadogpy/pull/828).
10+
311
## 0.49.1 / 2024-03-18
412

513
* [Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See [#820](https://github.com/DataDog/datadogpy/pull/820).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.49.2.dev"
1+
__version__ = "0.50.0"

0 commit comments

Comments
 (0)