Skip to content

Commit 5c036f5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#689)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3f11a52 commit 5c036f5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 0.11.0/2025-05-28
4+
5+
### Fixed
6+
* add `include` parameter to On-Call team rules test [#675](https://github.com/DataDog/datadog-api-client-rust/pull/675)
7+
* fix On-Call spec [#667](https://github.com/DataDog/datadog-api-client-rust/pull/667)
8+
* Fix incorrect pattern for url [#651](https://github.com/DataDog/datadog-api-client-rust/pull/651)
9+
* Make metadata optional for GCS destination [#641](https://github.com/DataDog/datadog-api-client-rust/pull/641)
10+
* Remove isReadOnly default when creating dashboards [#640](https://github.com/DataDog/datadog-api-client-rust/pull/640)
11+
* Make assertion target be int or string [#637](https://github.com/DataDog/datadog-api-client-rust/pull/637)
12+
13+
### Added
14+
* Add support for Datadog Events as a data source for rules [#670](https://github.com/DataDog/datadog-api-client-rust/pull/670)
15+
* Add public APIs to search DORA events [#668](https://github.com/DataDog/datadog-api-client-rust/pull/668)
16+
* Adding endpoints to manage Resource Evaluation Filters [#658](https://github.com/DataDog/datadog-api-client-rust/pull/658)
17+
* Add Sev0 as a supported incident severity [#654](https://github.com/DataDog/datadog-api-client-rust/pull/654)
18+
* Share timerestriction object [#650](https://github.com/DataDog/datadog-api-client-rust/pull/650)
19+
* add On-Call Paging spec [#644](https://github.com/DataDog/datadog-api-client-rust/pull/644)
20+
* Add pagination method for NDM ListDevices. [#638](https://github.com/DataDog/datadog-api-client-rust/pull/638)
21+
322
## 0.10.1 / 2025-04-14
423

524
### 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.10.1"
30+
version = "0.11.0"
3131

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

0 commit comments

Comments
 (0)