Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`

## Release (2025-12-05)
- `alb`:
Expand Down
3 changes: 3 additions & 0 deletions services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.11.0
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`

## v0.10.1
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`

Expand Down
2 changes: 1 addition & 1 deletion services/authorization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.1
v0.11.0
Loading
Loading