|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.11.0 / 2022-04-27 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Fix type for `date` field in `LogsByRetentionMonthlyUsage` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/864 |
| 7 | +* Fix org name maximum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/894 |
| 8 | +* Fix pagination for top avg metrics endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/899 |
| 9 | +* Rename models and operations with mixed cases by @therve in https://github.com/DataDog/datadog-api-client-python/pull/904 |
| 10 | +* Fix generation of oneOf types by @jirikuncar in https://github.com/DataDog/datadog-api-client-python/pull/921 |
| 11 | +* Allow bool coercion/conversion by @therve in https://github.com/DataDog/datadog-api-client-python/pull/922 |
| 12 | +* Fix type of nullable additionalProperties by @jirikuncar in https://github.com/DataDog/datadog-api-client-python/pull/926 |
| 13 | +* Make type optional for synthetics basic auth model by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/933 |
| 14 | +* Fix camel case version of `ListSLOs` by @jirikuncar in https://github.com/DataDog/datadog-api-client-python/pull/955 |
| 15 | +* Serialize body in async client by @therve in https://github.com/DataDog/datadog-api-client-python/pull/952 |
| 16 | +* Set correct type for `tags` property by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/950 |
| 17 | +### Added |
| 18 | +* Add impossible travel detection method by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/855 |
| 19 | +* Add CI App usage endpoint and usage summary columns by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/860 |
| 20 | +* [RUM] Add search endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/859 |
| 21 | +* Add support for getting online archive usage by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/868 |
| 22 | +* Add endpoint for retrieving audit logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/866 |
| 23 | +* Add support for Error Tracking monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/896 |
| 24 | +* Add support for `ci-pipelines` monitor using Formulas and Functions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/906 |
| 25 | +* Add aggregate endpoint for RUM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/919 |
| 26 | +* Add `median` aggregation functions to RUM and logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/931 |
| 27 | +* Add endpoint for validation of existing monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/932 |
| 28 | +* Create new ListStreamSource types in order to deprecate ISSUE_STREAM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/939 |
| 29 | +* [Query Value Widget] Add the timeseries background by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/930 |
| 30 | +* Add `restricted_roles` to Synthetics tests and private locations by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/941 |
| 31 | +* Add v2 SAML config IdP Metadata upload endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/948 |
| 32 | +* Support pagination in Python by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/957 |
| 33 | +* Add Usage API endpoint for observability-pipelines and add properties to v1 GetUsageSummary by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/928 |
| 34 | +* Add Historical Chargeback Summary endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/967 |
| 35 | +### Changed |
| 36 | +* Move shared modules outside of versions by @therve in https://github.com/DataDog/datadog-api-client-python/pull/870 |
| 37 | +* Bump minimum python by @therve in https://github.com/DataDog/datadog-api-client-python/pull/883 |
| 38 | +* Migrate to a global configuration by @therve in https://github.com/DataDog/datadog-api-client-python/pull/900 |
| 39 | +### Removed |
| 40 | +* Remove `lambda_usage` and `lambda_percentage` from usage API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/914 |
| 41 | +* [dashboards] Removed `issue_stream` type from `ListStreamSource` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/944 |
| 42 | +### Deprecated |
| 43 | +* [monitors] Deprecate `locked` property and clarify documentation for `restricted_roles` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/888 |
| 44 | + |
| 45 | +## New Contributors |
| 46 | +* @juan-fernandez made their first contribution in https://github.com/DataDog/datadog-api-client-python/pull/869 |
| 47 | + |
| 48 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-python/compare/1.10.0...1.11.0 |
| 49 | + |
3 | 50 | ## 1.10.0 / 2022-03-02
|
4 | 51 |
|
5 | 52 | ### Fixed
|
|
0 commit comments