|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.17.0 / 2023-09-14 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Fix downtimes monitor relationship id schema type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1649 |
| 7 | +* Pass SSL configuration arguments to Async Api Client by @vxuv in https://github.com/DataDog/datadog-api-client-python/pull/1655 |
| 8 | +### Added |
| 9 | +* Add trace_stream to dashboard ListStreamSource by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1622 |
| 10 | +* Add pagination extension to SLO corrections by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1631 |
| 11 | +* Adding aas count to the documentation for summary and hourly usage endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1635 |
| 12 | +* Add pagination extension to SLOs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1632 |
| 13 | +* Add pagination extension to monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1633 |
| 14 | +* Add pagination extension to synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1640 |
| 15 | +* Add 'style' to sunburst requests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1639 |
| 16 | +* Add pagination extension to notebook by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1642 |
| 17 | +* Add support for dashboard listing pagination parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1646 |
| 18 | +* Add pagination parameters to downtimes listing by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1648 |
| 19 | +* Add pagination extension to user list by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1647 |
| 20 | +* Add pagination extension to team listing by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1650 |
| 21 | +* Remove private beta for Downtimes v2 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1645 |
| 22 | +* Update v1 monitor api docs to exclude downtimes v2 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1660 |
| 23 | +* Add timing scope for response time assertions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1651 |
| 24 | +* Add Formula and Function query support to heatmap widgets by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1661 |
| 25 | +* Add synthetics mobile application testing to usage metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1657 |
| 26 | +### Changed |
| 27 | +* Add spectral rule for validating `no unnamed objects` in lists by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-python/pull/1656 |
| 28 | + |
| 29 | +## New Contributors |
| 30 | +* @vxuv made their first contribution in https://github.com/DataDog/datadog-api-client-python/pull/1655 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-python/compare/2.16.0...2.17.0 |
| 33 | + |
3 | 34 | ## 2.16.0 / 2023-08-23
|
4 | 35 |
|
5 | 36 | ### Fixed
|
|
0 commit comments