|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 0.10.1 / 2025-04-14 |
| 4 | + |
| 5 | +### Fixed |
| 6 | +* Fix get_operation_host by @therve in https://github.com/DataDog/datadog-api-client-rust/pull/558 |
| 7 | +* Change `type` to enum to discriminate included items in the response of `ListCatalogEntity` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/568 |
| 8 | +* Deprecate options from logs aggregate API public spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/576 |
| 9 | +* change a category in enum for datadog_appsec_waf_custom_rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/570 |
| 10 | +### Added |
| 11 | +* Add datasource to job definition for security monitoring by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/563 |
| 12 | +* Include new rum types in Usage_metering Yaml by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/566 |
| 13 | +* Adding new UT apm_error_events keys in summary endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/560 |
| 14 | +* Add more triggers for workflow automation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/571 |
| 15 | +* Add specs for Cloud Network Monitoring API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/580 |
| 16 | +* Add more Security Monitoring Data Source enum values by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/575 |
| 17 | +* Add componentOf field to Service, Queue, and Datastore V3 Software Catalog definitions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/578 |
| 18 | +* Add 'mute_buttons' argument to slack channel definition by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/581 |
| 19 | +* Add Observability Pipelines API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/586 |
| 20 | +* add rum slo bugfix by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/589 |
| 21 | +* Add trace_rate support to APM retention filter APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/593 |
| 22 | +* Update NDM GetInterfaces documentation to add ip_addresses attribute by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/592 |
| 23 | +* Add assertRequests browser step type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/597 |
| 24 | +* Add user behavior case actions in API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/596 |
| 25 | +### Changed |
| 26 | +* Remove OpenAPI enum enforcement of Service Definition v2dot2 type field from service definition endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/564 |
| 27 | +* Add on-call schedules endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/584 |
| 28 | + |
| 29 | +## New Contributors |
| 30 | +* @therve made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/558 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/compare/0.9.1...v0.10.1 |
| 33 | + |
3 | 34 | ## 0.9.1 / 2025-03-11
|
4 | 35 |
|
5 | 36 | ### Changed
|
|
0 commit comments