You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
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
+
3
11
## 0.49.1 / 2024-03-18
4
12
5
13
*[Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See [#820](https://github.com/DataDog/datadogpy/pull/820).
0 commit comments