Skip to content

Commit

Permalink
Release 0.50.0 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman authored Aug 21, 2024
1 parent 74ffb61 commit 9b2aab0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.50.0 / 2024-08-20

* [Added] Add client side aggregation. See [#844](https://github.com/DataDog/datadogpy/pull/844).
* [Added] Add metric object type. See [#837](https://github.com/DataDog/datadogpy/pull/837).
* [Added] Support passing Unix timestamps to dogstatsd. See [#831](https://github.com/DataDog/datadogpy/pull/831).
* [Fixed] Fix a potential deadlock on fork. See [#836](https://github.com/DataDog/datadogpy/pull/836).
* [Changed] feat(origin detection): send both container ID and Entity ID. See [#828](https://github.com/DataDog/datadogpy/pull/828).

## 0.49.1 / 2024-03-18

* [Fixed] Fix potential metric loss when open_buffer is combined with disable_buffering=False. See [#820](https://github.com/DataDog/datadogpy/pull/820).
Expand Down
2 changes: 1 addition & 1 deletion datadog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.49.2.dev"
__version__ = "0.50.0"

0 comments on commit 9b2aab0

Please sign in to comment.