Skip to content

Commit 1dd6857

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

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.21.0/2025-10-27
4+
5+
### Added
6+
* Add endpoints for Software Composition Analysis [#990](https://github.com/DataDog/datadog-api-client-rust/pull/990)
7+
* Add support for `Schema Processor` in `Logs Pipelines` [#973](https://github.com/DataDog/datadog-api-client-rust/pull/973)
8+
* Add new DeleteAssignee endpoint to Error Tracking APIs [#968](https://github.com/DataDog/datadog-api-client-rust/pull/968)
9+
* document agentless GCP scan options CRUD endpoints [#962](https://github.com/DataDog/datadog-api-client-rust/pull/962)
10+
* Document `/api/v2/roles/templates` [#952](https://github.com/DataDog/datadog-api-client-rust/pull/952)
11+
* Add Reference Tables API spec [#951](https://github.com/DataDog/datadog-api-client-rust/pull/951)
12+
* Add blockedRequestPatterns to synthetics browser test options [#945](https://github.com/DataDog/datadog-api-client-rust/pull/945)
13+
* Add `BulkDeleteDatastoreItems` to Datastore API spec [#944](https://github.com/DataDog/datadog-api-client-rust/pull/944)
14+
* Add some missing Workload Protection agent rule fields [#943](https://github.com/DataDog/datadog-api-client-rust/pull/943)
15+
* Add AzureScanOptions to agentless scanning API [#941](https://github.com/DataDog/datadog-api-client-rust/pull/941)
16+
* Add API Key ID to rum application response [#939](https://github.com/DataDog/datadog-api-client-rust/pull/939)
17+
18+
### Changed
19+
* Include mention to new scanned-assets-metadata endpoint on container images v1 endpoint [#972](https://github.com/DataDog/datadog-api-client-rust/pull/972)
20+
* Include mention to new scanned-assets-metadata endpoint on hosts v1 endpoint [#971](https://github.com/DataDog/datadog-api-client-rust/pull/971)
21+
* security_monitoring - Add indexes to deprecate index in ruleQuery [#963](https://github.com/DataDog/datadog-api-client-rust/pull/963)
22+
* Add support for vulnerability management - Add ListScannedAssetsMetadata new endpoint and update existing ones [#961](https://github.com/DataDog/datadog-api-client-rust/pull/961)
23+
* Update description, operationId and examples for tag pipeline and custom allocation rules [#958](https://github.com/DataDog/datadog-api-client-rust/pull/958)
24+
25+
### Fixed
26+
* Update the summary name for get a tag pipeline ruleset. [#969](https://github.com/DataDog/datadog-api-client-rust/pull/969)
27+
328
## 0.20.0/2025-09-30
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.20.0"
30+
version = "0.21.0"
3131

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

0 commit comments

Comments
 (0)