Skip to content

Commit b229327

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2644)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 57a3a4c commit b229327

File tree

20 files changed

+75
-10
lines changed

20 files changed

+75
-10
lines changed
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-08-12
4+
5+
### Added
6+
* Adding all action connection types to public API [#2559](https://github.com/DataDog/datadog-api-client-typescript/pull/2559)
7+
38
## 0.0.1-beta.1/2025-05-28

services/action_connection/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": "[email protected]"
4343
}

services/aws_integration/CHANGELOG.md

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-08-12
4+
5+
### Added
6+
* Add log autosubscription tag filters config to aws v2 API [#2600](https://github.com/DataDog/datadog-api-client-typescript/pull/2600)
7+
38
## 0.0.1-beta.1/2025-05-28

services/aws_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": "[email protected]"
4343
}

services/case_management/CHANGELOG.md

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-08-12
4+
5+
### Added
6+
* Document case management attributes endpoints [#2551](https://github.com/DataDog/datadog-api-client-typescript/pull/2551)
7+
38
## 0.0.1-beta.1/2025-05-28

services/case_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.1",
41+
"version": "0.0.1-beta.2",
4242
"packageManager": "[email protected]"
4343
}

services/datasets/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CHANGELOG
2+
3+
## 0.0.1-beta.1/2025-08-12
4+
5+
### Fixed
6+
* Split Dataset into separate request and response objects, mark unstable [#2583](https://github.com/DataDog/datadog-api-client-typescript/pull/2583)
7+
8+
### Added
9+
* Uncomment edit dataset block, add dataset limitations into endpoint descriptions [#2563](https://github.com/DataDog/datadog-api-client-typescript/pull/2563)

services/datasets/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": "[email protected]"
4343
}

services/monitors/CHANGELOG.md

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-08-12
4+
5+
### Fixed
6+
* bump gen [#2569](https://github.com/DataDog/datadog-api-client-typescript/pull/2569)
7+
38
## 0.0.1-beta.1/2025-05-28

services/monitors/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": "[email protected]"
4343
}

0 commit comments

Comments
 (0)