Skip to content

Commit e3cbe64

Browse files
author
Slavek Kabrda
committed
Release v0.30.0
1 parent eddfedb commit e3cbe64

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CHANGELOG
22
=========
33

4+
# 0.30.0 / Unreleased
5+
6+
* [BUGFIX] Treat `API_HOST` as URL, not as string [#411][]
7+
* [FEATURE] Add `return_raw_response` option to `initialize` to enable adding raw responses to return values [#414][]
8+
* [IMPROVEMENT] Add project URLs to package metadata [#413][] (thanks [@Tenzer][])
9+
* [IMPROVEMENT] Add support for handling a 401 status as an API error [#418][]
10+
* [IMPROVEMENT] Allow configuring proxy in `~/.dogrc` for usage with dogshell [#415][]
11+
* [IMPROVEMENT] Update `user` resource name to `users` to match new plural endpoints [#421][]
12+
* [OTHER] Add deprecation warning to old aws lambda threadstats integration [#417][]
13+
* [OTHER] Removed functionality to delete events and comments, as it's no longer supported by API [#420][]
14+
415
# 0.29.3 / 2019-06-12
516

617
* [BUGFIX] Fix encoding issue on install [#391][] and [#392][] (thanks [@Alphadash][] and [@ningirsu][])
@@ -415,6 +426,14 @@ See [#8][], thanks [@benweatherman][]
415426
[#395]: https://github.com/DataDog/datadogpy/issues/395
416427
[#397]: https://github.com/DataDog/datadogpy/issues/397
417428
[#401]: https://github.com/DataDog/datadogpy/issues/401
429+
[#411]: https://github.com/DataDog/datadogpy/issues/411
430+
[#413]: https://github.com/DataDog/datadogpy/issues/413
431+
[#414]: https://github.com/DataDog/datadogpy/issues/414
432+
[#415]: https://github.com/DataDog/datadogpy/issues/415
433+
[#417]: https://github.com/DataDog/datadogpy/issues/417
434+
[#418]: https://github.com/DataDog/datadogpy/issues/418
435+
[#420]: https://github.com/DataDog/datadogpy/issues/420
436+
[#421]: https://github.com/DataDog/datadogpy/issues/421
418437
[@Alphadash]: https://github.com/Alphadash
419438
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
420439
[@Hefeweizen]: https://github.com/Hefeweizen
@@ -466,4 +485,4 @@ See [#8][], thanks [@benweatherman][]
466485
[@thehesiod]: https://github.com/thehesiod
467486
[@timed]: https://github.com/timed
468487
[@timvisher]: https://github.com/timvisher
469-
[@tuukkamustonen]: https://github.com/tuukkamustonen
488+
[@tuukkamustonen]: https://github.com/tuukkamustonen

setup.py

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

1919
setup(
2020
name="datadog",
21-
version="0.29.3",
21+
version="0.30.0",
2222
install_requires=install_reqs,
2323
tests_require=[
2424
"nose", "mock",

0 commit comments

Comments
 (0)