You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
CHANGELOG
2
2
=========
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
+
3
10
## 0.38.0 / 2020-07-02
4
11
5
12
*[Added] Improve user-agent header to include telemetry information. See [#583](https://github.com/DataDog/datadogpy/pull/583).
0 commit comments