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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,11 @@
212
212
-`v2api`: New package which can be used for communication with the objectstorage v2 API
213
213
-**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.
214
214
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
-**Feature:** Introduction of multi API version support for the observability SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
217
+
-`v1api`: New package which should be used for communication with the STACKIT observability API in the future
218
+
-**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.
219
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
fmt.Fprintf(os.Stderr, "[Observability API] Error when calling `CreateInstance`: %v\n", err)
43
43
os.Exit(1)
44
44
}
45
45
46
-
fmt.Printf("[Observability API] Created instance with id \"%s\" and dashboard url \"%s\".\n", *createInstanceResp.InstanceId, *createInstanceResp.DashboardUrl)
46
+
fmt.Printf("[Observability API] Created instance with id \"%s\" and dashboard url \"%s\".\n", createInstanceResp.InstanceId, createInstanceResp.DashboardUrl)
Copy file name to clipboardExpand all lines: services/observability/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
@@ -1,3 +1,9 @@
1
+
## v0.18.0
2
+
-**Feature:** Introduction of multi API version support for the observability 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 should be used for communication with the STACKIT observability API in the future
4
+
-**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.
5
+
-**Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
6
+
1
7
## v0.17.0
2
8
-**Feature:** add AlertRecord
3
9
- new related operations: `CreateAlertRecord`, `DeleteAlertRecord`, `DeleteAlertRecords`, `GetAlertRecord`, `ListAlertRecords`, `PartialUpdateAlertRecords`, `UpdateAlertRecord`
0 commit comments