|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 1.7.0 / 2022-06-01 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Remove unused pararameter from authn mapping by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1320 |
| 7 | +* AuthN Mapping spec cleanup to match implementation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1339 |
| 8 | +### Added |
| 9 | +* Add Historical Chargeback Summary endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1300 |
| 10 | +* Expose v2 usage endpoint for application security monitoring by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1311 |
| 11 | +* Add `rehydration_max_scan_size_in_gb` field to Logs Archives by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1307 |
| 12 | +* Add `mute_first_recovery_notification` option to downtime by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1279 |
| 13 | +* Add lambda traced invocations usage endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1318 |
| 14 | +* Expose new usage field for react sessions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1321 |
| 15 | +* Add missing option and enum value for SecurityMonitoringRule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1326 |
| 16 | +* Adds docs for metric estimate endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1308 |
| 17 | +* Allow additional log attributes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1328 |
| 18 | +* Add v2 endpoint for submitting series by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1254 |
| 19 | +* Add `ci-tests` monitor type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1325 |
| 20 | +* Add RUM settings schema to synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1336 |
| 21 | +* Add v1 signal triage endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1331 |
| 22 | +* Add connection to synthetics assertion type enum by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1342 |
| 23 | +* Add grpc subtype to synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1319 |
| 24 | +### Changed |
| 25 | +* Remove unstable marker from SLO corrections API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1348 |
| 26 | +### Deprecated |
| 27 | +* Deprecate old usage apis by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/1323 |
| 28 | + |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-1.6.0...datadog-api-client-1.7.0 |
| 31 | + |
3 | 32 | ## 1.6.0 / 2022-04-26 |
4 | 33 |
|
5 | 34 | ### Fixed |
|
0 commit comments