File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ license = "Apache-2.0"
2727name = " datadog-api-client"
2828readme = " README.md"
2929repository = " https://github.com/DataDog/datadog-api-client-rust"
30- version = " 0.10.1 "
30+ version = " 0.11.0 "
3131
3232[dependencies ]
3333async-stream = " 0.3.5"
You can’t perform that action at this time.
0 commit comments