WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.13.0/2025-06-23
4+
5+ ### Fixed
6+ * Fix basic auth requirements [ #731 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/731 )
7+ * Add support for the api_security detection rule type [ #726 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/726 )
8+
9+ ### Added
10+ * Microsoft Sentinel Public API support [ #729 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/729 )
11+ * Add custom fields to Rule update/validate API public documentation. [ #718 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/718 )
12+ * Add hash field to actions in CWS agent rules [ #715 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/715 )
13+ * Add ` form ` field for ` multipart/form-data ` HTTP API tests [ #698 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/698 )
14+ * SDCD-1142: adding ` custom_tags ` optional attribute to DORA API spec [ #697 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/697 )
15+ * Add sampling fields to SDS spec [ #693 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/693 )
16+ * Add new endpoint to upsert/list/delete custom kinds [ #692 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/692 )
17+ * Add spec for team on-call endpoint [ #690 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/690 )
18+
19+ ### Changed
20+ * Update events intake specs for v2 Events post endpoint [ #707 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/707 )
21+ * Add billing read permission [ #702 ] ( https://github.com/DataDog/datadog-api-client-rust/pull/702 )
22+
323## 0.12.0/2025-06-16
424
525### Changed
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ license = "Apache-2.0"
2727name = " datadog-api-client"
2828readme = " README.md"
2929repository = " https://github.com/DataDog/datadog-api-client-rust"
30- version = " 0.12 .0"
30+ version = " 0.13 .0"
3131
3232[dependencies ]
3333async-stream = " 0.3.5"
You can’t perform that action at this time.
0 commit comments