Skip to content

Commit 88ae48a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3600)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 3b2463c commit 88ae48a

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# CHANGELOG
22

3+
## 1.53.0/2026-03-06
4+
5+
### Added
6+
* Billing_plan field deprecation - correction start date [#3590](https://github.com/DataDog/datadog-api-client-typescript/pull/3590)
7+
* Add ci_code_coverage_committers to usage API [#3585](https://github.com/DataDog/datadog-api-client-typescript/pull/3585)
8+
* Expose usage-attribution-types publicly and update attribution descriptions [#3583](https://github.com/DataDog/datadog-api-client-typescript/pull/3583)
9+
* Add new param to api/v2/metrics [#3571](https://github.com/DataDog/datadog-api-client-typescript/pull/3571)
10+
* Add FormulaAndFunctionEventQueryGroupByFields schema to support flat group_by form [#3565](https://github.com/DataDog/datadog-api-client-typescript/pull/3565)
11+
* billing_plan field deprecation in billable-summary endpoint [#3557](https://github.com/DataDog/datadog-api-client-typescript/pull/3557)
12+
* Add OpenAPI spec for LLM Observability Experiments API [#3553](https://github.com/DataDog/datadog-api-client-typescript/pull/3553)
13+
* Add missing persona_mapping endpoints [#3531](https://github.com/DataDog/datadog-api-client-typescript/pull/3531)
14+
* Adding Observability Pipelines Secret Management feature support [#3526](https://github.com/DataDog/datadog-api-client-typescript/pull/3526)
15+
* Add Maintenances and minor updates to Status Pages API [#3521](https://github.com/DataDog/datadog-api-client-typescript/pull/3521)
16+
* Introduce api/v2/integration API endpoint [#3507](https://github.com/DataDog/datadog-api-client-typescript/pull/3507)
17+
* Add OpenAPI spec for Change Management endpoints [#3503](https://github.com/DataDog/datadog-api-client-typescript/pull/3503)
18+
* Workflow Automation - Add Form Trigger [#3501](https://github.com/DataDog/datadog-api-client-typescript/pull/3501)
19+
* Add sort parameter to detection rules list endpoint [#3495](https://github.com/DataDog/datadog-api-client-typescript/pull/3495)
20+
* Add public documentation on NDM interface tags endpoint [#3489](https://github.com/DataDog/datadog-api-client-typescript/pull/3489)
21+
* Add documentation for POST api/v2/incidents/import [#3482](https://github.com/DataDog/datadog-api-client-typescript/pull/3482)
22+
* Post an event v2 API - add a new enum value to links.category field and add pattern validation on changed_resource.name field [#3479](https://github.com/DataDog/datadog-api-client-typescript/pull/3479)
23+
* Add receives_permissions_from field to Roles API [#3465](https://github.com/DataDog/datadog-api-client-typescript/pull/3465)
24+
* Added support for Google Chat Organization Handles Public API [#3461](https://github.com/DataDog/datadog-api-client-typescript/pull/3461)
25+
* Adding custom mapper support to Observability Pipelines OCSF Mapper [#3456](https://github.com/DataDog/datadog-api-client-typescript/pull/3456)
26+
* Add seats API v2 endpoints with error responses and required fields [#3450](https://github.com/DataDog/datadog-api-client-typescript/pull/3450)
27+
* Add Network Path test endpoints to v2 spec [#3400](https://github.com/DataDog/datadog-api-client-typescript/pull/3400)
28+
* Add OpenAPI documentation for cloud-auth-config service [#3343](https://github.com/DataDog/datadog-api-client-typescript/pull/3343)
29+
* Add suppression sort by create date [#3313](https://github.com/DataDog/datadog-api-client-typescript/pull/3313)
30+
31+
### Deprecated
32+
* Mark legacy non-FnF query fields and WidgetEvent as deprecated in dashboard spec + update Distribuition docs [#3561](https://github.com/DataDog/datadog-api-client-typescript/pull/3561)
33+
34+
### Fixed
35+
* Fix WidgetNewFixedSpan - timestamps are milliseconds not seconds [#3513](https://github.com/DataDog/datadog-api-client-typescript/pull/3513)
36+
* Increase validation limit on integration type [#3497](https://github.com/DataDog/datadog-api-client-typescript/pull/3497)
37+
338
## 1.52.0/2026-02-17
439

540
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"engines": {
106106
"node": ">=12.0.0"
107107
},
108-
"version": "1.52.0",
108+
"version": "1.53.0",
109109
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
110110
}

0 commit comments

Comments
 (0)