Skip to content

Commit e447384

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#724)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7b67a59 commit e447384

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## 0.12.0/2025-06-16
4+
5+
### Changed
6+
* Add billing read permission [#702](https://github.com/DataDog/datadog-api-client-rust/pull/702)
7+
* Update DORA endpoints [#682](https://github.com/DataDog/datadog-api-client-rust/pull/682)
8+
9+
### Added
10+
* Add `form` field for `multipart/form-data` HTTP API tests [#698](https://github.com/DataDog/datadog-api-client-rust/pull/698)
11+
* Add new endpoint to upsert/list/delete custom kinds [#692](https://github.com/DataDog/datadog-api-client-rust/pull/692)
12+
* Add spec for team on-call endpoint [#690](https://github.com/DataDog/datadog-api-client-rust/pull/690)
13+
* Add support for Datadog Events as a data source for rules [#670](https://github.com/DataDog/datadog-api-client-rust/pull/670)
14+
* Add public APIs to search DORA events [#668](https://github.com/DataDog/datadog-api-client-rust/pull/668)
15+
* Add support for all subtypes in multistep steps [#665](https://github.com/DataDog/datadog-api-client-rust/pull/665)
16+
* Added new optional field definition to include more detail in findings for '/api/v2/posture_management/findings' [#663](https://github.com/DataDog/datadog-api-client-rust/pull/663)
17+
* Exposing set action on Terraform V2 [#662](https://github.com/DataDog/datadog-api-client-rust/pull/662)
18+
* Add monitor draft status field [#661](https://github.com/DataDog/datadog-api-client-rust/pull/661)
19+
20+
### Fixed
21+
* add `include` parameter to On-Call team rules test [#675](https://github.com/DataDog/datadog-api-client-rust/pull/675)
22+
* fix On-Call spec [#667](https://github.com/DataDog/datadog-api-client-rust/pull/667)
23+
324
## 0.11.0/2025-05-28
425

526
### Fixed

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.11.0"
30+
version = "0.12.0"
3131

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

0 commit comments

Comments
 (0)