Skip to content

Commit

Permalink
Release 0.39.0 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte authored Aug 26, 2020
1 parent c883a22 commit 894a445
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.39.0 / 2020-08-25

* [Added] Add environment variable to disable statsd metric collection. See [#589](https://github.com/DataDog/datadogpy/pull/589). Thanks [dgzlopes](https://github.com/dgzlopes).
* [Added] [dogstatsd] Add support for distribution context manager and decorator. See [#581](https://github.com/DataDog/datadogpy/pull/581). Thanks [dnlserrano](https://github.com/dnlserrano).
* [Added] [dogstatsd] sock.setblocking(0) for UDP socket. See [#590](https://github.com/DataDog/datadogpy/pull/590).
* [Added] [dogstatsd] Add type information to some dogstatsd methods. See [#579](https://github.com/DataDog/datadogpy/pull/579). Thanks [vishalkuo](https://github.com/vishalkuo).

## 0.38.0 / 2020-07-02

* [Added] Improve user-agent header to include telemetry information. See [#583](https://github.com/DataDog/datadogpy/pull/583).
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.38.1.dev"
__version__ = "0.39.0"

0 comments on commit 894a445

Please sign in to comment.