Skip to content

Commit 1cbb1bb

Browse files
authored
Prepare release of 0.35.0 (#546)
1 parent 62e8d99 commit 1cbb1bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
CHANGELOG
22
=========
3+
## 0.35.0 / 2020-03-09
4+
5+
* [Added] Add `Set` metric type to threadstats. See [#545](https://github.com/DataDog/datadogpy/pull/545).
6+
* [Added] Add enum for monitor types. See [#544](https://github.com/DataDog/datadogpy/pull/544).
7+
* [Added] Support DD_API_KEY environment variable in dogwrap. See [#543](https://github.com/DataDog/datadogpy/pull/543).
8+
* [Added] Add back telemetry to Dogstatsd client. See [#533](https://github.com/DataDog/datadogpy/pull/533).
9+
* [Fixed] Remove illegal characters from tags. See [#517](https://github.com/DataDog/datadogpy/pull/517). Thanks [jirikuncar](https://github.com/jirikuncar).
10+
* [Fixed] Fix syntax error in dogwrap timeout handler and always collect output. See [#538](https://github.com/DataDog/datadogpy/pull/538). Thanks [Matt343](https://github.com/Matt343).
11+
312
## 0.34.1 / 2020-02-10
413

514
* [Fixed] Revert dogstatsd telemetry. See [#530](https://github.com/DataDog/datadogpy/pull/530).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_readme_md_contents():
2222

2323
setup(
2424
name="datadog",
25-
version="0.35.0.dev",
25+
version="0.35.0",
2626
install_requires=install_reqs,
2727
tests_require=["pytest", "mock", "freezegun"],
2828
packages=["datadog", "datadog.api", "datadog.dogstatsd", "datadog.threadstats", "datadog.util", "datadog.dogshell"],

0 commit comments

Comments
 (0)