Skip to content

Commit 7ac0bef

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

File tree

42 files changed

+201
-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

+201
-21
lines changed

services/hosts/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+
### Changed
9+
* Include mention to new scanned-assets-metadata endpoint on hosts v1 endpoint [#2899](https://github.com/DataDog/datadog-api-client-typescript/pull/2899)
10+
311
## 0.0.1-beta.1/2025-05-28

services/hosts/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+
* Add last_login_time to Users v2 API [#2881](https://github.com/DataDog/datadog-api-client-typescript/pull/2881)
10+
311
## 0.0.1-beta.1/2025-05-28

services/incident_services/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+
* Add last_login_time to Users v2 API [#2881](https://github.com/DataDog/datadog-api-client-typescript/pull/2881)
10+
311
## 0.0.1-beta.1/2025-05-28

services/incident_teams/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/incidents/CHANGELOG.md

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

3+
## 0.0.1-beta.2/2025-12-17
4+
5+
### Changed
6+
* Mark Incident Impact Endpoints stable [#3133](https://github.com/DataDog/datadog-api-client-typescript/pull/3133)
7+
* add suppression version history [#3055](https://github.com/DataDog/datadog-api-client-typescript/pull/3055)
8+
9+
### Security
10+
* Bump the `datadog-api-client` min version [#3129](https://github.com/DataDog/datadog-api-client-typescript/pull/3129)
11+
12+
### Added
13+
* Add `GET /api/v2/apm/services` endpoint to public documentation [#3098](https://github.com/DataDog/datadog-api-client-typescript/pull/3098)
14+
* Add last_login_time to Users v2 API [#2881](https://github.com/DataDog/datadog-api-client-typescript/pull/2881)
15+
* Add Incident Notification Rules Public Spec [#2771](https://github.com/DataDog/datadog-api-client-typescript/pull/2771)
16+
* Publish new incident impact APIs [#2755](https://github.com/DataDog/datadog-api-client-typescript/pull/2755)
17+
* Add Incident Notification Template Public Docs [#2754](https://github.com/DataDog/datadog-api-client-typescript/pull/2754)
18+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2421](https://github.com/DataDog/datadog-api-client-typescript/pull/2421)
19+
320
## 0.0.1-beta.1/2025-05-28

services/incidents/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/ip_allowlist/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-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/ip_allowlist/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)