|
1 | | -## Release (2025-xx-xx) |
2 | | -- `iaas`: [v1.0.0](services/iaas/CHANGELOG.md#v100) |
3 | | - - **Breaking Change:** The region must be passed as a parameter to any region-specific request. |
4 | | - - **Feature:** Add new methods to manage routing tables: `addRoutingTableToArea`, `deleteRoutingTableFromArea`, `getRoutingTableOfArea`, `listRoutingTablesOfArea`, `updateRoutingTableOfArea` |
5 | | - - **Feature:** Add new methods to manage routes in routing tables: `addRoutesToRoutingTable`, `deleteRouteFromRoutingTable`, `getRouteOfRoutingTable`, `listRoutesOfRoutingTable`, `updateRouteOfRoutingTable` |
6 | | - - **Breaking Change:** Add new method to manage network area regions: `createNetworkAreaRegion`, `deleteNetworkAreaRegion`, `getNetworkAreaRegion`, `listNetworkAreaRegions`, `updateNetworkAreaRegion` |
7 | | - - **Feature:** Add new field `Encrypted` to `Backup` model, which indicates if a backup is encrypted |
8 | | - - **Feature:** Add new field `ImportProgress` to `Image` model, which indicates the import progress of an image |
9 | | - - **Breaking Change:** Remove field `addressFamily` in `CreateNetworkAreaPayload` model |
10 | | - - **Breaking Change:** `Network` model has changed: |
11 | | - - Rename `networkId` to `id` |
12 | | - - Rename `state` to `status` |
13 | | - - Move fields `gateway`, `nameservers`, `prefixes` and `publicIp` to new model `NetworkIPv4`, and can be accessed in the new field `ipv4` |
14 | | - - Move fields `gatewayv6`, `nameserversv6` and `prefixesv6` to new model `NetworkIPv6`, and can be accessed in the new field `ipv6` |
15 | | - - Add new field `routingTabledId` |
16 | | - - **Breaking Change:** `NetworkArea` model has changed: |
17 | | - - Rename `areaId` to `id` |
18 | | - - Remove field `ipv4` |
19 | | - - **Breaking Change:** Rename `networkRangeId` to `id` in `NetworkRange` model |
20 | | - - **Breaking Change:** `CreateServerPayload` model has changed: |
21 | | - - Model `CreateServerPayloadBootVolume` of `BootVolume` property changed to `ServerBootVolume` |
22 | | - - Property `Networking` in `CreateServerPayload` is required now |
| 1 | +## Release (2026-MM-DD) |
| 2 | +- `core`: [v0.4.1](core/CHANGELOG.md/#v041) |
| 3 | + - **Bugfix:** Add check in `KeyFlowAuthenticator` to prevent endless loops |
| 4 | +- `iaas`: |
| 5 | + - [v1.0.0](services/iaas/CHANGELOG.md#v100) |
| 6 | + - **Breaking Change:** The region must be passed as a parameter to any region-specific request. |
| 7 | + - **Feature:** Add new methods to manage routing tables: `addRoutingTableToArea`, `deleteRoutingTableFromArea`, `getRoutingTableOfArea`, `listRoutingTablesOfArea`, `updateRoutingTableOfArea` |
| 8 | + - **Feature:** Add new methods to manage routes in routing tables: `addRoutesToRoutingTable`, `deleteRouteFromRoutingTable`, `getRouteOfRoutingTable`, `listRoutesOfRoutingTable`, `updateRouteOfRoutingTable` |
| 9 | + - **Breaking Change:** Add new method to manage network area regions: `createNetworkAreaRegion`, `deleteNetworkAreaRegion`, `getNetworkAreaRegion`, `listNetworkAreaRegions`, `updateNetworkAreaRegion` |
| 10 | + - **Feature:** Add new field `Encrypted` to `Backup` model, which indicates if a backup is encrypted |
| 11 | + - **Feature:** Add new field `ImportProgress` to `Image` model, which indicates the import progress of an image |
| 12 | + - **Breaking Change:** Remove field `addressFamily` in `CreateNetworkAreaPayload` model |
| 13 | + - **Breaking Change:** `Network` model has changed: |
| 14 | + - Rename `networkId` to `id` |
| 15 | + - Rename `state` to `status` |
| 16 | + - Move fields `gateway`, `nameservers`, `prefixes` and `publicIp` to new model `NetworkIPv4`, and can be accessed in the new field `ipv4` |
| 17 | + - Move fields `gatewayv6`, `nameserversv6` and `prefixesv6` to new model `NetworkIPv6`, and can be accessed in the new field `ipv6` |
| 18 | + - Add new field `routingTabledId` |
| 19 | + - **Breaking Change:** `NetworkArea` model has changed: |
| 20 | + - Rename `areaId` to `id` |
| 21 | + - Remove field `ipv4` |
| 22 | + - **Breaking Change:** Rename `networkRangeId` to `id` in `NetworkRange` model |
| 23 | + - **Breaking Change:** `CreateServerPayload` model has changed: |
| 24 | + - Model `CreateServerPayloadBootVolume` of `BootVolume` property changed to `ServerBootVolume` |
| 25 | + - Property `Networking` in `CreateServerPayload` is required now |
| 26 | + - [v0.3.1](services/iaas/CHANGELOG.md#v031) |
| 27 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 28 | +- `resourcemanager`: [v0.4.1](services/resourcemanager/CHANGELOG.md#v041) |
| 29 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 30 | +- `loadbalancer`: |
| 31 | + - [v0.1.1](services/loadbalancer/CHANGELOG.md#v011) |
| 32 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 33 | + - [v0.1.0](services/loadbalancer/CHANGELOG.md#v010) |
| 34 | + - Initial onboarding of STACKIT Java SDK for Load balancer service |
| 35 | +- `alb`: |
| 36 | + - [v0.2.0](services/alb/CHANGELOG.md#v020) |
| 37 | + - **Feature:** Switch from `v2beta` API version to `v2` version. |
| 38 | + - **Feature:** `MaxCredentials` field added to `GetQuotaResponse` |
| 39 | + - **Breaking change:** added `version` to LoadBalancer constructor |
| 40 | + - **Breaking change:** renamed `exact` to `exactMatch` in Path model |
| 41 | + - **Breaking change:** removed `pathPrefix` from Rule model |
| 42 | + - [v0.1.1](services/alb/CHANGELOG.md#v011) |
| 43 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 44 | + - [v0.1.0](services/alb/CHANGELOG.md#v010) |
| 45 | + - Initial onboarding of STACKIT Java SDK for Application load balancer service |
| 46 | +- `objectstorage`: |
| 47 | + - [v0.1.1](services/objectstorage/CHANGELOG.md#v011) |
| 48 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 49 | + - [v0.1.0](services/objectstorage/CHANGELOG.md#v010) |
| 50 | + - Initial onboarding of STACKIT Java SDK for Object storage service |
| 51 | +- `serverupdate`: |
| 52 | + - [v0.1.1](services/serverupdate/CHANGELOG.md#v011) |
| 53 | + - Bump dependency `cloud.stackit.sdk.core` to v0.4.1 |
| 54 | + - [v0.1.0](services/serverupdate/CHANGELOG.md#v010) |
| 55 | + - Initial onboarding of STACKIT Java SDK for Server Update service |
23 | 56 |
|
24 | 57 | ## Release (2025-10-29) |
25 | 58 | - `core`: |
|
0 commit comments