|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 33 | ## 2.43.0/2025-09-15 |
4 | 34 |
|
5 | 35 | ### Added |
|
0 commit comments