Skip to content

Commit 4c92571

Browse files
authored
Updates versions and adds changelog entries for the v2 branch release. (#3156)
1 parent 7ac0bef commit 4c92571

File tree

42 files changed

+196
-21
lines changed

Some content is hidden

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

42 files changed

+196
-21
lines changed

services/on_call/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
* Add routes for managing On-Call user notification channels [#3108](https://github.com/DataDog/datadog-api-client-typescript/pull/3108)
10+
* On-Call Add positioned schedule policy target [#3057](https://github.com/DataDog/datadog-api-client-typescript/pull/3057)
11+
* Add last_login_time to Users v2 API [#2881](https://github.com/DataDog/datadog-api-client-typescript/pull/2881)
12+
* add AP2 endpoint for On-Call Paging [#2542](https://github.com/DataDog/datadog-api-client-typescript/pull/2542)
13+
314
## 0.0.1-beta.1/2025-05-28

services/on_call/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/on_call_paging/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.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+
38
## 0.0.1-beta.2/2025-08-12
49

510
### Added

services/on_call_paging/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
}
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/opsgenie_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
}
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/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)

services/org_connections/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
}
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/organizations/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
}

0 commit comments

Comments
 (0)