Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
55 changes: 49 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,61 @@
## Release (2025-XX-YY)
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-03-19)
- **New:** API for application load balancer
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
- `cdn`: [v0.1.0](services/cdn/CHANGELOG.md#v010-2025-03-19)
- **New:** Introduce new API for content delivery
- `serverupdate`: [1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-xx-yy)
- `serverupdate`: [v1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- `serverbackup`: [1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-xx-yy)
- `serverbackup`: [v1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- `runcommand`: [1.0.0](services/runcommand/CHANGELOG.md#v100-2025-xx-yy)
- `runcommand`: [v1.0.0](services/runcommand/CHANGELOG.md#v100-2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- `authorization`: [v0.6.1](services/authorization/CHANGELOG.md#v061-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `dns`: [v0.13.1](services/dns/CHANGELOG.md#v0131-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `iaas`: [v0.21.2](services/iaas/CHANGELOG.md#v0212-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `loadbalancer`: [v1.0.1](services/loadbalancer/CHANGELOG.md#v101-2025-03-19)
- - **Bugfix:** Corrected regional setup of client
- `logme`: [v0.21.1](services/logme/CHANGELOG.md#v0211-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `mariadb`: [v0.21.1](services/mariadb/CHANGELOG.md#v0211-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `modelserving`: [v0.2.1](services/modelserving/CHANGELOG.md#v021-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `mongodbflex`: [v0.18.1](services/mongodbflex/CHANGELOG.md#v0181-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `objectstorage`: [v1.1.1](services/objectstorage/CHANGELOG.md#v111-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `observability`: [v0.3.1](services/observability/CHANGELOG.md#v031-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `opensearch`: [v0.20.1](services/opensearch/CHANGELOG.md#v0201-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `rabbitmq`: [v0.21.1](services/rabbitmq/CHANGELOG.md#v0211-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `redis`: [v0.21.1](services/redis/CHANGELOG.md#v0211-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `resourcemanager`: [v0.13.1](services/resourcemanager/CHANGELOG.md#v0131-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `secretsmanager`: [v0.11.1](services/secretsmanager/CHANGELOG.md#v0111-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `serviceaccount`: [v0.6.1](services/serviceaccount/CHANGELOG.md#v061-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `serviceenablement`: [v1.0.1](services/serviceenablement/CHANGELOG.md#v101-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `ske`: [v0.22.1](services/ske/CHANGELOG.md#v0221-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `sqlserverflex`: [v1.0.1](services/sqlserverflex/CHANGELOG.md#v101-2025-03-19)
- **Internal:** Backwards compatible change to generated code
- `stackitmarketplace`: [v0.3.1](services/stackitmarketplace/CHANGELOG.md#v031-2025-03-19)
- **Internal:** Backwards compatible change to generated code



## Release (2025-03-14)
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md##v100-2025-03-14)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- `postgresflex`: [v1.0.1](services/postgresflex/CHANGELOG.md#v101-2025-03-12)
- **Bugfix:** `DeleteUserWaitHandler` is now also using the region as parameter.
Expand Down
2 changes: 1 addition & 1 deletion services/alb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## v0.1.0 (2025-XX-YY)
## v0.1.0 (2025-03-19)
- **New:** API for application load balancer
3 changes: 3 additions & 0 deletions services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.6.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
2 changes: 1 addition & 1 deletion services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## v0.1.0 (2025-XX-YY)
## v0.1.0 (2025-03-19)
- **New:** Introduce new API for content delivery
3 changes: 3 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.13.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.13.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.2 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.21.1 (2025-03-02)

- Increase Timeouts for volume and network wait handlers
Expand Down
3 changes: 3 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.1 (2025-03-19)
- **Bugfix:** Corrected regional setup of client

## v1.0.0 (2025-03-14)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- **Breaking Change:** Remove deprecated API methods `DisableService` and `EnableService`. They are no longer required because the service automatically enables and disable.
Expand Down
3 changes: 3 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/modelserving/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.2.0 (2025-03-14)

- **New**: STACKIT Model Serving module wait handler added.
Expand Down
3 changes: 3 additions & 0 deletions services/mongodbflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.18.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.18.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/objectstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v1.1.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.3.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.20.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.20.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/postgresflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.2 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v1.0.1 (2025-03-12)
- **Bugfix:** `DeleteUserWaitHandler` is now also using the region as parameter.

Expand Down
3 changes: 3 additions & 0 deletions services/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.13.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.13.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
2 changes: 1 addition & 1 deletion services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.0 (2025-XX-YY)
## v1.0.0 (2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

## v0.3.0 (2025-02-21)
Expand Down
3 changes: 3 additions & 0 deletions services/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.11.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.11.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
2 changes: 1 addition & 1 deletion services/serverbackup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.0 (2025-XX-YY)
## v1.0.0 (2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration.

## v0.6.0 (2025-02-21)
Expand Down
2 changes: 1 addition & 1 deletion services/serverupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.0 (2025-XX-YY)
## v1.0.0 (2025-03-19)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

## v0.5.0 (2025-02-21)
Expand Down
3 changes: 3 additions & 0 deletions services/serviceaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.6.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/serviceenablement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v1.0.0 (2025-03-04)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

Expand Down
3 changes: 3 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.22.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.22.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

Expand Down
3 changes: 3 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v1.0.0 (2025-02-25)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- **Feature:** Add method to delete all instances for a project: `TerminateProject`
Expand Down
3 changes: 3 additions & 0 deletions services/stackitmarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.1 (2025-03-19)
- **Internal:** Backwards compatible change to generated code

## v0.3.0 (2025-02-25)
- **Feature:** Add method to create inquiries: `InquiriesCreateInquiry`
- **Feature:** Add `sort` property to `ApiListCatalogProductsRequest`
Expand Down
Loading