Skip to content

Commit

Permalink
release 0.33.0 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzussa authored Dec 12, 2019
1 parent 9da1e45 commit 48a5a67
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

# 0.33.0 / 2019-12-12

* [FEATURE] Roles and Permissions APIs [#481][]
* [FEATURE] Add support for Azure, GCP and AWS integrations endpoints [#429][]
* [FEATURE] Add support for new `Monitor.can_delete` endpoint [#474][]
* [FEATURE] Add support for the `Monitor.validate` endpoint [#487][]
* [FEATURE] Add support for `/v1/downtime/cancel/by_scope` [#488][]
* [IMPROVEMENT] Dogshell: remove Exception wrapping [#477][]

# 0.32.0 / 2019-11-18

* [BUGFIX] Fix distribution metric submission by sending api/app keys through query params for this endpoint. [#480][]
Expand Down Expand Up @@ -459,6 +468,7 @@ See [#8][], thanks [@benweatherman][]
[#423]: https://github.com/DataDog/datadogpy/issues/423
[#425]: https://github.com/DataDog/datadogpy/issues/425
[#428]: https://github.com/DataDog/datadogpy/issues/428
[#429]: https://github.com/DataDog/datadogpy/issues/429
[#433]: https://github.com/DataDog/datadogpy/issues/433
[#446]: https://github.com/DataDog/datadogpy/issues/446
[#447]: https://github.com/DataDog/datadogpy/issues/447
Expand All @@ -472,7 +482,12 @@ See [#8][], thanks [@benweatherman][]
[#466]: https://github.com/DataDog/datadogpy/issues/466
[#467]: https://github.com/DataDog/datadogpy/issues/467
[#470]: https://github.com/DataDog/datadogpy/issues/470
[#474]: https://github.com/DataDog/datadogpy/issues/474
[#477]: https://github.com/DataDog/datadogpy/issues/477
[#480]: https://github.com/DataDog/datadogpy/issues/480
[#481]: https://github.com/DataDog/datadogpy/issues/481
[#487]: https://github.com/DataDog/datadogpy/issues/487
[#488]: https://github.com/DataDog/datadogpy/issues/488
[@Alphadash]: https://github.com/Alphadash
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Hefeweizen]: https://github.com/Hefeweizen
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_readme_md_contents():

setup(
name="datadog",
version="0.32.0",
version="0.33.0",
install_requires=install_reqs,
tests_require=["pytest", "mock", "freezegun"],
packages=["datadog", "datadog.api", "datadog.dogstatsd", "datadog.threadstats", "datadog.util", "datadog.dogshell"],
Expand Down

0 comments on commit 48a5a67

Please sign in to comment.