Skip to content

Commit 674f96f

Browse files
authored
Updates versions and adds changelog entries for the v2 branch release. (#3157)
1 parent 4c92571 commit 674f96f

File tree

36 files changed

+164
-18
lines changed

36 files changed

+164
-18
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* Dashboards - Add semantic_mode support to FormulaAndFunctionMetricQueryDefinition [#3087](https://github.com/DataDog/datadog-api-client-typescript/pull/3087)
10+
311
## 0.0.1-beta.1/2025-05-28

services/service_level_objectives/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.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* Adds async Scorecard outcomes batch update endpoint [#2645](https://github.com/DataDog/datadog-api-client-typescript/pull/2645)
10+
311
## 0.0.1-beta.1/2025-05-28

services/service_scorecards/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.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# CHANGELOG
22

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
38
## 0.0.1-beta.1/2025-05-28

services/slack_integration/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.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/snapshots/CHANGELOG.md

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

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* Regenerate `v2` clients [#2345](https://github.com/DataDog/datadog-api-client-typescript/pull/2345)
10+
311
## 0.0.1-beta.1/2025-05-28

services/snapshots/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.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "yarn@4.9.1"
4343
}

services/software_catalog/CHANGELOG.md

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

3+
## 0.0.1-beta.3/2025-12-17
4+
5+
### Security
6+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
7+
8+
### Added
9+
* Add `PreviewCatalogEntities` [#2965](https://github.com/DataDog/datadog-api-client-typescript/pull/2965)
10+
311
## 0.0.1-beta.2/2025-08-12
412

513
### Fixed

services/software_catalog/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.2",
41+
"version": "0.0.1-beta.3",
4242
"packageManager": "yarn@4.9.1"
4343
}

0 commit comments

Comments
 (0)