You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
Copy file name to clipboardExpand all lines: examples/custom-http-client/src/main/java/cloud/stackit/sdk/customhttpclient/examples/CustomHttpClientExample.java
Copy file name to clipboardExpand all lines: services/iaas/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## v1.0.0
2
+
-**Breaking Change:** The region must be passed as a parameter to any region-specific request.
3
+
-**Feature:** Add new methods to manage routing tables: `addRoutingTableToArea`, `deleteRoutingTableFromArea`, `getRoutingTableOfArea`, `listRoutingTablesOfArea`, `updateRoutingTableOfArea`
4
+
-**Feature:** Add new methods to manage routes in routing tables: `addRoutesToRoutingTable`, `deleteRouteFromRoutingTable`, `getRouteOfRoutingTable`, `listRoutesOfRoutingTable`, `updateRouteOfRoutingTable`
5
+
-**Breaking Change:** Add new method to manage network area regions: `createNetworkAreaRegion`, `deleteNetworkAreaRegion`, `getNetworkAreaRegion`, `listNetworkAreaRegions`, `updateNetworkAreaRegion`
6
+
-**Feature:** Add new field `Encrypted` to `Backup` model, which indicates if a backup is encrypted
7
+
-**Feature:** Add new field `ImportProgress` to `Image` model, which indicates the import progress of an image
8
+
-**Breaking Change:** Remove field `addressFamily` in `CreateNetworkAreaPayload` model
9
+
-**Breaking Change:**`Network` model has changed:
10
+
- Rename `networkId` to `id`
11
+
- Rename `state` to `status`
12
+
- Move fields `gateway`, `nameservers`, `prefixes` and `publicIp` to new model `NetworkIPv4`, and can be accessed in the new field `ipv4`
13
+
- Move fields `gatewayv6`, `nameserversv6` and `prefixesv6` to new model `NetworkIPv6`, and can be accessed in the new field `ipv6`
14
+
- Add new field `routingTabledId`
15
+
-**Breaking Change:**`NetworkArea` model has changed:
16
+
- Rename `areaId` to `id`
17
+
- Remove field `ipv4`
18
+
-**Breaking Change:** Rename `networkRangeId` to `id` in `NetworkRange` model
19
+
-**Breaking Change:**`CreateServerPayload` model has changed:
20
+
- Model `CreateServerPayloadBootVolume` of `BootVolume` property changed to `ServerBootVolume`
21
+
- Property `Networking` in `CreateServerPayload` is required now
22
+
1
23
## v0.3.0
2
24
-**Feature:** Add `createdAt` and `updatedAt` attributes to `SecurityGroupRule`, `BaseSecurityGroupRule`, `CreateSecurityGroupRulePayload` model classes
3
25
-**Feature:** Add `description` attribute to `CreateNicPayload`, `NIC`, `UpdateNicPayload` model classes
0 commit comments