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

## 1.55.0/2026-04-16

### Added
* Add domain prefix filter query parameter to list status pages API [#3932](https://github.com/DataDog/datadog-api-client-typescript/pull/3932)
* Add OpenAPI spec for Bits AI SRE investigations [#3919](https://github.com/DataDog/datadog-api-client-typescript/pull/3919)
* Add Product Analytics widget definitions [#3907](https://github.com/DataDog/datadog-api-client-typescript/pull/3907)
* Add OpenAPI spec for Dashboard Secure Embed endpoints [#3905](https://github.com/DataDog/datadog-api-client-typescript/pull/3905)
* Add fleet tracers, clusters, and instrumented pods endpoints [#3903](https://github.com/DataDog/datadog-api-client-typescript/pull/3903)
* Add public POST/PATCH endpoints for Flaky Tests Management policies [#3901](https://github.com/DataDog/datadog-api-client-typescript/pull/3901)
* Add CCM spend usage type breakdown fields [#3899](https://github.com/DataDog/datadog-api-client-typescript/pull/3899)
* Adding all Observability Pipeline new hec_token related features into the api [#3895](https://github.com/DataDog/datadog-api-client-typescript/pull/3895)
* Adding compression optional field to Amazon S3 source [#3887](https://github.com/DataDog/datadog-api-client-typescript/pull/3887)
* Add Annotations endpoints [#3882](https://github.com/DataDog/datadog-api-client-typescript/pull/3882)
* Add Org Groups API specification [#3880](https://github.com/DataDog/datadog-api-client-typescript/pull/3880)
* Add Obs Pipelines Elasticsearch metrics destination and new fields [#3865](https://github.com/DataDog/datadog-api-client-typescript/pull/3865)
* Add OpenAPI spec for Bits AI SRE investigations [#3863](https://github.com/DataDog/datadog-api-client-typescript/pull/3863)
* Add PAT/SAT management API endpoints [#3858](https://github.com/DataDog/datadog-api-client-typescript/pull/3858)
* Add OpenAPI documentation for signal investigation queries and suggested actions endpoints [#3852](https://github.com/DataDog/datadog-api-client-typescript/pull/3852)
* add api spec for feature flags allocations and exposure schedules endpoints [#3843](https://github.com/DataDog/datadog-api-client-typescript/pull/3843)
* Add Publish and Unpublish API documentation for Status Pages [#3838](https://github.com/DataDog/datadog-api-client-typescript/pull/3838)
* feat: add drag and drop as new synthetics browser step type [#3831](https://github.com/DataDog/datadog-api-client-typescript/pull/3831)
* Allow monitor notification rule on restriction policy [#3823](https://github.com/DataDog/datadog-api-client-typescript/pull/3823)
* Add support for configuring Splunk sourcetype in Custom Destinations [#3803](https://github.com/DataDog/datadog-api-client-typescript/pull/3803)
* Add OpenAPI documentation for scorecards endpoints [#3434](https://github.com/DataDog/datadog-api-client-typescript/pull/3434)

### Fixed
* fix(formatter): use primitive type instead of schema name in get_response_type (AAWF-1199) [#3916](https://github.com/DataDog/datadog-api-client-typescript/pull/3916)
* Add security_signals to SecurityMonitoringStandardDataSource [#3884](https://github.com/DataDog/datadog-api-client-typescript/pull/3884)

### Changed
* Update SearchFlakyTests endpoint documentation [#3868](https://github.com/DataDog/datadog-api-client-typescript/pull/3868)

## 1.54.0/2026-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"engines": {
"node": ">=12.0.0"
},
"version": "1.54.0",
"version": "1.55.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading