File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11## Release (2025-XX-XX)
22
3+ - ` serverupdate ` : [ v0.3.0] ( services/serverupdate/CHANGELOG.md#v030-2025-02-06 )
4+ - ** Breaking Change:** : Remove field ` BackupProperties ` from ` CreateUpdatePayload ` model
5+ - ** Fix** : Remove field ` Id ` from ` CreateUpdateSchedulePayload ` model
36- ` authorization ` : [ v0.2.2] ( services/authorization/CHANGELOG.md#v022-2025-01-21 )
47 - ** Bugfix:** Revert back to global URL configuration
58- ` sqlserverflex ` : [ v0.3.0] ( services/sqlserverflex/CHANGELOG.md#v030-2025-01-21 )
Original file line number Diff line number Diff line change 1+ ## v0.3.0 (2025-02-06)
2+
3+ - ** Breaking Change:** : Remove field ` BackupProperties ` from ` CreateUpdatePayload ` model
4+ - ** Fix** : Remove field ` Id ` from ` CreateUpdateSchedulePayload ` model
5+
16## v0.2.0 (2025-01-13)
27
38- ** Breaking Change:** : ` get_host_from_settings ` returns an error if a region is specified for a global URL.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-serverupdate"
33
44[tool .poetry ]
55name = " stackit-serverupdate"
6- version = " v0.2 .0"
6+ version = " v0.3 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments