Skip to content

Commit 786286c

Browse files
committed
changelogs
1 parent 662f446 commit 786286c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
- `v2api`: New package which should be used for communication with the STACKIT auditlog API in the future
134134
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
135135
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
136+
- `serverbackup`: [v1.4.0](services/serverbackup/CHANGELOG.md#v140)
137+
- **Feature:** Introduction of multi API version support for the serverbackup SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
138+
- `v1api`: New package which can be used for communication with the serverbackup v1 API
139+
- `v2api`: New package which can be used for communication with the serverbackup v2 API
140+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
141+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
136142

137143
## Release (2026-02-20)
138144
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)

services/serverbackup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.4.0
2+
- **Feature:** Introduction of multi API version support for the serverbackup SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3+
- `v1api`: New package which can be used for communication with the serverbackup v1 API
4+
- `v2api`: New package which can be used for communication with the serverbackup v2 API
5+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
6+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
7+
18
## v1.3.8
29
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
310

services/serverbackup/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.8
1+
v1.4.0

0 commit comments

Comments
 (0)