Skip to content

Commit 5ca3520

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2702)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1b6c4f1 commit 5ca3520

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 2.40.0/2025-07-14
4+
5+
### Added
6+
* Add Datasets API to Open API Spec [#2691](https://github.com/DataDog/datadog-api-client-python/pull/2691)
7+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#2690](https://github.com/DataDog/datadog-api-client-python/pull/2690)
8+
* Add spreadsheet to restriction_policy specs [#2684](https://github.com/DataDog/datadog-api-client-python/pull/2684)
9+
* Adds missing /api/v1/synthetics/tests/search spec [#2673](https://github.com/DataDog/datadog-api-client-python/pull/2673)
10+
* Add API spec for AWS Integrations IAM permissions [#2665](https://github.com/DataDog/datadog-api-client-python/pull/2665)
11+
* New keys added for multiple products [#2663](https://github.com/DataDog/datadog-api-client-python/pull/2663)
12+
* Add extractFromEmailBody step for synthetics browser test [#2660](https://github.com/DataDog/datadog-api-client-python/pull/2660)
13+
* Add support for `Array Processor` in `Logs Pipelines` [#2658](https://github.com/DataDog/datadog-api-client-python/pull/2658)
14+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2651](https://github.com/DataDog/datadog-api-client-python/pull/2651)
15+
16+
### Fixed
17+
* update aiosonic from 0.15.1 to 0.24.0 [#2677](https://github.com/DataDog/datadog-api-client-python/pull/2677)
18+
* Synthetics mobile test `message` field is now required [#2657](https://github.com/DataDog/datadog-api-client-python/pull/2657)
19+
20+
### Deprecated
21+
* stop supporting python 3.7 for the client [#2676](https://github.com/DataDog/datadog-api-client-python/pull/2676)
22+
23+
### Changed
24+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#2659](https://github.com/DataDog/datadog-api-client-python/pull/2659)
25+
* Update events intake specs for v2 Events post endpoint [#2652](https://github.com/DataDog/datadog-api-client-python/pull/2652)
26+
27+
### Removed
28+
* Remove caseIndex from historical jobs api spec [#2656](https://github.com/DataDog/datadog-api-client-python/pull/2656)
29+
330
## 2.39.0/2025-06-30
431

532
### Fixed

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.39.0"
6+
__version__ = "2.40.0"

0 commit comments

Comments
 (0)