File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
upload_release :
15
15
name : Upload release
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
# Include all history and tags, needed for building the right version
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
-
22
3
## 0.10.1 / 2025-04-14
23
4
24
5
### Fixed
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ license = "Apache-2.0"
27
27
name = " datadog-api-client"
28
28
readme = " README.md"
29
29
repository = " https://github.com/DataDog/datadog-api-client-rust"
30
- version = " 0.11.0 "
30
+ version = " 0.10.1 "
31
31
32
32
[dependencies ]
33
33
async-stream = " 0.3.5"
You can’t perform that action at this time.
0 commit comments