Skip to content

Commit 18b0f56

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#1800)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 9904da5 commit 18b0f56

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# CHANGELOG
22

3+
## 0.33.0/2026-06-30
4+
5+
### Added
6+
* Add the uk1 data center. [#1795](https://github.com/DataDog/datadog-api-client-rust/pull/1795)
7+
* [obs-pipelines] Add TLS support to cloud_prem destination [#1789](https://github.com/DataDog/datadog-api-client-rust/pull/1789)
8+
* Add OpenAPI spec for k9-integration-api security findings and vulnerabilities [#1786](https://github.com/DataDog/datadog-api-client-rust/pull/1786)
9+
* Document metrics volume includes [#1784](https://github.com/DataDog/datadog-api-client-rust/pull/1784)
10+
* Add buffer configuration to ClickHouse destination [#1783](https://github.com/DataDog/datadog-api-client-rust/pull/1783)
11+
* Add public API endpoints for feature flag variant create, update, and delete [#1781](https://github.com/DataDog/datadog-api-client-rust/pull/1781)
12+
* Add public v2 OpenAPI operations for governance controls [#1779](https://github.com/DataDog/datadog-api-client-rust/pull/1779)
13+
* Add ObservabilityPipelineClickhouseDestination to OpenAPI spec [#1778](https://github.com/DataDog/datadog-api-client-rust/pull/1778)
14+
* Add ObservabilityPipelineWebsocketSource to schema [#1776](https://github.com/DataDog/datadog-api-client-rust/pull/1776)
15+
* Add security_filters and rules resource types to terraform export endpoints [#1774](https://github.com/DataDog/datadog-api-client-rust/pull/1774)
16+
* Add OpenAPI for Cloud Cost Management custom forecast endpoints [#1773](https://github.com/DataDog/datadog-api-client-rust/pull/1773)
17+
* Add Edit and Delete Notice Update and Slack icon support in API spec [#1769](https://github.com/DataDog/datadog-api-client-rust/pull/1769)
18+
* Add OpenAPI spec for RUM Remote Config endpoints [#1766](https://github.com/DataDog/datadog-api-client-rust/pull/1766)
19+
* Add OpenAPI spec for code-coverage PR summary and files endpoints [#1765](https://github.com/DataDog/datadog-api-client-rust/pull/1765)
20+
* Add public API for security findings automation rules [#1762](https://github.com/DataDog/datadog-api-client-rust/pull/1762)
21+
* Add OpenAPI spec for governance insights [#1757](https://github.com/DataDog/datadog-api-client-rust/pull/1757)
22+
* Add OpenAPI specs for reporting schedule endpoints [#1751](https://github.com/DataDog/datadog-api-client-rust/pull/1751)
23+
* Add LogsArrayMapProcessor to OpenAPI v1 spec [#1723](https://github.com/DataDog/datadog-api-client-rust/pull/1723)
24+
* Update GetBudget API spec with cost query parameters and custom forecast fields [#1722](https://github.com/DataDog/datadog-api-client-rust/pull/1722)
25+
26+
### Changed
27+
* Update worked_by param to accept handle instead of UUID [#1793](https://github.com/DataDog/datadog-api-client-rust/pull/1793)
28+
* Add support for running CI jobs [#1780](https://github.com/DataDog/datadog-api-client-rust/pull/1780)
29+
* feat(test-optimization): update service settings API with override and inherit fields [#1764](https://github.com/DataDog/datadog-api-client-rust/pull/1764)
30+
* Mark tag indexing rule endpoints as Preview in API spec [#1763](https://github.com/DataDog/datadog-api-client-rust/pull/1763)
31+
32+
### Deprecated
33+
* Remove Compliance Findings rule-based view endpoint from OpenAPI v2 [#1790](https://github.com/DataDog/datadog-api-client-rust/pull/1790)
34+
35+
### Fixed
36+
* Fix test by adding on_missing_data options to the req payload [#1788](https://github.com/DataDog/datadog-api-client-rust/pull/1788)
37+
338
## 0.32.0/2026-06-17
439

540
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "Apache-2.0"
2727
name = "datadog-api-client"
2828
readme = "README.md"
2929
repository = "https://github.com/DataDog/datadog-api-client-rust"
30-
version = "0.32.0"
30+
version = "0.33.0"
3131

3232
[dependencies]
3333
async-stream = "0.3.6"

0 commit comments

Comments
 (0)