Skip to content

Commit 48eac96

Browse files
Generator: Update SDK /services/observability (#5922)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 6e53386 commit 48eac96

File tree

182 files changed

+4036
-921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4036
-921
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,15 @@
280280
- `v2api`: New package which can be used for communication with the objectstorage v2 API
281281
- **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.
282282
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
283-
- `observability`: [v0.18.0](services/observability/CHANGELOG.md#v0180)
284-
- **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
285-
- `v1api`: New package which should be used for communication with the STACKIT observability API in the future
286-
- **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.
287-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
283+
- `observability`:
284+
- [v0.18.0](services/observability/CHANGELOG.md#v0180)
285+
- **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
286+
- `v1api`: New package which should be used for communication with the STACKIT observability API in the future
287+
- **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.
288+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
289+
- [v0.19.0](services/observability/CHANGELOG.md#v0190)
290+
- **Bugfix:** Disable strict decoding of API responses
291+
- **Feature:** Add `AdditionalProperties` fields to model structs
288292
- `albwaf`:
289293
- [v0.1.0](services/albwaf/CHANGELOG.md#v010)
290294
- **New:** SDK module for albwaf service

services/observability/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.19.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.18.0
26
- **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
37
- `v1api`: New package which should be used for communication with the STACKIT observability API in the future

services/observability/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18.0
1+
v0.19.0

services/observability/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cb550f3c2129447568c2855337b1874968e033bb
1+
0e64886dd0847341800d7191ed193b75413be998

services/observability/v1api/model_alert.go

Lines changed: 21 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/observability/v1api/model_alert_config_receivers_response.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/observability/v1api/model_alert_config_route_response.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/observability/v1api/model_alert_group.go

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/observability/v1api/model_alert_group_response.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/observability/v1api/model_alert_groups_response.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)