Skip to content

Commit 30645a4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#757)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4942496 commit 30645a4

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 0.15.0/2025-06-30
4+
5+
### Fixed
6+
* Synthetics mobile test `message` field is now required [#750](https://github.com/DataDog/datadog-api-client-rust/pull/750)
7+
* Make dns port be string and number [#734](https://github.com/DataDog/datadog-api-client-rust/pull/734)
8+
* Fix basic auth requirements [#731](https://github.com/DataDog/datadog-api-client-rust/pull/731)
9+
* Add support for the api_security detection rule type [#726](https://github.com/DataDog/datadog-api-client-rust/pull/726)
10+
11+
### Security
12+
* Remove caseIndex from historical jobs api spec [#749](https://github.com/DataDog/datadog-api-client-rust/pull/749)
13+
14+
### Changed
15+
* Update events intake specs for v2 Events post endpoint [#745](https://github.com/DataDog/datadog-api-client-rust/pull/745)
16+
* Update events intake specs for v2 Events post endpoint [#707](https://github.com/DataDog/datadog-api-client-rust/pull/707)
17+
* Add billing read permission [#702](https://github.com/DataDog/datadog-api-client-rust/pull/702)
18+
19+
### Added
20+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#744](https://github.com/DataDog/datadog-api-client-rust/pull/744)
21+
* Add App Key Registration API [#738](https://github.com/DataDog/datadog-api-client-rust/pull/738)
22+
* Microsoft Sentinel Public API support [#729](https://github.com/DataDog/datadog-api-client-rust/pull/729)
23+
* Add the AP2 datacenter. [#727](https://github.com/DataDog/datadog-api-client-rust/pull/727)
24+
* Add custom fields to Rule update/validate API public documentation. [#718](https://github.com/DataDog/datadog-api-client-rust/pull/718)
25+
* Add hash field to actions in CWS agent rules [#715](https://github.com/DataDog/datadog-api-client-rust/pull/715)
26+
27+
### Deprecated
28+
* Deprecate SLO metadata fields in api spec [#700](https://github.com/DataDog/datadog-api-client-rust/pull/700)
29+
330
## 0.14.0/2025-06-24
431

532
### 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.14.0"
30+
version = "0.15.0"
3131

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

0 commit comments

Comments
 (0)