Skip to content

Commit

Permalink
Prepare release 0.43.0 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
therve authored Dec 9, 2021
1 parent 6bf4578 commit 40485de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 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).
* [Added] Add a dogshell option to change Datadog site to call API. See [#691](https://github.com/DataDog/datadogpy/pull/691).
* [Fixed] [statsd] Fix dedicated-endpoint telemetry shipping when used with UDP. See [#690](https://github.com/DataDog/datadogpy/pull/690).
* [Changed] [statsd] Disable statsd buffering by default. See [#692](https://github.com/DataDog/datadogpy/pull/692).
* [Changed] [statsd] Always terminate packets with newline. See [#685](https://github.com/DataDog/datadogpy/pull/685).
* [Changed] [statsd] Enable buffering by default for statsd. See [#670](https://github.com/DataDog/datadogpy/pull/670).
* [Changed] [statsd] Add caching to tag normalization for Python3.2+. See [#674](https://github.com/DataDog/datadogpy/pull/674).

## 0.42.0 / 2021-07-01

* [Fixed] Remove unused decorator dependency. See [#651](https://github.com/DataDog/datadogpy/pull/651).
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.42.0"
__version__ = "0.43.0"

0 comments on commit 40485de

Please sign in to comment.