Skip to content

Commit 8453805

Browse files
Update changelgo
1 parent d648cf5 commit 8453805

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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)

0 commit comments

Comments
 (0)