|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 2.27.0 / 2024-08-12 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* fix monitor enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2371 |
| 7 | +* dashboards add support for time-slice SLOs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2372 |
| 8 | +* Make modified by field nullable for get all API keys by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2377 |
| 9 | +* Add `409 Conflict` to `CreateGlobalVariable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2388 |
| 10 | +### Added |
| 11 | +* Add network performance monitor type to API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2341 |
| 12 | +* Document `force_delete_dependencies` for synthetics test deletion by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2334 |
| 13 | +* Support metric filtering in integration azure GET, PUT APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2351 |
| 14 | +* add enableProfiling and enableSecurityTesting options by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2363 |
| 15 | +* Add convert rule JSON to terraform to Datadog API Spec. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2332 |
| 16 | +* add changes for datadog partner program to estimated cost and billable usage APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2336 |
| 17 | +* Add type as a required field for the different basic auth types by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2355 |
| 18 | +* Adding Network Device Monitoring API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2343 |
| 19 | +* Security Monitoring - Support anomaly threshold detection method by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2369 |
| 20 | +* update hourly usage API docs for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2379 |
| 21 | +* Add resource_type query param to authn mapping spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2308 |
| 22 | +* Add rum stream to API definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2383 |
| 23 | +* Support `incident_analytics` enum in dashboard widget `FormulaAndFunctionEventsDataSource` data sources by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2394 |
| 24 | +* update usage summary API docs for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2391 |
| 25 | +* update historical_cost and projected_cost for partner program by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2381 |
| 26 | +* Add custom cost endpoints to public API documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2395 |
| 27 | +* Update documentation for Cloud SIEM Analyzed Logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2398 |
| 28 | +* Update documentation for App Sec SCA by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2386 |
| 29 | +* Add trigger API documentation for workflow automation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2360 |
| 30 | +* Add PUT endpoint to scorecards APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2406 |
| 31 | +* Documentation for new device tags endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2400 |
| 32 | +* Update documentation for Flex Logs Starter by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2414 |
| 33 | +### Changed |
| 34 | +* add mfa_enabled field and change created_at type to datetime by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2415 |
| 35 | +### Removed |
| 36 | +* Fall back to the schema type if the format type is unrecognized. by @jack-edmonds-dd in https://github.com/DataDog/datadog-api-client-java/pull/2392 |
| 37 | +### Deprecated |
| 38 | +* Deprecate `ListAWSRelatedAccounts` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2387 |
| 39 | + |
| 40 | +## New Contributors |
| 41 | +* @amaskara-dd made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/2376 |
| 42 | + |
| 43 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.26.0...datadog-api-client-2.27.0 |
| 44 | + |
3 | 45 | ## 2.26.0 / 2024-07-02
|
4 | 46 |
|
5 | 47 | ### Fixed
|
|
0 commit comments