|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 32 | ## 0.19.0/2025-09-15 |
4 | 33 |
|
5 | 34 | ### Added |
|
0 commit comments