Skip to content

Commit

Permalink
Merge pull request #284 from DataDog/yann/v0.22.0
Browse files Browse the repository at this point in the history
v0.22.0
  • Loading branch information
yannmh authored Jun 27, 2018
2 parents 37af732 + a3f8714 commit 5ca3231
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

# 0.22.0 / Unreleased

**New API endpoint: https://api.datadoghq.com/api**
The Datadog API client now uses https://api.datadoghq.com/api endpoint instead of https://app.datadoghq.com/api.
See [#257][] for more details.

* [BUGFIX] API: Close requests' sessions to limit memory usage, [#272][] (thanks [@thehesiod][])
* [BUGFIX] Dogwrap: Fix `TypeError` exceptions when truncating `stdout`, `stderr` with Python 3, [#260][], [#267][] (thanks [@cabouffard][], [@glasnt][])
* [FEATURE] DogStatsD: Add client level tags to status checks, [#279][] (thanks [@marshallbrekka][])
* [FEATURE] DogStatsD: Add support for `statsd_socket_path` option in `initialize` function, [#282][]
* [IMPROVEMENT] Dogwrap: Default output encoding to UTF-8, [#268][] (thanks [@glasnt][])

# 0.21.0 / 2018-06-04

**Search hosts: `Infrastructure.search` is deprecated**
Expand Down Expand Up @@ -270,24 +282,34 @@ 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
[#257]: https://github.com/DataDog/datadogpy/issues/257
[#260]: https://github.com/DataDog/datadogpy/issues/260
[#261]: https://github.com/DataDog/datadogpy/issues/261
[#266]: https://github.com/DataDog/datadogpy/issues/266
[#267]: https://github.com/DataDog/datadogpy/issues/267
[#268]: https://github.com/DataDog/datadogpy/issues/268
[#272]: https://github.com/DataDog/datadogpy/issues/272
[#279]: https://github.com/DataDog/datadogpy/issues/279
[#282]: https://github.com/DataDog/datadogpy/issues/282
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@aknuds1]: https://github.com/aknuds1
[@aristiden7o]: https://github.com/aristiden7o
[@benweatherman]: https://github.com/benweatherman
[@cabouffard]: https://github.com/cabouffard
[@clokep]: https://github.com/clokep
[@dcrosta]: https://github.com/dcrosta
[@drstevens]: https://github.com/drstevens
[@emad]: https://github.com/emad
[@evanj]: https://github.com/evanj
[@ewdurbin]: https://github.com/ewdurbin
[@g--]: https://github.com/g--
[@glasnt]: https://github.com/glasnt
[@gnarf]: https://github.com/gnarf
[@jbain]: https://github.com/jbain
[@jofusa]: https://github.com/jofusa
[@kuzmich]: https://github.com/kuzmich
[@leozc]: https://github.com/leozc
[@marshallbrekka]: https://github.com/marshallbrekka
[@martin308]: https://github.com/martin308
[@meawoppl]: https://github.com/meawoppl
[@mgood]: https://github.com/mgood
Expand All @@ -303,4 +325,4 @@ See [#8][], thanks [@benweatherman][]
[@thehesiod]: https://github.com/thehesiod
[@timed]: https://github.com/timed
[@timvisher]: https://github.com/timvisher
[@tuukkamustonen]: https://github.com/tuukkamustonen
[@tuukkamustonen]: https://github.com/tuukkamustonen
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.21.0",
version="0.22.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=[
Expand Down

0 comments on commit 5ca3231

Please sign in to comment.