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 @@ -11,6 +11,8 @@
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler
- `iaas`: [v0.11.0](services/iaas/CHANGELOG.md#v0110-2024-10-11)
- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`
- `loadbalancer`: [v0.16.0](services/loadbalancer/CHANGELOG.md#v0160-2024-10-11)
- **Feature:** Add pagination to `ListLoadBalancers` with the new fields `pageSize` and `pageId` on `ApiListLoadBalancersRequest` and the field `NextPageId` in `ListLoadBalancersResponse`

## Release (2024-09-19)

Expand Down
5 changes: 5 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## v0.16.0 (2024-10-11)

- **Feature:** Add pagination to `ListLoadBalancers` with the new fields `pageSize` and `pageId` on `ApiListLoadBalancersRequest` and the field `NextPageId` in `ListLoadBalancersResponse`

## v0.15.0 (2024-08-08)

- **Feature:** New API method `ListPlans` to list the available service plans

## v0.14.0 (2024-07-10)
Expand Down
22 changes: 22 additions & 0 deletions services/loadbalancer/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions services/loadbalancer/model_list_load_balancers_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading