Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 1.44.0/2025-09-30

### Added
* Add API Key ID to rum application response [#2836](https://github.com/DataDog/datadog-api-client-typescript/pull/2836)
* Add suppression list query string parameter [#2834](https://github.com/DataDog/datadog-api-client-typescript/pull/2834)
* Add datastore trigger to workflows public API [#2828](https://github.com/DataDog/datadog-api-client-typescript/pull/2828)
* Add Google PubSub destination to the Observability Pipelines API [#2810](https://github.com/DataDog/datadog-api-client-typescript/pull/2810)
* Add API spec for AWS Integrations standard and resource collection IAM permissions [#2805](https://github.com/DataDog/datadog-api-client-typescript/pull/2805)
* Publish new incident impact APIs [#2797](https://github.com/DataDog/datadog-api-client-typescript/pull/2797)
* Add product analytics to FormulaAndFunctionEventsDataSource [#2795](https://github.com/DataDog/datadog-api-client-typescript/pull/2795)
* Add sequence detection to security monitoring rules [#2790](https://github.com/DataDog/datadog-api-client-typescript/pull/2790)
* Add Public Delete Dora Events Endpoints [#2757](https://github.com/DataDog/datadog-api-client-typescript/pull/2757)

### Fixed
* Remove any references to synthetics test suites [#2818](https://github.com/DataDog/datadog-api-client-typescript/pull/2818)

### Changed
* Add tag pipeline, custom allocation rule and get cloud account by id for AWS/Azure/GCP configs APIs [#2786](https://github.com/DataDog/datadog-api-client-typescript/pull/2786)

## 1.43.0/2025-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
"engines": {
"node": ">=12.0.0"
},
"version": "1.43.0",
"version": "1.44.0",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}