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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,12 @@
158
158
-`v1api`: New package which should be used for communication with the STACKIT secretsmanager API in the future
159
159
-**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.
160
160
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
161
+
-`sfs`: [v0.5.0](services/sfs/CHANGELOG.md#v050)
162
+
-**Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
163
+
-`v1api`: New package which can be used for communication with the SFS v1 API
164
+
-`v1betaapi`: New package which can be used for communication with the SFS v1 beta API
165
+
-**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.
166
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
Copy file name to clipboardExpand all lines: services/sfs/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## v0.5.0
2
+
-**Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3
+
-`v1api`: New package which can be used for communication with the SFS v1 API
4
+
-`v1betaapi`: New package which can be used for communication with the SFS v1 beta API
5
+
-**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.
6
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
7
+
1
8
## v0.4.0
2
9
-**Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
0 commit comments