Skip to content

Commit 31f9056

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specjack-edmonds-dd
authored
Prepare for master branch release (#741)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: jack-edmonds-dd <[email protected]>
1 parent d837774 commit 31f9056

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## 0.14.0/2025-06-24
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 the AP2 datacenter. [#727](https://github.com/DataDog/datadog-api-client-rust/pull/727)
12+
* Add custom fields to Rule update/validate API public documentation. [#718](https://github.com/DataDog/datadog-api-client-rust/pull/718)
13+
* Add hash field to actions in CWS agent rules [#715](https://github.com/DataDog/datadog-api-client-rust/pull/715)
14+
* Add `form` field for `multipart/form-data` HTTP API tests [#698](https://github.com/DataDog/datadog-api-client-rust/pull/698)
15+
* SDCD-1142: adding `custom_tags` optional attribute to DORA API spec [#697](https://github.com/DataDog/datadog-api-client-rust/pull/697)
16+
* Add sampling fields to SDS spec [#693](https://github.com/DataDog/datadog-api-client-rust/pull/693)
17+
* Add new endpoint to upsert/list/delete custom kinds [#692](https://github.com/DataDog/datadog-api-client-rust/pull/692)
18+
* Add spec for team on-call endpoint [#690](https://github.com/DataDog/datadog-api-client-rust/pull/690)
19+
20+
### Changed
21+
* Update events intake specs for v2 Events post endpoint [#707](https://github.com/DataDog/datadog-api-client-rust/pull/707)
22+
* Add billing read permission [#702](https://github.com/DataDog/datadog-api-client-rust/pull/702)
23+
324
## 0.13.0/2025-06-23
425

526
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "Apache-2.0"
2727
name = "datadog-api-client"
2828
readme = "README.md"
2929
repository = "https://github.com/DataDog/datadog-api-client-rust"
30-
version = "0.13.0"
30+
version = "0.14.0"
3131

3232
[dependencies]
3333
async-stream = "0.3.5"

0 commit comments

Comments
 (0)