|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 0.1.3 / 2024-07-01 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Security Monitoring - Define specific payload for rule validation/testing by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/126 |
| 7 | +* Remove the maximum limitation for the synthetics renotify_interval monitor option by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/130 |
| 8 | +* Add bodyHash as a synthetics assertion type. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/131 |
| 9 | +* Add missing attributes envelope in ListAPIs response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/140 |
| 10 | +### Added |
| 11 | +* Allow the usage of the filters field when creating an agent rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/106 |
| 12 | +* Add tileDef sort attribute by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/108 |
| 13 | +* Add Security Monitoring rule test endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/122 |
| 14 | +* Add originalFileName field to the SyntheticsTestRequestBodyFile definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/127 |
| 15 | +* Add support for API management ListAPIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/134 |
| 16 | +* Add elementsOperator to json path assertion for synthetic HTTP tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/146 |
| 17 | +* Add /api/v2/org_configs specs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/145 |
| 18 | +* Support rustls with feature flag via reqwest by @skeggse in https://github.com/DataDog/datadog-api-client-rust/pull/158 |
| 19 | +* Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/160 |
| 20 | +* Add option for wait step in multistep api tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/159 |
| 21 | +### Changed |
| 22 | +* Monitor priority can have custom ranges and be null by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/154 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @jack-edmonds-dd made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/150 |
| 26 | +* @skeggse made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/158 |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/compare/0.0.3...v0.1.3 |
| 29 | + |
3 | 30 | ## 0.0.3 / 2024-05-22
|
4 | 31 |
|
5 | 32 | ### Fixed
|
|
0 commit comments