- Dependencies: Bump STACKIT SDK core module from
v0.24.0tov0.24.1
- Dependencies: Bump STACKIT SDK core module from
v0.23.0tov0.24.0
- Dependencies: Bump STACKIT SDK core module from
v0.22.0tov0.23.0
- Bugfix: Disable strict decoding of API responses
- Feature: Add
AdditionalPropertiesfields to model structs
- Feature: Introduction of multi API version support for the modelserving SDK module. For more details please see the announcement on GitHub: #5062
v1api: New package which should be used for communication with the STACKIT modelserving API in the future- Deprecation: The contents in the root of this SDK module including the
waitpackage are marked as deprecated and will be removed after 2026-09-30. Switch to the newv1apipackage instead. - Dependencies: Bump STACKIT SDK core module from
v0.21.1tov0.22.0
- Bump STACKIT SDK core module from
v0.21.0tov0.21.1
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.3.0tov5.3.1
- Bugfix: Correctly handle file closing for file uploads
- Bump STACKIT SDK core module from
v0.20.1tov0.21.0
- Bump STACKIT SDK core module from
v0.20.0tov0.20.1
- Bump STACKIT SDK core module from
v0.19.0tov0.20.0
- Feature: New enum values
MODELTYPE_AUDIOandMODELTYPE_IMAGEforModelTypesenum - Breaking Change: Renaming of
ChatModelDetailsBitsenum fieldsCHATMODELDETAILSBITS_1Bit->CHATMODELDETAILSBITS_ONE_BITCHATMODELDETAILSBITS_2Bits->CHATMODELDETAILSBITS_TWO_BITSCHATMODELDETAILSBITS_4Bits->CHATMODELDETAILSBITS_FOUR_BITSCHATMODELDETAILSBITS_8Bits->CHATMODELDETAILSBITS_EIGHT_BITSCHATMODELDETAILSBITS_16Bits->CHATMODELDETAILSBITS_SIXTEEN_BITS
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.2.2tov5.2.3
- Add
required:"true"tags to model structs
- Bugfix: Adjusted
UnmarshalJSONfunction to use enum types and added tests for enums
- Breaking change: Introduce interfaces for
APIClientand the request structs
- Breaking change: Introduce typed enum constants for status attributes
- Feature: Update user-agent header
- Feature: Improved nil-safety
- Internal: Backwards compatible change to generated code
- New: STACKIT Model Serving module wait handler added.
- New: STACKIT Model Serving module can be used to manage the STACKIT Model Serving.