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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@
14
14
-**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 `v0api` package instead.
15
15
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
16
16
-**Breaking Change:** Removal of deprecated constants `ActiveState` and `CreatingState` in `wait` package
-**Feature:** Introduction of multi API version support for the logs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
19
+
-`v1alphaapi`: New package which can be used for communication with the logs v1 alpha API
20
+
-`v1betaapi`: New package which can be used for communication with the logs v1 beta API
21
+
-`v1api`: New package which can be used for communication with the logs v1 API
22
+
-**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.
23
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
Copy file name to clipboardExpand all lines: services/logs/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
@@ -1,3 +1,11 @@
1
+
## v0.6.0
2
+
-**Feature:** Introduction of multi API version support for the logs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3
+
-`v1alphaapi`: New package which can be used for communication with the logs v1 alpha API
4
+
-`v1betaapi`: New package which can be used for communication with the logs v1 beta API
5
+
-`v1api`: New package which can be used for communication with the logs v1 API
6
+
-**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.
7
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
8
+
1
9
## v0.5.2
2
10
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
0 commit comments