Skip to content

Commit 894a445

Browse files
authored
Release 0.39.0 (#595)
1 parent c883a22 commit 894a445

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CHANGELOG
22
=========
3+
## 0.39.0 / 2020-08-25
4+
5+
* [Added] Add environment variable to disable statsd metric collection. See [#589](https://github.com/DataDog/datadogpy/pull/589). Thanks [dgzlopes](https://github.com/dgzlopes).
6+
* [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).
7+
* [Added] [dogstatsd] sock.setblocking(0) for UDP socket. See [#590](https://github.com/DataDog/datadogpy/pull/590).
8+
* [Added] [dogstatsd] Add type information to some dogstatsd methods. See [#579](https://github.com/DataDog/datadogpy/pull/579). Thanks [vishalkuo](https://github.com/vishalkuo).
9+
310
## 0.38.0 / 2020-07-02
411

512
* [Added] Improve user-agent header to include telemetry information. See [#583](https://github.com/DataDog/datadogpy/pull/583).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.1.dev"
1+
__version__ = "0.39.0"

0 commit comments

Comments
 (0)