File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11## Release (2025-xx-xx)
2+ - ` postgresflex ` : [ v1.2.0] ( services/postgresflex/CHANGELOG.md#v120 )
3+ - ** Breaking Change:** The attribute type for ` PartialUpdateInstancePayload ` and ` UpdateInstancePayload ` changed from ` Storage ` to ` StorageUpdate ` .
4+ - ** Deprecation:** ` StorageUpdate ` : updating the performance class field is not possible.
25- ` auditlog ` : [ v0.1.1] ( services/auditlog/CHANGELOG.md#v011 )
36 - ** Bugfix:** Prevent year 0 timestamp issue
47- ` authorization ` : [ v0.4.1] ( services/authorization/CHANGELOG.md#v041 )
Original file line number Diff line number Diff line change 1+ ## v1.2.0
2+ - ** Breaking Change:** The attribute type for ` PartialUpdateInstancePayload ` and ` UpdateInstancePayload ` changed from ` Storage ` to ` StorageUpdate ` .
3+ - ** Deprecation:** ` StorageUpdate ` : updating the performance class field is not possible.
4+
15## v1.1.0
26- ** Version** : Minimal version is now python 3.9
37
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-postgresflex"
33
44[tool .poetry ]
55name = " stackit-postgresflex"
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