Skip to content

Commit e4dd2c5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2915)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent dfda508 commit e4dd2c5

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+
## 2.45.0/2025-10-27
4+
5+
### Added
6+
* Add endpoints for Software Composition Analysis [#2911](https://github.com/DataDog/datadog-api-client-python/pull/2911)
7+
* Add support for `Schema Processor` in `Logs Pipelines` [#2892](https://github.com/DataDog/datadog-api-client-python/pull/2892)
8+
* Add new DeleteAssignee endpoint to Error Tracking APIs [#2886](https://github.com/DataDog/datadog-api-client-python/pull/2886)
9+
* document agentless GCP scan options CRUD endpoints [#2883](https://github.com/DataDog/datadog-api-client-python/pull/2883)
10+
* Document `/api/v2/roles/templates` [#2871](https://github.com/DataDog/datadog-api-client-python/pull/2871)
11+
* Add Reference Tables API spec [#2868](https://github.com/DataDog/datadog-api-client-python/pull/2868)
12+
* Add blockedRequestPatterns to synthetics browser test options [#2864](https://github.com/DataDog/datadog-api-client-python/pull/2864)
13+
* Add `BulkDeleteDatastoreItems` to Datastore API spec [#2863](https://github.com/DataDog/datadog-api-client-python/pull/2863)
14+
* Add some missing Workload Protection agent rule fields [#2862](https://github.com/DataDog/datadog-api-client-python/pull/2862)
15+
* Add AzureScanOptions to agentless scanning API [#2859](https://github.com/DataDog/datadog-api-client-python/pull/2859)
16+
17+
### Fixed
18+
* Fix formatter to handle dict keys with special characters [#2891](https://github.com/DataDog/datadog-api-client-python/pull/2891)
19+
* Update the summary name for get a tag pipeline ruleset. [#2887](https://github.com/DataDog/datadog-api-client-python/pull/2887)
20+
21+
### Changed
22+
* Include mention to new scanned-assets-metadata endpoint on container images v1 endpoint [#2890](https://github.com/DataDog/datadog-api-client-python/pull/2890)
23+
* Include mention to new scanned-assets-metadata endpoint on hosts v1 endpoint [#2889](https://github.com/DataDog/datadog-api-client-python/pull/2889)
24+
* security_monitoring - Add indexes to deprecate index in ruleQuery [#2884](https://github.com/DataDog/datadog-api-client-python/pull/2884)
25+
* Add support for vulnerability management - Add ListScannedAssetsMetadata new endpoint and update existing ones [#2882](https://github.com/DataDog/datadog-api-client-python/pull/2882)
26+
* Update description, operationId and examples for tag pipeline and custom allocation rules [#2877](https://github.com/DataDog/datadog-api-client-python/pull/2877)
27+
328
## 2.44.0/2025-09-30
429

530
### Added

src/datadog_api_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2020-Present Datadog, Inc.
55

6-
__version__ = "2.44.0"
6+
__version__ = "2.45.0"

0 commit comments

Comments
 (0)