Skip to content

Commit 54f9a78

Browse files
Generator: Update SDK /services/mariadb (#5918)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 6be54ce commit 54f9a78

31 files changed

+590
-174
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,15 @@
148148
- `v1betaapi`: New package which can be used for communication with the kms v1 beta API
149149
- **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.
150150
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
151-
- `mariadb`: [v0.26.0](services/mariadb/CHANGELOG.md#v0260)
152-
- **Feature:** Introduction of multi API version support for the mariadb SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
153-
- `v1api`: New package which should be used for communication with the STACKIT mariadb API in the future
154-
- **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 `v1api` package instead.
155-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
151+
- `mariadb`:
152+
- [v0.26.0](services/mariadb/CHANGELOG.md#v0260)
153+
- **Feature:** Introduction of multi API version support for the mariadb SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
154+
- `v1api`: New package which should be used for communication with the STACKIT mariadb API in the future
155+
- **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 `v1api` package instead.
156+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
157+
- [v0.27.0](services/mariadb/CHANGELOG.md#v0270)
158+
- **Bugfix:** Disable strict decoding of API responses
159+
- **Feature:** Add `AdditionalProperties` fields to model structs
156160
- `authorization`: [v0.13.0](services/authorization/CHANGELOG.md#v0130)
157161
- **Feature:** Introduction of multi API version support for the authorization SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
158162
- `v2api`: New package which should be used for communication with the STACKIT authorization API in the future

services/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.27.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.26.0
26
- **Feature:** Introduction of multi API version support for the mariadb 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 should be used for communication with the STACKIT mariadb API in the future

services/mariadb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.26.0
1+
v0.27.0

services/mariadb/oas_commit

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

services/mariadb/v1api/model_backup.go

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

services/mariadb/v1api/model_create_backup_response_item.go

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

services/mariadb/v1api/model_create_instance_payload.go

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

services/mariadb/v1api/model_create_instance_response.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/mariadb/v1api/model_credentials.go

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

0 commit comments

Comments
 (0)