File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Release (2025-MM-DD)
22- ` modelserving ` : [ v0.2.1] ( services/modelserving/CHANGELOG.md#v021 )
33 - ** Feature:** Extend enums in field ` type ` in model ` Model ` : ` audio ` , ` image `
4+ - ` objectstorage ` : [ v1.2.0] ( services/objectstorage/CHANGELOG.md#v120 )
5+ - ** Breaking change:** Set ` expires ` field in ` CreateAccessKeyResponse ` model to optional
46- ` observability ` :
57 - [ v0.10.1] ( services/observability/CHANGELOG.md#v0110 )
68 - ** Feature:** Add attributes ` jaeger_http_traces_url ` , ` otlp_grpc_traces_url ` and ` otlp_http_traces_url ` to ` InstanceSensitiveData ` model
Original file line number Diff line number Diff line change 1+ ## v1.2.0
2+ - ** Breaking change:** Set ` expires ` field in ` CreateAccessKeyResponse ` model to optional
3+
14## v1.1.0
25- ** Version** : Minimal version is now python 3.9
36
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-objectstorage"
33
44[tool .poetry ]
55name = " stackit-objectstorage"
6- version = " v1.1 .0"
6+ version = " v1.2 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments