Skip to content

Commit 579b96c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#786)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 12c2d53 commit 579b96c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 0.16.0/2025-07-14
4+
5+
### Added
6+
* Add Datasets API to Open API Spec [#777](https://github.com/DataDog/datadog-api-client-rust/pull/777)
7+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#776](https://github.com/DataDog/datadog-api-client-rust/pull/776)
8+
* Add spreadsheet to restriction_policy specs [#770](https://github.com/DataDog/datadog-api-client-rust/pull/770)
9+
* Adds missing /api/v1/synthetics/tests/search spec [#764](https://github.com/DataDog/datadog-api-client-rust/pull/764)
10+
* Add API spec for AWS Integrations IAM permissions [#758](https://github.com/DataDog/datadog-api-client-rust/pull/758)
11+
* New keys added for multiple products [#756](https://github.com/DataDog/datadog-api-client-rust/pull/756)
12+
* Add extractFromEmailBody step for synthetics browser test [#753](https://github.com/DataDog/datadog-api-client-rust/pull/753)
13+
* Add support for `Array Processor` in `Logs Pipelines` [#751](https://github.com/DataDog/datadog-api-client-rust/pull/751)
14+
* 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)
15+
* Add App Key Registration API [#738](https://github.com/DataDog/datadog-api-client-rust/pull/738)
16+
17+
### Changed
18+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#752](https://github.com/DataDog/datadog-api-client-rust/pull/752)
19+
* Update events intake specs for v2 Events post endpoint [#745](https://github.com/DataDog/datadog-api-client-rust/pull/745)
20+
21+
### Fixed
22+
* Synthetics mobile test `message` field is now required [#750](https://github.com/DataDog/datadog-api-client-rust/pull/750)
23+
24+
### Removed
25+
* Remove caseIndex from historical jobs api spec [#749](https://github.com/DataDog/datadog-api-client-rust/pull/749)
26+
327
## 0.15.0/2025-06-30
428

529
### 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.15.0"
30+
version = "0.16.0"
3131

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

0 commit comments

Comments
 (0)