Skip to content

Commit

Permalink
0.28.0 (#366)
Browse files Browse the repository at this point in the history
* 0.28.0

* thanks
  • Loading branch information
ofek authored Mar 27, 2019
1 parent 9bb0253 commit 636955d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
CHANGELOG
=========

# 0.28.0 / Unreleased

* [BUGFIX] Dogshell: Properly require `handle` as an argument to the `comment` subcommand, [#364][]
* [FEATURE] API: Add support for the `Dashboard.get_all` API, [#362][]
* [FEATURE] Dogshell: Add support for defining monitors as JSON files, [#322][] (thanks [@Hefeweizen][])
* [FEATURE] DogStatsD: Add support for the `DD_AGENT_HOST`, `DD_DOGSTATSD_PORT`, and `DD_ENTITY_ID` environment variables, [#363][]
* [IMPROVEMENT] API: Add support for the `free` layout_type in `Dashboard.create` and `Dashboard.update`, [#362][]

# 0.27.0 / 2019-03-06

**New Dashboards API: https://docs.datadoghq.com/api/?lang=python#dashboards**

The Timeboard and Screenboard API resources are deprecated in favor of the new Dashboard resource. See https://docs.datadoghq.com/api/?lang=python#dashboards for more details.

* [BUGFIX] API: Fix `UnicodeError` exceptions raised by the API client on errors that contain non ascii characters, [#223][], [#346][]
* [BUGFIX] DogStatsD: Fix unsafe socket creation on multithreaded applications and catch more exceptions, [#212][], [#364][]
* [BUGFIX] DogStatsD: Fix unsafe socket creation on multithreaded applications and catch more exceptions, [#212][], [#349][]
* [FEATURE] API: Add support for the new Dashboard API, [#351][]
* [OTHER] Support `tox` for testing, [#342][]
* [OTHER] Support Python 3.7, **drop support for Python 3.3**, [#345][]
Expand All @@ -17,7 +25,6 @@ The Timeboard and Screenboard API resources are deprecated in favor of the new D

* [IMPROVEMENT] API: Keep HTTP connections alive when using `requests`, [#328][]


# 0.25.0 / 2018-11-27

* [FEATURE] ThreadStats: Add AWS Lambda wrapper, [#324][]
Expand Down Expand Up @@ -340,14 +347,19 @@ See [#8][], thanks [@benweatherman][]
[#304]: https://github.com/DataDog/datadogpy/issues/304
[#309]: https://github.com/DataDog/datadogpy/issues/309
[#312]: https://github.com/DataDog/datadogpy/issues/312
[#322]: https://github.com/DataDog/datadogpy/issues/322
[#324]: https://github.com/DataDog/datadogpy/issues/324
[#328]: https://github.com/DataDog/datadogpy/issues/328
[#342]: https://github.com/DataDog/datadogpy/issues/342
[#345]: https://github.com/DataDog/datadogpy/issues/345
[#346]: https://github.com/DataDog/datadogpy/issues/346
[#349]: https://github.com/DataDog/datadogpy/issues/349
[#351]: https://github.com/DataDog/datadogpy/issues/351
[#362]: https://github.com/DataDog/datadogpy/issues/362
[#363]: https://github.com/DataDog/datadogpy/issues/363
[#364]: https://github.com/DataDog/datadogpy/issues/364
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Hefeweizen]: https://github.com/Hefeweizen
[@Tenzer]: https://github.com/Tenzer
[@aknuds1]: https://github.com/aknuds1
[@alexpjohnson]: https://github.com/alexpjohnson
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 @@ def get_readme_md_contents():

setup(
name="datadog",
version="0.27.0",
version="0.28.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=["datadog", "datadog.api", "datadog.dogstatsd", "datadog.threadstats", "datadog.util", "datadog.dogshell"],
Expand Down

0 comments on commit 636955d

Please sign in to comment.