File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1919 - ** Feature:** Add new ` LocalizedVersion ` model for localized content management
2020 - ** Feature:** Add new ` NoticePeriod ` model with types: ` SAME_DAY ` , ` DAYS ` , ` MONTHS `
2121 - ** Feature:** Add new ` ServiceCertificate ` model for service certification
22- - ` cdn ` : [ v1.2.0] ( services/cdn/CHANGELOG.md#v120 )
23- - ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
24- - Add ` originUrlRelated ` to available options given in ` sort_by ` description
22+ - ` cdn ` :
23+ - [ v1.3.0] ( services/cdn/CHANGELOG.md#v130 )
24+ - ** Breaking change:** Replace oneOf ` ConfigBackend ` with ` HttpBackend `
25+ - ** Internal:** Improve deserializing and error types
26+ - [ v1.2.0] ( services/cdn/CHANGELOG.md#v120 )
27+ - ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
28+ - Add ` originUrlRelated ` to available options given in ` sort_by ` description
2529- ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
2630 - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
2731- ` stackitmarketplace ` : [ v1.4.0] ( services/stackitmarketplace/CHANGELOG.md#v140 )
Original file line number Diff line number Diff line change 1+ ## v1.3.0
2+ - ** Breaking change:** Replace oneOf ` ConfigBackend ` with ` HttpBackend `
3+ - ** Internal:** Improve deserializing and error types
4+
15## v1.2.0
26- ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
37- Add ` originUrlRelated ` to available options given in ` sort_by ` description
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-cdn"
33
44[tool .poetry ]
55name = " stackit-cdn"
6- version = " v1.2 .0"
6+ version = " v1.3 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments