|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 1.60.0/2026-06-30 |
| 4 | + |
| 5 | +### Added |
| 6 | +* Add the uk1 data center. [#4554](https://github.com/DataDog/datadog-api-client-typescript/pull/4554) |
| 7 | +* [obs-pipelines] Add TLS support to cloud_prem destination [#4542](https://github.com/DataDog/datadog-api-client-typescript/pull/4542) |
| 8 | +* Add OpenAPI spec for k9-integration-api security findings and vulnerabilities [#4536](https://github.com/DataDog/datadog-api-client-typescript/pull/4536) |
| 9 | +* Document metrics volume includes [#4532](https://github.com/DataDog/datadog-api-client-typescript/pull/4532) |
| 10 | +* Add buffer configuration to ClickHouse destination [#4530](https://github.com/DataDog/datadog-api-client-typescript/pull/4530) |
| 11 | +* Add public API endpoints for feature flag variant create, update, and delete [#4526](https://github.com/DataDog/datadog-api-client-typescript/pull/4526) |
| 12 | +* Add public v2 OpenAPI operations for governance controls [#4522](https://github.com/DataDog/datadog-api-client-typescript/pull/4522) |
| 13 | +* Add ObservabilityPipelineClickhouseDestination to OpenAPI spec [#4520](https://github.com/DataDog/datadog-api-client-typescript/pull/4520) |
| 14 | +* Add ObservabilityPipelineWebsocketSource to schema [#4516](https://github.com/DataDog/datadog-api-client-typescript/pull/4516) |
| 15 | +* Add security_filters and rules resource types to terraform export endpoints [#4512](https://github.com/DataDog/datadog-api-client-typescript/pull/4512) |
| 16 | +* Add OpenAPI for Cloud Cost Management custom forecast endpoints [#4510](https://github.com/DataDog/datadog-api-client-typescript/pull/4510) |
| 17 | +* Add Edit and Delete Notice Update and Slack icon support in API spec [#4500](https://github.com/DataDog/datadog-api-client-typescript/pull/4500) |
| 18 | +* Add OpenAPI spec for RUM Remote Config endpoints [#4494](https://github.com/DataDog/datadog-api-client-typescript/pull/4494) |
| 19 | +* Add OpenAPI spec for code-coverage PR summary and files endpoints [#4492](https://github.com/DataDog/datadog-api-client-typescript/pull/4492) |
| 20 | +* feat(test-optimization): update service settings API with override and inherit fields [#4490](https://github.com/DataDog/datadog-api-client-typescript/pull/4490) |
| 21 | +* Add public API for security findings automation rules [#4486](https://github.com/DataDog/datadog-api-client-typescript/pull/4486) |
| 22 | +* Add OpenAPI spec for governance insights [#4476](https://github.com/DataDog/datadog-api-client-typescript/pull/4476) |
| 23 | +* Add OpenAPI specs for reporting schedule endpoints [#4465](https://github.com/DataDog/datadog-api-client-typescript/pull/4465) |
| 24 | +* Add LogsArrayMapProcessor to OpenAPI v1 spec [#4414](https://github.com/DataDog/datadog-api-client-typescript/pull/4414) |
| 25 | +* Update GetBudget API spec with cost query parameters and custom forecast fields [#4412](https://github.com/DataDog/datadog-api-client-typescript/pull/4412) |
| 26 | + |
| 27 | +### Changed |
| 28 | +* Update worked_by param to accept handle instead of UUID [#4551](https://github.com/DataDog/datadog-api-client-typescript/pull/4551) |
| 29 | +* Add support for running CI jobs [#4524](https://github.com/DataDog/datadog-api-client-typescript/pull/4524) |
| 30 | +* Mark tag indexing rule endpoints as Preview in API spec [#4488](https://github.com/DataDog/datadog-api-client-typescript/pull/4488) |
| 31 | + |
| 32 | +### Deprecated |
| 33 | +* Remove Compliance Findings rule-based view endpoint from OpenAPI v2 [#4544](https://github.com/DataDog/datadog-api-client-typescript/pull/4544) |
| 34 | + |
| 35 | +### Fixed |
| 36 | +* Fix test by adding on_missing_data options to the req payload [#4540](https://github.com/DataDog/datadog-api-client-typescript/pull/4540) |
| 37 | + |
3 | 38 | ## 1.59.0/2026-06-17 |
4 | 39 |
|
5 | 40 | ### Added |
|
0 commit comments