Skip to content

Commit 403fc27

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#842)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 57e551d commit 403fc27

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 0.17.0/2025-08-12
4+
5+
### Added
6+
* Add Flex_Logs_Compute_XL to API Spec [#833](https://github.com/DataDog/datadog-api-client-rust/pull/833)
7+
* Support Host and IaC finding types in security notifications [#832](https://github.com/DataDog/datadog-api-client-rust/pull/832)
8+
* New keys for summary public endpoint for Event Management Correlation product [#828](https://github.com/DataDog/datadog-api-client-rust/pull/828)
9+
* Add log autosubscription tag filters config to aws v2 API [#824](https://github.com/DataDog/datadog-api-client-rust/pull/824)
10+
* Extended List Findings API to expose resource related Private IP Addresses to details [#817](https://github.com/DataDog/datadog-api-client-rust/pull/817)
11+
* update metrics.yaml for ListMetricAssets and include Dashboard info [#812](https://github.com/DataDog/datadog-api-client-rust/pull/812)
12+
* Support Cloud SIEM scheduled rules in API client [#809](https://github.com/DataDog/datadog-api-client-rust/pull/809)
13+
* Uncomment edit dataset block, add dataset limitations into endpoint descriptions [#807](https://github.com/DataDog/datadog-api-client-rust/pull/807)
14+
* Add `text` field in synthetics search endpoint [#806](https://github.com/DataDog/datadog-api-client-rust/pull/806)
15+
* Adding all action connection types to public API [#805](https://github.com/DataDog/datadog-api-client-rust/pull/805)
16+
* Document case management attributes endpoints [#803](https://github.com/DataDog/datadog-api-client-rust/pull/803)
17+
* add AP2 endpoint for On-Call Paging [#800](https://github.com/DataDog/datadog-api-client-rust/pull/800)
18+
* Flag IP case action [#798](https://github.com/DataDog/datadog-api-client-rust/pull/798)
19+
* Add DNS specs for Cloud Network Monitoring API [#796](https://github.com/DataDog/datadog-api-client-rust/pull/796)
20+
* Adding Datadog Connection to Connection API [#790](https://github.com/DataDog/datadog-api-client-rust/pull/790)
21+
22+
### Fixed
23+
* Split Dataset into separate request and response objects, mark unstable [#816](https://github.com/DataDog/datadog-api-client-rust/pull/816)
24+
* Disables some tests to avoid fails as the service is disabled [#811](https://github.com/DataDog/datadog-api-client-rust/pull/811)
25+
* OP make 'support_rules' field in parse_grok processor optional [#801](https://github.com/DataDog/datadog-api-client-rust/pull/801)
26+
27+
### Deprecated
28+
* Deprecate signals triage v1 endpoints [#813](https://github.com/DataDog/datadog-api-client-rust/pull/813)
29+
330
## 0.16.0/2025-07-14
431

532
### 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.16.0"
30+
version = "0.17.0"
3131

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

0 commit comments

Comments
 (0)