|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 2.14.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-java/pull/1872 |
| 7 | +* Fix filter indexes parameter in logs search by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1877 |
| 8 | +* Fix Spans endpoint schemas by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1892 |
| 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-java/pull/1856 |
| 11 | +* Add support for the spans API endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1860 |
| 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-java/pull/1873 |
| 13 | +* Add support for `enable_custom_metrics` in Confluent Account by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1870 |
| 14 | +* Add missing `id` attribute for Confluent Account Response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1876 |
| 15 | +* Fix downtimes v2 schema and add missing field `canceled` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1881 |
| 16 | +* Add cloud_cost data source and query definition to dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1882 |
| 17 | +* Add missing cloud workload security fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1887 |
| 18 | +* Add `integration_id` field for dashboard list item by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1891 |
| 19 | +* Add events response fields `message` and `status` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1888 |
| 20 | +* Add missing `GetRUMApplications` response field `id` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1889 |
| 21 | +* Add missing service definition fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1890 |
| 22 | +* Add overlay type to Dashboards WidgetDisplayType by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1893 |
| 23 | +* Update IP ranges with remote configuration section by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1895 |
| 24 | +* Add missing `relationships` to UsersInvitations response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1897 |
| 25 | +* Added optional field filters when creating a cloud configuration rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1902 |
| 26 | +### Changed |
| 27 | +* Add downtime v2 API in private beta by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1824 |
| 28 | +* Mark `access_role` as nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1879 |
| 29 | + |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.13.0...datadog-api-client-2.14.0 |
| 32 | + |
3 | 33 | ## 2.13.0 / 2023-06-27 |
4 | 34 |
|
5 | 35 | ### Fixed |
|
0 commit comments