File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
- ` cdn ` : [ v1.2.0] ( services/cdn/CHANGELOG.md#v120 )
3
3
- ** Feature:** Add ` default_cache_duration ` attribute to ` Config ` , ` ConfigPatch ` and ` CreateDistributionPayload ` model
4
4
- Add ` originUrlRelated ` to available options given in ` sort_by ` description
5
+ - ` opensearch ` : [ v0.3.0] ( services/opensearch/CHANGELOG.md#v030 )
6
+ - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
5
7
6
8
## Release (2025-06-16)
7
9
- ` core ` : [ v0.2.0] ( core/CHANGELOG.md#v020-2025-06-12 )
Original file line number Diff line number Diff line change
1
+ ## v0.3.0
2
+ - ** Breaking change:** Attribute ` tls_protocols ` of ` InstanceParameters ` model is now of type ` List[StrictStr] ` (previously ` StrictStr ` )
3
+
1
4
## v0.2.1 (2025-05-09)
2
5
- ** Feature:** Update user-agent header
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.2.1 "
6
+ version = " v0.3.0 "
7
7
authors = [
8
8
" STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
9
9
]
You can’t perform that action at this time.
0 commit comments