Skip to content

Commit

Permalink
Prepare for 0.44.0 release (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo authored Mar 2, 2022
1 parent 3ce91c9 commit f15968c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.44.0 / 2022-03-02

* [Added] Update package metadata. See [#713](https://github.com/DataDog/datadogpy/pull/713).
* [Fixed] [statsd] Restore buffering state when exiting context manager. See [#715](https://github.com/DataDog/datadogpy/pull/715).
* [Changed] [threadstats] Ensure `ThreadStats` and `DogStatsd` `event()` signatures match. See [#712](https://github.com/DataDog/datadogpy/pull/712).
* [Changed] Improved dogstatsd mypy integration by adding additional type annotations. See [#710](https://github.com/DataDog/datadogpy/pull/710). Thanks [jahodfra](https://github.com/jahodfra).

## 0.43.0 / 2021-12-09

* [Added] [statsd] Add ability to toggle `statsd.disable_buffering` state during runtime. See [#700](https://github.com/DataDog/datadogpy/pull/700).
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.43.1.dev"
__version__ = "0.44.0"

0 comments on commit f15968c

Please sign in to comment.