Skip to content

Commit 930aad7

Browse files
Generator: Update SDK /services/authorization (#5906)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 849dbdc commit 930aad7

27 files changed

+449
-155
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,15 @@
183183
- [v0.27.0](services/mariadb/CHANGELOG.md#v0270)
184184
- **Bugfix:** Disable strict decoding of API responses
185185
- **Feature:** Add `AdditionalProperties` fields to model structs
186-
- `authorization`: [v0.13.0](services/authorization/CHANGELOG.md#v0130)
187-
- **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
188-
- `v2api`: New package which should be used for communication with the STACKIT authorization API in the future
189-
- **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.
190-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
186+
- `authorization`:
187+
- [v0.13.0](services/authorization/CHANGELOG.md#v0130)
188+
- **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
189+
- `v2api`: New package which should be used for communication with the STACKIT authorization API in the future
190+
- **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.
191+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
192+
- [v0.14.0](services/authorization/CHANGELOG.md#v0140)
193+
- **Bugfix:** Disable strict decoding of API responses
194+
- **Feature:** Add `AdditionalProperties` fields to model structs
191195
- `opensearch`:
192196
- [v0.25.0](services/opensearch/CHANGELOG.md#v0250)
193197
- **Feature:** Introduction of multi API version support for the opensearch SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.14.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.13.0
26
- **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
37
- `v2api`: New package which should be used for communication with the STACKIT authorization API in the future

services/authorization/VERSION

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

services/authorization/oas_commit

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

services/authorization/v2api/model_add_custom_role_response.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/authorization/v2api/model_add_members_payload.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/authorization/v2api/model_add_role_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/authorization/v2api/model_delete_role_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/authorization/v2api/model_error_response.go

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

services/authorization/v2api/model_existing_permission.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.

0 commit comments

Comments
 (0)