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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,14 @@
192
192
-`v1api`: New package which should be used for communication with the STACKIT scf API in the future
193
193
-**Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v1api` package instead.
194
194
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
-**Feature:** Introduction of multi API version support for the iaas SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
197
+
-`v1api`: New package which can be used for communication with the iaas v1 API
198
+
-`v2api`: New package which can be used for communication with the iaas v2 API
199
+
-`v2alpha1api`: New package which can be used for communication with the iaas v2 alpha1 API
200
+
-`v2beta1api`: New package which can be used for communication with the iaas v2 beta1 API
201
+
-**Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
202
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
0 commit comments