Skip to content

Commit 88f8d0c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2824)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 194f0ea commit 88f8d0c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 2.42.0/2025-09-09
4+
5+
### Added
6+
* Add Incident Notification Template Public Docs [#2819](https://github.com/DataDog/datadog-api-client-python/pull/2819)
7+
* Add Cross Org API to Open API specs [#2818](https://github.com/DataDog/datadog-api-client-python/pull/2818)
8+
* Add readonly ID of synthetics test steps [#2814](https://github.com/DataDog/datadog-api-client-python/pull/2814)
9+
* Create Cloud SIEM histsignals endpoints [#2813](https://github.com/DataDog/datadog-api-client-python/pull/2813)
10+
* Security Monitoring - Validation Endpoint for Suppressions [#2810](https://github.com/DataDog/datadog-api-client-python/pull/2810)
11+
* Update Get All Notification Rules API docs to include pagination, sorting, and filtering params [#2808](https://github.com/DataDog/datadog-api-client-python/pull/2808)
12+
* Security Monitoring - Related Suppressions for a Rule [#2805](https://github.com/DataDog/datadog-api-client-python/pull/2805)
13+
* Extend Widget time schema with support for hide_incomplete_cost_data [#2793](https://github.com/DataDog/datadog-api-client-python/pull/2793)
14+
* Add SDS rule `should_save_match` field [#2791](https://github.com/DataDog/datadog-api-client-python/pull/2791)
15+
* Add spec for Agentless GetAwsScanOptions [#2788](https://github.com/DataDog/datadog-api-client-python/pull/2788)
16+
* Add Cross Org API to Open API specs [#2786](https://github.com/DataDog/datadog-api-client-python/pull/2786)
17+
* Add DNAP Spark Pod Autosizing service to API client [#2782](https://github.com/DataDog/datadog-api-client-python/pull/2782)
18+
* Add version parameter to synthetic test trigger ci endpoint [#2781](https://github.com/DataDog/datadog-api-client-python/pull/2781)
19+
* Document Error Tracking public APIs [#2778](https://github.com/DataDog/datadog-api-client-python/pull/2778)
20+
* Add docs for 404 not found error in cost-onboarding-api [#2772](https://github.com/DataDog/datadog-api-client-python/pull/2772)
21+
* Adds async Scorecard outcomes batch update endpoint [#2763](https://github.com/DataDog/datadog-api-client-python/pull/2763)
22+
23+
### Fixed
24+
* Security Monitoring - Fix payload of Validation Endpoint for Suppressions [#2815](https://github.com/DataDog/datadog-api-client-python/pull/2815)
25+
* [CCA-938][CCC-883] Audit existing CCM endpoints in OpenAPI spec [#2768](https://github.com/DataDog/datadog-api-client-python/pull/2768)
26+
* Add enum Dataset type to Dataset API spec [#2766](https://github.com/DataDog/datadog-api-client-python/pull/2766)
27+
28+
### Changed
29+
* Update public cost permissions [#2790](https://github.com/DataDog/datadog-api-client-python/pull/2790)
30+
* Add Product Scales support to RUM v2 Applications API [#2770](https://github.com/DataDog/datadog-api-client-python/pull/2770)
31+
332
## 2.41.0/2025-08-12
433

534
### 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.41.0"
6+
__version__ = "2.42.0"

0 commit comments

Comments
 (0)