Skip to content

Commit 04d22df

Browse files
Merge pull request #4161 from DataDog/release/typescript_split_package-2026-05-15
Prepare for `v2` branch release
2 parents f01e3f5 + 1c52aa1 commit 04d22df

56 files changed

Lines changed: 197 additions & 28 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

services/cloud_cost_management/CHANGELOG.md

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

3+
## 0.0.1-beta.6/2026-05-15
4+
5+
### Added
6+
* Add OpenAPI spec for cost-planning-api commitment program endpoints [#4135](https://github.com/DataDog/datadog-api-client-typescript/pull/4135)
7+
* Add OpenAPI for Cloud Cost Management anomalies endpoints [#4128](https://github.com/DataDog/datadog-api-client-typescript/pull/4128)
8+
* Document Cloud Cost Management v2 tags and tag_keys endpoints [#4115](https://github.com/DataDog/datadog-api-client-typescript/pull/4115)
9+
* Add OpenAPI definition for CCM ListCostTagDescriptions [#4108](https://github.com/DataDog/datadog-api-client-typescript/pull/4108)
10+
* Add OpenAPI definitions for CCM status endpoints [#4064](https://github.com/DataDog/datadog-api-client-typescript/pull/4064)
11+
* Add Cloud Cost Management ListCostOCIConfigs endpoint [#4032](https://github.com/DataDog/datadog-api-client-typescript/pull/4032)
12+
313
## 0.0.1-beta.5/2026-04-24
414

515
### Removed

services/cloud_cost_management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.5",
41+
"version": "0.0.1-beta.6",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CHANGELOG
2+
3+
## 0.0.1-beta.1/2026-05-15
4+
5+
### Added
6+
* Cloud inventory api sync config endpoint documentation [#4040](https://github.com/DataDog/datadog-api-client-typescript/pull/4040)

services/cloud_inventory_sync_configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1",
41+
"version": "0.0.1-beta.1",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/dashboards/CHANGELOG.md

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

3+
## 0.0.1-beta.9/2026-05-15
4+
5+
### Added
6+
* Allow errors data source in formula event queries for dashboards [#4116](https://github.com/DataDog/datadog-api-client-typescript/pull/4116)
7+
* Add style and sort to TreeMapWidgetRequest and sort to SunburstWidgetRequest for Dashboards [#4044](https://github.com/DataDog/datadog-api-client-typescript/pull/4044)
8+
* Add Point Plot widget to dashboard API spec [#4036](https://github.com/DataDog/datadog-api-client-typescript/pull/4036)
9+
310
## 0.0.1-beta.8/2026-04-16
411

512
### Added

services/dashboards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.8",
41+
"version": "0.0.1-beta.9",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/downtimes/CHANGELOG.md

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

3+
## 0.0.1-beta.4/2026-05-15
4+
5+
### Added
6+
* Add OpenAPI spec for current user endpoints [#4100](https://github.com/DataDog/datadog-api-client-typescript/pull/4100)
7+
38
## 0.0.1-beta.3/2026-04-24
49

510
### Changed

services/downtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.3",
41+
"version": "0.0.1-beta.4",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/error_tracking/CHANGELOG.md

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

3+
## 0.0.1-beta.5/2026-05-15
4+
5+
### Added
6+
* Add regression fields to Error Tracking API responses [#4133](https://github.com/DataDog/datadog-api-client-typescript/pull/4133)
7+
* Add state filter for Search Error Tracking Issues API [#4088](https://github.com/DataDog/datadog-api-client-typescript/pull/4088)
8+
39
## 0.0.1-beta.4/2026-04-16
410

511
### Added

services/error_tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"engines": {
3939
"node": ">=18.0.0"
4040
},
41-
"version": "0.0.1-beta.4",
41+
"version": "0.0.1-beta.5",
4242
"packageManager": "yarn@4.9.1"
4343
}

0 commit comments

Comments
 (0)