Skip to content

Commit

Permalink
Merge branch 'master' into enable-buffering-aggregation-simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Aug 22, 2024
2 parents f08c1e4 + 2bc6b36 commit d1d594f
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.1.dev"

0 comments on commit d1d594f

Please sign in to comment.