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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 1.43.0/2025-09-15

### Added
* Add Query Parameters to ListOrgConnections Endpoint [#2784](https://github.com/DataDog/datadog-api-client-typescript/pull/2784)
* Add Incident Notification Rules Public Spec [#2772](https://github.com/DataDog/datadog-api-client-typescript/pull/2772)
* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#2769](https://github.com/DataDog/datadog-api-client-typescript/pull/2769)
* Add action datastore API [#2731](https://github.com/DataDog/datadog-api-client-typescript/pull/2731)
* Security Monitoring - Make hasOptionalGroupByFields updatable [#2639](https://github.com/DataDog/datadog-api-client-typescript/pull/2639)

### Deprecated
* Promote unstable aws v2 APIs and deprecate v1 [#2767](https://github.com/DataDog/datadog-api-client-typescript/pull/2767)

### Changed
* Allow to send batches of events in pipelines API [#2737](https://github.com/DataDog/datadog-api-client-typescript/pull/2737)

## 1.42.0/2025-09-09

### 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.42.0",
"version": "1.43.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}