|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
| 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 | + |
4 | 15 | # 0.29.3 / 2019-06-12
|
5 | 16 |
|
6 | 17 | * [BUGFIX] Fix encoding issue on install [#391][] and [#392][] (thanks [@Alphadash][] and [@ningirsu][])
|
@@ -415,6 +426,14 @@ See [#8][], thanks [@benweatherman][]
|
415 | 426 | [#395]: https://github.com/DataDog/datadogpy/issues/395
|
416 | 427 | [#397]: https://github.com/DataDog/datadogpy/issues/397
|
417 | 428 | [#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 |
418 | 437 | [@Alphadash]: https://github.com/Alphadash
|
419 | 438 | [@GrahamDumpleton]: https://github.com/GrahamDumpleton
|
420 | 439 | [@Hefeweizen]: https://github.com/Hefeweizen
|
@@ -466,4 +485,4 @@ See [#8][], thanks [@benweatherman][]
|
466 | 485 | [@thehesiod]: https://github.com/thehesiod
|
467 | 486 | [@timed]: https://github.com/timed
|
468 | 487 | [@timvisher]: https://github.com/timvisher
|
469 |
| -[@tuukkamustonen]: https://github.com/tuukkamustonen |
| 488 | +[@tuukkamustonen]: https://github.com/tuukkamustonen |
0 commit comments