Skip to content

Commit f61c557

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Prepare for master branch release (#1029)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e6eaace commit f61c557

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## 0.22.0/2025-11-14
4+
5+
### Added
6+
* Add suppression tags [#1016](https://github.com/DataDog/datadog-api-client-rust/pull/1016)
7+
* Add Team Connection API Documentation [#1014](https://github.com/DataDog/datadog-api-client-rust/pull/1014)
8+
* Add new summary keys for new standalone billing dimensions [#1011](https://github.com/DataDog/datadog-api-client-rust/pull/1011)
9+
* Add Bits AI Investigations and On-Call to API specs [#1007](https://github.com/DataDog/datadog-api-client-rust/pull/1007)
10+
* Add `PreviewCatalogEntities` [#1004](https://github.com/DataDog/datadog-api-client-rust/pull/1004)
11+
* Sync 'audience_management.yaml' files with backend [#1002](https://github.com/DataDog/datadog-api-client-rust/pull/1002)
12+
* Dashboards - Add on_call_events datasources [#1001](https://github.com/DataDog/datadog-api-client-rust/pull/1001)
13+
* 📝 [LOGSAC-1298] Add logs-pipeline type to restriction policy OpenAPI spec [#995](https://github.com/DataDog/datadog-api-client-rust/pull/995)
14+
* Security Monitoring - Update Signal Archive Reasons [#993](https://github.com/DataDog/datadog-api-client-rust/pull/993)
15+
* Add endpoints for Software Composition Analysis [#990](https://github.com/DataDog/datadog-api-client-rust/pull/990)
16+
* Add New Serverless Summary Entries to Api Spec [#981](https://github.com/DataDog/datadog-api-client-rust/pull/981)
17+
* Add metric namespace config filters to V2 GCP API [#979](https://github.com/DataDog/datadog-api-client-rust/pull/979)
18+
19+
### Deprecated
20+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#1013](https://github.com/DataDog/datadog-api-client-rust/pull/1013)
21+
* [METEXP-2068] Deprecate api/v1/search Endpoint [#1008](https://github.com/DataDog/datadog-api-client-rust/pull/1008)
22+
23+
### Changed
24+
* Rename historical job API endpoints to threat hunting [#991](https://github.com/DataDog/datadog-api-client-rust/pull/991)
25+
326
## 0.21.0/2025-10-27
427

528
### 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.21.0"
30+
version = "0.22.0"
3131

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

0 commit comments

Comments
 (0)