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 19
19
- ** Feature:** Add new ` LocalizedVersion ` model for localized content management
20
20
- ** Feature:** Add new ` NoticePeriod ` model with types: ` SAME_DAY ` , ` DAYS ` , ` MONTHS `
21
21
- ** 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
25
29
- ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
26
30
- ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
27
31
- ` 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
+
1
5
## v1.2.0
2
6
- ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
3
7
- 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"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-cdn"
6
- version = " v1.2 .0"
6
+ version = " v1.3 .0"
7
7
authors = [
8
8
" STACKIT Developer Tools <[email protected] >" ,
9
9
]
You can’t perform that action at this time.
0 commit comments