|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.15.0 / 2023-07-20 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Spans API docs update by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1553 |
| 7 | +* Fix filter indexes parameter in logs search by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1559 |
| 8 | +* Fix Spans endpoint schemas by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1580 |
| 9 | +### Added |
| 10 | +* Add support for geomap widget using response_type `event_list` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1534 |
| 11 | +* Add support for the spans API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1539 |
| 12 | +* Add a new field additional_query_filters to formula and function slo query by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1555 |
| 13 | +* Add support for `enable_custom_metrics` in Confluent Account by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1562 |
| 14 | +* Add missing `id` attribute for Confluent Account Response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1560 |
| 15 | +* Fix downtimes v2 schema and add missing field `canceled` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1568 |
| 16 | +* Add cloud_cost data source and query definition to dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1569 |
| 17 | +* Add missing cloud workload security fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1575 |
| 18 | +* Add `integration_id` field for dashboard list item by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1579 |
| 19 | +* Add events response fields `message` and `status` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1576 |
| 20 | +* Add missing `GetRUMApplications` response field `id` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1577 |
| 21 | +* Add missing service definition fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1578 |
| 22 | +* Add overlay type to Dashboards WidgetDisplayType by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1581 |
| 23 | +* Update IP ranges with remote configuration section by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1583 |
| 24 | +* Add missing `relationships` to UsersInvitations response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1585 |
| 25 | +* Added optional field filters when creating a cloud configuration rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1589 |
| 26 | +### Changed |
| 27 | +* Add downtime v2 API in private beta by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1482 |
| 28 | +* Allow use of latest urllib3 by @therve in https://github.com/DataDog/datadog-api-client-python/pull/1556 |
| 29 | +* Mark `access_role` as nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1566 |
| 30 | + |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-python/compare/2.14.0...2.15.0 |
| 33 | + |
3 | 34 | ## 2.14.0 / 2023-06-27
|
4 | 35 |
|
5 | 36 | ### Fixed
|
|
0 commit comments