Skip to content

Commit 69c67b3

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

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

3+
## 2.44.0/2025-09-30
4+
5+
### Added
6+
* Add API Key ID to rum application response [#2857](https://github.com/DataDog/datadog-api-client-python/pull/2857)
7+
* Add suppression list query string parameter [#2856](https://github.com/DataDog/datadog-api-client-python/pull/2856)
8+
* Add datastore trigger to workflows public API [#2853](https://github.com/DataDog/datadog-api-client-python/pull/2853)
9+
* Add Google PubSub destination to the Observability Pipelines API [#2844](https://github.com/DataDog/datadog-api-client-python/pull/2844)
10+
* Add API spec for AWS Integrations standard and resource collection IAM permissions [#2842](https://github.com/DataDog/datadog-api-client-python/pull/2842)
11+
* Publish new incident impact APIs [#2837](https://github.com/DataDog/datadog-api-client-python/pull/2837)
12+
* Add product analytics to FormulaAndFunctionEventsDataSource [#2836](https://github.com/DataDog/datadog-api-client-python/pull/2836)
13+
* Add sequence detection to security monitoring rules [#2833](https://github.com/DataDog/datadog-api-client-python/pull/2833)
14+
* Add Query Parameters to ListOrgConnections Endpoint [#2830](https://github.com/DataDog/datadog-api-client-python/pull/2830)
15+
* Add Incident Notification Rules Public Spec [#2825](https://github.com/DataDog/datadog-api-client-python/pull/2825)
16+
* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#2823](https://github.com/DataDog/datadog-api-client-python/pull/2823)
17+
* Add Incident Notification Template Public Docs [#2819](https://github.com/DataDog/datadog-api-client-python/pull/2819)
18+
* Add Cross Org API to Open API specs [#2818](https://github.com/DataDog/datadog-api-client-python/pull/2818)
19+
* Add Public Delete Dora Events Endpoints [#2817](https://github.com/DataDog/datadog-api-client-python/pull/2817)
20+
* Add readonly ID of synthetics test steps [#2814](https://github.com/DataDog/datadog-api-client-python/pull/2814)
21+
* Create Cloud SIEM histsignals endpoints [#2813](https://github.com/DataDog/datadog-api-client-python/pull/2813)
22+
23+
### Fixed
24+
* Remove any references to synthetics test suites [#2848](https://github.com/DataDog/datadog-api-client-python/pull/2848)
25+
* Security Monitoring - Fix payload of Validation Endpoint for Suppressions [#2815](https://github.com/DataDog/datadog-api-client-python/pull/2815)
26+
27+
### Changed
28+
* Add tag pipeline, custom allocation rule and get cloud account by id for AWS/Azure/GCP configs APIs [#2831](https://github.com/DataDog/datadog-api-client-python/pull/2831)
29+
30+
### Deprecated
31+
* Promote unstable aws v2 APIs and deprecate v1 [#2822](https://github.com/DataDog/datadog-api-client-python/pull/2822)
32+
333
## 2.43.0/2025-09-15
434

535
### 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.43.0"
6+
__version__ = "2.44.0"

0 commit comments

Comments
 (0)