Skip to content

Commit

Permalink
Merge pull request #276 from DataDog/yann/v0.21.0
Browse files Browse the repository at this point in the history
v0.21.0
  • Loading branch information
yannmh authored Jun 4, 2018
2 parents 74892d0 + 251a488 commit fc27967
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

# 0.21.0 / Unreleased

**Search hosts: `Infrastructure.search` is deprecated**
The `Infrastructure.search` method is deprecated in favor of the new `Hosts.search` method.

* [BUGFIX] API: Prevent exception contexts from logging URLs and credentials, [#266][]
* [FEATURE] API: Add `search` and `totals` methods to the `Hosts` resource, [#261][]

# 0.20.0 / 2018-03-23
* [FEATURE] API: New `DashboardList` resource, [#252][]

Expand Down Expand Up @@ -262,6 +270,8 @@ See [#8][], thanks [@benweatherman][]
[#242]: https://github.com/DataDog/datadogpy/issues/242
[#249]: https://github.com/DataDog/datadogpy/issues/249
[#252]: https://github.com/DataDog/datadogpy/issues/252
[#261]: https://github.com/DataDog/datadogpy/issues/261
[#266]: https://github.com/DataDog/datadogpy/issues/266
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@aknuds1]: https://github.com/aknuds1
[@aristiden7o]: https://github.com/aristiden7o
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="datadog",
version="0.20.0",
version="0.21.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=[
Expand Down

0 comments on commit fc27967

Please sign in to comment.