Skip to content

Commit 26281f1

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

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 0.20.0/2025-09-30
4+
5+
### Added
6+
* Add API Key ID to rum application response [#939](https://github.com/DataDog/datadog-api-client-rust/pull/939)
7+
* Add suppression list query string parameter [#938](https://github.com/DataDog/datadog-api-client-rust/pull/938)
8+
* Add datastore trigger to workflows public API [#935](https://github.com/DataDog/datadog-api-client-rust/pull/935)
9+
* Add Google PubSub destination to the Observability Pipelines API [#925](https://github.com/DataDog/datadog-api-client-rust/pull/925)
10+
* Add API spec for AWS Integrations standard and resource collection IAM permissions [#923](https://github.com/DataDog/datadog-api-client-rust/pull/923)
11+
* Publish new incident impact APIs [#920](https://github.com/DataDog/datadog-api-client-rust/pull/920)
12+
* Add product analytics to FormulaAndFunctionEventsDataSource [#918](https://github.com/DataDog/datadog-api-client-rust/pull/918)
13+
* Add sequence detection to security monitoring rules [#914](https://github.com/DataDog/datadog-api-client-rust/pull/914)
14+
* Add Query Parameters to ListOrgConnections Endpoint [#911](https://github.com/DataDog/datadog-api-client-rust/pull/911)
15+
* Add Incident Notification Rules Public Spec [#906](https://github.com/DataDog/datadog-api-client-rust/pull/906)
16+
* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#902](https://github.com/DataDog/datadog-api-client-rust/pull/902)
17+
* Add last_used_at to application keys and date_last_used to api keys responses [#900](https://github.com/DataDog/datadog-api-client-rust/pull/900)
18+
* Add Incident Notification Template Public Docs [#897](https://github.com/DataDog/datadog-api-client-rust/pull/897)
19+
* Add Cross Org API to Open API specs [#896](https://github.com/DataDog/datadog-api-client-rust/pull/896)
20+
* Add Public Delete Dora Events Endpoints [#895](https://github.com/DataDog/datadog-api-client-rust/pull/895)
21+
* Update Get All Notification Rules API docs to include pagination, sorting, and filtering params [#894](https://github.com/DataDog/datadog-api-client-rust/pull/894)
22+
23+
### Fixed
24+
* Remove any references to synthetics test suites [#930](https://github.com/DataDog/datadog-api-client-rust/pull/930)
25+
26+
### Changed
27+
* Add tag pipeline, custom allocation rule and get cloud account by id for AWS/Azure/GCP configs APIs [#912](https://github.com/DataDog/datadog-api-client-rust/pull/912)
28+
29+
### Deprecated
30+
* Promote unstable aws v2 APIs and deprecate v1 [#901](https://github.com/DataDog/datadog-api-client-rust/pull/901)
31+
332
## 0.19.0/2025-09-15
433

534
### 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.19.0"
30+
version = "0.20.0"
3131

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

0 commit comments

Comments
 (0)