|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 0.19.0/2025-09-15 |
| 4 | + |
| 5 | +### Added |
| 6 | +* Add Query Parameters to ListOrgConnections Endpoint [#911](https://github.com/DataDog/datadog-api-client-rust/pull/911) |
| 7 | +* Add Incident Notification Rules Public Spec [#906](https://github.com/DataDog/datadog-api-client-rust/pull/906) |
| 8 | +* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#902](https://github.com/DataDog/datadog-api-client-rust/pull/902) |
| 9 | +* Add Incident Notification Template Public Docs [#897](https://github.com/DataDog/datadog-api-client-rust/pull/897) |
| 10 | +* Add Cross Org API to Open API specs [#896](https://github.com/DataDog/datadog-api-client-rust/pull/896) |
| 11 | +* 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) |
| 12 | +* Add readonly ID of synthetics test steps [#891](https://github.com/DataDog/datadog-api-client-rust/pull/891) |
| 13 | +* Create Cloud SIEM histsignals endpoints [#890](https://github.com/DataDog/datadog-api-client-rust/pull/890) |
| 14 | +* Security Monitoring - Validation Endpoint for Suppressions [#887](https://github.com/DataDog/datadog-api-client-rust/pull/887) |
| 15 | +* Security Monitoring - Related Suppressions for a Rule [#884](https://github.com/DataDog/datadog-api-client-rust/pull/884) |
| 16 | +* Add action datastore API [#882](https://github.com/DataDog/datadog-api-client-rust/pull/882) |
| 17 | +* Extend Widget time schema with support for hide_incomplete_cost_data [#874](https://github.com/DataDog/datadog-api-client-rust/pull/874) |
| 18 | +* Add SDS rule `should_save_match` field [#872](https://github.com/DataDog/datadog-api-client-rust/pull/872) |
| 19 | +* Add spec for Agentless GetAwsScanOptions [#869](https://github.com/DataDog/datadog-api-client-rust/pull/869) |
| 20 | +* Add Cross Org API to Open API specs [#867](https://github.com/DataDog/datadog-api-client-rust/pull/867) |
| 21 | +* Add DNAP Spark Pod Autosizing service to API client [#863](https://github.com/DataDog/datadog-api-client-rust/pull/863) |
| 22 | +* Add version parameter to synthetic test trigger ci endpoint [#862](https://github.com/DataDog/datadog-api-client-rust/pull/862) |
| 23 | + |
| 24 | +### Deprecated |
| 25 | +* Promote unstable aws v2 APIs and deprecate v1 [#901](https://github.com/DataDog/datadog-api-client-rust/pull/901) |
| 26 | + |
| 27 | +### Fixed |
| 28 | +* Security Monitoring - Fix payload of Validation Endpoint for Suppressions [#892](https://github.com/DataDog/datadog-api-client-rust/pull/892) |
| 29 | + |
| 30 | +### Changed |
| 31 | +* Allow to send batches of events in pipelines API [#885](https://github.com/DataDog/datadog-api-client-rust/pull/885) |
| 32 | +* Update public cost permissions [#871](https://github.com/DataDog/datadog-api-client-rust/pull/871) |
| 33 | + |
3 | 34 | ## 0.18.0/2025-09-09
|
4 | 35 |
|
5 | 36 | ### Added
|
|
0 commit comments