Skip to content

Commit f9ba1f2

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

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.41.0/2025-08-12
4+
5+
### Added
6+
* Add Flex_Logs_Compute_XL to API Spec [#2750](https://github.com/DataDog/datadog-api-client-python/pull/2750)
7+
* Support Host and IaC finding types in security notifications [#2749](https://github.com/DataDog/datadog-api-client-python/pull/2749)
8+
* New keys for summary public endpoint for Event Management Correlation product [#2745](https://github.com/DataDog/datadog-api-client-python/pull/2745)
9+
* Add log autosubscription tag filters config to aws v2 API [#2741](https://github.com/DataDog/datadog-api-client-python/pull/2741)
10+
* Extended List Findings API to expose resource related Private IP Addresses to details [#2733](https://github.com/DataDog/datadog-api-client-python/pull/2733)
11+
* update metrics.yaml for ListMetricAssets and include Dashboard info [#2728](https://github.com/DataDog/datadog-api-client-python/pull/2728)
12+
* Support Cloud SIEM scheduled rules in API client [#2725](https://github.com/DataDog/datadog-api-client-python/pull/2725)
13+
* Uncomment edit dataset block, add dataset limitations into endpoint descriptions [#2723](https://github.com/DataDog/datadog-api-client-python/pull/2723)
14+
* Add `text` field in synthetics search endpoint [#2722](https://github.com/DataDog/datadog-api-client-python/pull/2722)
15+
* Adding all action connection types to public API [#2721](https://github.com/DataDog/datadog-api-client-python/pull/2721)
16+
* Document case management attributes endpoints [#2719](https://github.com/DataDog/datadog-api-client-python/pull/2719)
17+
* add AP2 endpoint for On-Call Paging [#2716](https://github.com/DataDog/datadog-api-client-python/pull/2716)
18+
* Flag IP case action [#2714](https://github.com/DataDog/datadog-api-client-python/pull/2714)
19+
* Add DNS specs for Cloud Network Monitoring API [#2712](https://github.com/DataDog/datadog-api-client-python/pull/2712)
20+
* Adding Datadog Connection to Connection API [#2706](https://github.com/DataDog/datadog-api-client-python/pull/2706)
21+
22+
### Fixed
23+
* Split Dataset into separate request and response objects, mark unstable [#2732](https://github.com/DataDog/datadog-api-client-python/pull/2732)
24+
* Disables some tests to avoid fails as the service is disabled [#2727](https://github.com/DataDog/datadog-api-client-python/pull/2727)
25+
* OP make 'support_rules' field in parse_grok processor optional [#2717](https://github.com/DataDog/datadog-api-client-python/pull/2717)
26+
27+
### Deprecated
28+
* Deprecate signals triage v1 endpoints [#2729](https://github.com/DataDog/datadog-api-client-python/pull/2729)
29+
330
## 2.40.0/2025-07-14
431

532
### 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.40.0"
6+
__version__ = "2.41.0"

0 commit comments

Comments
 (0)