|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.0.0 / 2022-06-24 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* AuthN Mapping spec cleanup to match implementation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1006 |
| 7 | +* Fix compress call by @therve in https://github.com/DataDog/datadog-api-client-python/pull/1028 |
| 8 | +* Add cls to the list of keywords by @therve in https://github.com/DataDog/datadog-api-client-python/pull/1038 |
| 9 | +* Fix additionalProperties on SyntheticsAPITestResultData by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1036 |
| 10 | +* Fix synthetics vitals type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1039 |
| 11 | +### Added |
| 12 | +* Add connection to synthetics assertion type enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1010 |
| 13 | +* Add grpc subtype to synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/985 |
| 14 | +* Add support for `zstd1` Content-Encoding by @jirikuncar in https://github.com/DataDog/datadog-api-client-python/pull/946 |
| 15 | +* Add include descendants to monthly and hourly usage attribution APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1032 |
| 16 | +* Add v2 endpoints for Opsgenie Integration by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1021 |
| 17 | +* Add distribution points intake endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1019 |
| 18 | +* Add height and width params to graph snapshot by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1048 |
| 19 | +* Add support for defining histogram requests in Distribution widgets by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1030 |
| 20 | +* Add DowngradeOrg endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1050 |
| 21 | +* Add new options for new value detection type on security monitoring rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1042 |
| 22 | +* Add ci execution rule in Synthetics options by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1043 |
| 23 | +* Add SLO Search API endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/949 |
| 24 | +### Changed |
| 25 | +* Remove unstable marker from SLO corrections API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1020 |
| 26 | +* Remove unstable/beta note since Metrics Without Limits is GA by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1029 |
| 27 | +* Refactor API client by @therve in https://github.com/DataDog/datadog-api-client-python/pull/1018 |
| 28 | +* Remove unstable marker on security list signal endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1047 |
| 29 | + |
| 30 | +## New Contributors |
| 31 | +* @jybp made their first contribution in https://github.com/DataDog/datadog-api-client-python/pull/1063 |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-python/compare/1.12...2.0.0 |
| 34 | + |
3 | 35 | ## 1.12 / 2022-05-23
|
4 | 36 |
|
5 | 37 | ### Fixed
|
|
0 commit comments