Skip to content

Commit 1f8254e

Browse files
Generator: Update SDK /services/authorization (#4131)
1 parent 07fa720 commit 1f8254e

19 files changed

+2518
-58
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
4343
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
4444
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
45+
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)
46+
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
4547

4648
## Release (2025-12-05)
4749
- `alb`:

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.11.0
2+
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
3+
14
## v0.10.1
25
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
36

services/authorization/VERSION

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

0 commit comments

Comments
 (0)