Skip to content

Commit 5f15edd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#1067)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6284f82 commit 5f15edd

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## 0.23.0/2025-12-08
4+
5+
### Added
6+
* On-Call Add positioned schedule policy target [#1051](https://github.com/DataDog/datadog-api-client-rust/pull/1051)
7+
* Introduced new APIs to manage team hierarchy links [#1042](https://github.com/DataDog/datadog-api-client-rust/pull/1042)
8+
* Add Row Update Endpoints to Reference Tables API spec [#1031](https://github.com/DataDog/datadog-api-client-rust/pull/1031)
9+
* Add incident management seats to spec [#1028](https://github.com/DataDog/datadog-api-client-rust/pull/1028)
10+
* Support provisioning teams from external sources [#1027](https://github.com/DataDog/datadog-api-client-rust/pull/1027)
11+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#1025](https://github.com/DataDog/datadog-api-client-rust/pull/1025)
12+
* Add filter.scope to Monitor Notification Rules [#1022](https://github.com/DataDog/datadog-api-client-rust/pull/1022)
13+
* Add suppression tags [#1016](https://github.com/DataDog/datadog-api-client-rust/pull/1016)
14+
* Add Team Connection API Documentation [#1014](https://github.com/DataDog/datadog-api-client-rust/pull/1014)
15+
* Add Support for Monitor Assets [#1012](https://github.com/DataDog/datadog-api-client-rust/pull/1012)
16+
* Add new summary keys for new standalone billing dimensions [#1011](https://github.com/DataDog/datadog-api-client-rust/pull/1011)
17+
18+
### Changed
19+
* Add Security Finding Ticketing endpoints [#1045](https://github.com/DataDog/datadog-api-client-rust/pull/1045)
20+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#1030](https://github.com/DataDog/datadog-api-client-rust/pull/1030)
21+
22+
### Fixed
23+
* obs_pipelines: make google auth optional [#1036](https://github.com/DataDog/datadog-api-client-rust/pull/1036)
24+
25+
### Deprecated
26+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#1013](https://github.com/DataDog/datadog-api-client-rust/pull/1013)
27+
328
## 0.22.0/2025-11-14
429

530
### Added

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.22.0"
30+
version = "0.23.0"
3131

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

0 commit comments

Comments
 (0)