Skip to content

Commit 4308452

Browse files
Generator: Update SDK /services/serverbackup (#5931)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent cff3b5b commit 4308452

40 files changed

+896
-136
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,16 @@
160160
- `v2api`: New package which should be used for communication with the STACKIT auditlog API in the future
161161
- **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.
162162
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
163-
- `serverbackup`: [v1.4.0](services/serverbackup/CHANGELOG.md#v140)
164-
- **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
165-
- `v1api`: New package which can be used for communication with the serverbackup v1 API
166-
- `v2api`: New package which can be used for communication with the serverbackup v2 API
167-
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
168-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
163+
- `serverbackup`:
164+
- [v1.4.0](services/serverbackup/CHANGELOG.md#v140)
165+
- **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
166+
- `v1api`: New package which can be used for communication with the serverbackup v1 API
167+
- `v2api`: New package which can be used for communication with the serverbackup v2 API
168+
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
169+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
170+
- [v1.5.0](services/serverbackup/CHANGELOG.md#v150)
171+
- **Bugfix:** Disable strict decoding of API responses
172+
- **Feature:** Add `AdditionalProperties` fields to model structs
169173
- `serverupdate`:
170174
- [v1.3.0](services/serverupdate/CHANGELOG.md#v130)
171175
- **Feature:** Introduction of multi API version support for the serverupdate SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/serverbackup/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.5.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.4.0
26
- **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
37
- `v1api`: New package which can be used for communication with the serverbackup v1 API

services/serverbackup/VERSION

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

services/serverbackup/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d3d7776e6e2349b44c523bf3c15c93250f7418db
1+
0e64886dd0847341800d7191ed193b75413be998

services/serverbackup/v1api/model_backup.go

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serverbackup/v1api/model_backup_job.go

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serverbackup/v1api/model_backup_policy.go

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serverbackup/v1api/model_backup_policy_backup_properties.go

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serverbackup/v1api/model_backup_properties.go

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/serverbackup/v1api/model_backup_schedule.go

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)