File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 49
49
- [ v1.2.0] ( services/cdn/CHANGELOG.md#v120 )
50
50
- ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
51
51
- Add ` originUrlRelated ` to available options given in ` sort_by ` description
52
- - ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
53
- - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
52
+ - ` opensearch ` :
53
+ - [ v0.3.1] ( services/opensearch/CHANGELOG.md#v031 )
54
+ - ** Internal:** Improve deserializing and error types
55
+ - [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
56
+ - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
54
57
- ` stackitmarketplace ` : [ v1.4.0] ( services/stackitmarketplace/CHANGELOG.md#v140 )
55
58
- ** Feature:** Add support for offer types
56
59
- new model ` OfferType `
Original file line number Diff line number Diff line change
1
+ ## v0.3.1
2
+ - ** Internal:** Improve deserializing and error types
3
+
1
4
## v0.3.0
2
5
- ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
3
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-opensearch"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-opensearch"
6
- version = " v0.3.0 "
6
+ version = " v0.3.1 "
7
7
authors = [
8
8
" STACKIT Developer Tools <[email protected] >" ,
9
9
]
You can’t perform that action at this time.
0 commit comments