Skip to content

Commit 2bbcda2

Browse files
Generator: Update SDK /services/logs (#5917)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 48eac96 commit 2bbcda2

28 files changed

+554
-105
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@
2828
- **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.
2929
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
3030
- **Breaking Change:** Removal of deprecated constants `ActiveState` and `CreatingState` in `wait` package
31-
- `logs`: [v0.6.0](services/logs/CHANGELOG.md#v060)
32-
- **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
33-
- `v1alphaapi`: New package which can be used for communication with the logs v1 alpha API
34-
- `v1betaapi`: New package which can be used for communication with the logs v1 beta API
35-
- `v1api`: New package which can be used for communication with the logs v1 API
36-
- **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.
37-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
31+
- `logs`:
32+
- [v0.6.0](services/logs/CHANGELOG.md#v060)
33+
- **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
34+
- `v1alphaapi`: New package which can be used for communication with the logs v1 alpha API
35+
- `v1betaapi`: New package which can be used for communication with the logs v1 beta API
36+
- `v1api`: New package which can be used for communication with the logs v1 API
37+
- **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.
38+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
39+
- [v0.7.0](services/logs/CHANGELOG.md#v070)
40+
- **Bugfix:** Disable strict decoding of API responses
41+
- **Feature:** Add `AdditionalProperties` fields to model structs
3842
- `sqlserverflex`:
3943
- [v1.5.0](services/sqlserverflex/CHANGELOG.md#v150)
4044
- **Feature:** Introduction of multi API version support for the sqlserverflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/logs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.6.0
26
- **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
37
- `v1alphaapi`: New package which can be used for communication with the logs v1 alpha API

services/logs/VERSION

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

services/logs/oas_commit

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

services/logs/v1alphaapi/model_access_token.go

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

services/logs/v1alphaapi/model_access_token_list.go

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

services/logs/v1alphaapi/model_create_access_token_payload.go

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

services/logs/v1alphaapi/model_create_logs_instance_payload.go

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

services/logs/v1alphaapi/model_logs_instance.go

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

services/logs/v1alphaapi/model_logs_instances_list.go

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

0 commit comments

Comments
 (0)