Skip to content

Commit eff14d4

Browse files
Generator: Update SDK /services/modelserving (#5919)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent a95e901 commit eff14d4

21 files changed

+391
-102
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,15 @@
138138
- [v0.27.0](services/logme/CHANGELOG.md#v0270)
139139
- **Bugfix:** Disable strict decoding of API responses
140140
- **Feature:** Add `AdditionalProperties` fields to model structs
141-
- `modelserving`: [v0.7.0](services/modelserving/CHANGELOG.md#v070)
142-
- **Feature:** Introduction of multi API version support for the modelserving SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
143-
- `v1api`: New package which should be used for communication with the STACKIT modelserving API in the future
144-
- **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.
145-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
141+
- `modelserving`:
142+
- [v0.7.0](services/modelserving/CHANGELOG.md#v070)
143+
- **Feature:** Introduction of multi API version support for the modelserving SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
144+
- `v1api`: New package which should be used for communication with the STACKIT modelserving API in the future
145+
- **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.
146+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
147+
- [v0.8.0](services/modelserving/CHANGELOG.md#v080)
148+
- **Bugfix:** Disable strict decoding of API responses
149+
- **Feature:** Add `AdditionalProperties` fields to model structs
146150
- `rabbitmq`:
147151
- [v0.27.0](services/rabbitmq/CHANGELOG.md#v0270)
148152
- **Feature:** Introduction of multi API version support for the rabbitmq SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/modelserving/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.7.0
26
- **Feature:** Introduction of multi API version support for the modelserving 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 modelserving API in the future

services/modelserving/VERSION

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

services/modelserving/oas_commit

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

services/modelserving/v1api/model_chat_model_details.go

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

services/modelserving/v1api/model_create_token_payload.go

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

services/modelserving/v1api/model_create_token_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/modelserving/v1api/model_embedding_model_details.go

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

services/modelserving/v1api/model_error_message_response.go

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

services/modelserving/v1api/model_get_chat_model_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)