|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 2.17.0 / 2023-11-02 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Fix schema for query scalar API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1979 |
| 7 | +* Remove the application key from CreateCIAppPipelineEvent endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1991 |
| 8 | +* Document 403 on team endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1998 |
| 9 | +* Powerpack improve group_widget object by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2011 |
| 10 | +* Remove escalation message default by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2024 |
| 11 | +* Remove notify_no_data default by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2034 |
| 12 | +* Fix SecurityMonitoringSignalAttribute field name by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2042 |
| 13 | +### Added |
| 14 | +* Add split graph widget to dashboard schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1956 |
| 15 | +* Update public docs for CSM Enterprise and CSPM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1975 |
| 16 | +* Add serverless apps to usage and usage attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1996 |
| 17 | +* Add Network Device Monitoring Netflow to usage by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2005 |
| 18 | +* Add Powerpacks endpoints to public api spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1976 |
| 19 | +* Add account-tags to GCP Service Account Attributes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1990 |
| 20 | +* Add powerpack widget to dashboard schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2006 |
| 21 | +* Add custom schedule to monitor scheduling options by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1993 |
| 22 | +* Service Catalog support service definition schema v2.2 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2015 |
| 23 | +* Powerpack pagination and test fixes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2019 |
| 24 | +* Add support for container images endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2017 |
| 25 | +* Add global IP ranges to spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1680 |
| 26 | +* Update documentation for Cloud SIEM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2026 |
| 27 | +* Add containers API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2027 |
| 28 | +* Add serverless apm to usage attribution api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2032 |
| 29 | +* Document missing parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1992 |
| 30 | +* Powerpack Live Span Support by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2040 |
| 31 | +* Add Amazon EventBridge endpoints to AWS Integration API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2029 |
| 32 | +* Add Container App filters to Azure API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2010 |
| 33 | +* Add UUID format support by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-java/pull/2046 |
| 34 | +* Add new UA products to usage metering docs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2044 |
| 35 | +### Changed |
| 36 | +* Add APM retention filter api documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1965 |
| 37 | +* Update request requirements of CI Visibility public pipelines write API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2000 |
| 38 | +* Add get APM retention filter endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2003 |
| 39 | +* Remove beta label notice on create pipeline API endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2018 |
| 40 | +* Add Beta Banner to Send Pipeline Events Endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2041 |
| 41 | +* Remove endpoint for mute or unmute a finding and add support for bulk mute findings endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2036 |
| 42 | + |
| 43 | +## New Contributors |
| 44 | +* @lx4r made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/1988 |
| 45 | + |
| 46 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.16.0...datadog-api-client-2.17.0 |
| 47 | + |
3 | 48 | ## 2.16.0 / 2023-09-14 |
4 | 49 |
|
5 | 50 | ### Fixed |
|
0 commit comments