Skip to content

Commit 3a1c430

Browse files
Generator: Update SDK /services/loadbalancer (#899)
* Generate loadbalancer * Update changelgo --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent c64e434 commit 3a1c430

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler
1212
- `iaas`: [v0.11.0](services/iaas/CHANGELOG.md#v0110-2024-10-11)
1313
- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`
14+
- `loadbalancer`: [v0.16.0](services/loadbalancer/CHANGELOG.md#v0160-2024-10-11)
15+
- **Feature:** Add pagination to `ListLoadBalancers` with the new fields `pageSize` and `pageId` on `ApiListLoadBalancersRequest` and the field `NextPageId` in `ListLoadBalancersResponse`
1416

1517
## Release (2024-09-19)
1618

services/loadbalancer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## v0.16.0 (2024-10-11)
2+
3+
- **Feature:** Add pagination to `ListLoadBalancers` with the new fields `pageSize` and `pageId` on `ApiListLoadBalancersRequest` and the field `NextPageId` in `ListLoadBalancersResponse`
4+
15
## v0.15.0 (2024-08-08)
6+
27
- **Feature:** New API method `ListPlans` to list the available service plans
38

49
## v0.14.0 (2024-07-10)

services/loadbalancer/api_default.go

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

services/loadbalancer/model_list_load_balancers_response.go

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

0 commit comments

Comments
 (0)