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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Release (2025-xx-yy)

- `postgresflex`: [0.16.1](services/postgresflex/CHANGELOG.md#v0161-2025-xx-yy)
- **Bugfix:** Correctly handle nullable attributes in model types
- `iaas`: [v0.19.0](services/iaas/CHANGELOG.md#v0190-2024-12-20)
- **Feature:** Add method to list quotas: `ListQuotas`
- **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic`

## Release (2024-12-17)

Expand All @@ -10,7 +14,7 @@
>
> Use `github.com/stackitcloud/stackit-sdk-go/services/authorization` instead.

- `iaas`: [v0.18](services/iaas/CHANGELOG.md#v0180-2024-12-16)
- `iaas`: [v0.18.0](services/iaas/CHANGELOG.md#v0180-2024-12-16)
- **Feature:** Add waiters for async operations: `UploadImageWaitHandler` and `DeleteImageWaitHandler`
- `iaas`: [v0.17.0](services/iaas/CHANGELOG.md#v0170-2024-12-16)
- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup`
Expand Down
5 changes: 5 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.19.0 (2024-12-20)

- **Feature:** Add method to list quotas: `ListQuotas`
- **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic`

## v0.18.0 (2024-12-16)

- **Feature:** Add waiters for async operations: `UploadImageWaitHandler` and `DeleteImageWaitHandler`
Expand Down
Loading
Loading