Skip to content

Prepare for master branch release #2412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

## 1.37.0/2025-06-23

### Fixed
* Fix basic auth requirements [#2397](https://github.com/DataDog/datadog-api-client-typescript/pull/2397)
* Add support for the api_security detection rule type [#2378](https://github.com/DataDog/datadog-api-client-typescript/pull/2378)

### Added
* Microsoft Sentinel Public API support [#2392](https://github.com/DataDog/datadog-api-client-typescript/pull/2392)
* Add custom fields to Rule update/validate API public documentation. [#2358](https://github.com/DataDog/datadog-api-client-typescript/pull/2358)
* Add hash field to actions in CWS agent rules [#2351](https://github.com/DataDog/datadog-api-client-typescript/pull/2351)
* Add App Key Registration API [#2338](https://github.com/DataDog/datadog-api-client-typescript/pull/2338)
* SDCD-1142: adding `custom_tags` optional attribute to DORA API spec [#2319](https://github.com/DataDog/datadog-api-client-typescript/pull/2319)
* Add sampling fields to SDS spec [#2312](https://github.com/DataDog/datadog-api-client-typescript/pull/2312)
* Add API spec for team hierarchy APIs [#2266](https://github.com/DataDog/datadog-api-client-typescript/pull/2266)

### Changed
* Update events intake specs for v2 Events post endpoint [#2341](https://github.com/DataDog/datadog-api-client-typescript/pull/2341)

## 1.36.0/2025-06-16

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