Skip to content

Commit da02bbf

Browse files
Merge branch 'main' of github.com:stackitcloud/stackit-sdk-go into generator-bot-11296674969/loadbalancer
2 parents 75f3a57 + 3a1c430 commit da02bbf

File tree

19 files changed

+47
-0
lines changed

19 files changed

+47
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
## v0.17.0 (2024-10-14)
2+
3+
- **Feature:** Add support for nullable models
4+
5+
## v0.16.0 (2024-10-11)
6+
7+
- **Feature:** Add pagination to `ListLoadBalancers` with the new fields `pageSize` and `pageId` on `ApiListLoadBalancersRequest` and the field `NextPageId` in `ListLoadBalancersResponse`
8+
19
## v0.15.0 (2024-08-08)
10+
211
- **Feature:** New API method `ListPlans` to list the available service plans
312

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

services/logme/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
- **Feature:** Add support for nullable models
3+
14
## v0.19.0 (2024-09-02)
25

36
- **Breaking changes:** `GetMetricsResponse` fields have changed data types

services/mariadb/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.19.0 (2024-09-02)
24

35
- **Breaking changes:** `GetMetricsResponse` fields have changed data types

services/mongodbflex/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.15.0 (2024-09-02)
24

35
- **Feature**: New method `ListAdvisorSlowQueries` that gets slow queries from the Opsmanager performance advisor.

services/objectstorage/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.10.0 (2024-06-14)
24

35
- **Breaking change**: Remove unused data types.

services/observability/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
- **Feature:** Add support for nullable models
13
## v0.1.0 (2024-08-21)
24
First release.
35

services/opensearch/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.18.0 (2024-09-02)
24

35
- **Breaking changes:** `GetMetricsResponse` fields have changed data types

services/postgresflex/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.15.0 (2024-06-28)
24

35
- **Feature**: New API methods `CreateDatabase`, `DeleteDatabase`, `ListDatabase`, `ListDatabaseParameters` to manage PostgreSQL Flex databases

services/rabbitmq/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **Feature:** Add support for nullable models
2+
13
## v0.19.0 (2024-09-02)
24

35
- **Breaking changes:** `GetMetricsResponse` fields have changed data types

0 commit comments

Comments
 (0)