File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5656 - ** Version** : Minimal version is now python 3.9
5757- ` objectstorage ` : [ v1.1.0] ( services/objectstorage/CHANGELOG.md#v110 )
5858 - ** Version** : Minimal version is now python 3.9
59- - ` observability ` : [ v0.7.0] ( services/observability/CHANGELOG.md#v110 )
60- - ** Version** : Minimal version is now python 3.9
59+ - ` observability ` :
60+ - [ v0.8.0] ( services/observability/CHANGELOG.md#v080 )
61+ - ** Feature:** Add new model ` CreateCredentialsPayload `
62+ - ** Feature:** Enhance ` create_credentials() ` method to accept optional payload parameter
63+ - ** Internal:** Add HTTP 400 error handling
64+ - [ v0.7.0] ( services/observability/CHANGELOG.md#v070 )
65+ - ** Version** : Minimal version is now python 3.9
6166- ` opensearch ` : [ v0.4.0] ( services/opensearch/CHANGELOG.md#v040 )
6267 - ** Version** : Minimal version is now python 3.9
6368- ` postgresflex ` : [ v1.1.0] ( services/postgresflex/CHANGELOG.md#v110 )
Original file line number Diff line number Diff line change 1+ ## v0.8.0
2+ - ** Feature:** Add new model ` CreateCredentialsPayload `
3+ - ** Feature:** Enhance ` create_credentials() ` method to accept optional payload parameter
4+ - ** Internal:** Add HTTP 400 error handling
5+
16## v0.7.0
27- ** Version** : Minimal version is now python 3.9
38
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-observability"
33
44[tool .poetry ]
55name = " stackit-observability"
6- version = " v0.7 .0"
6+ version = " v0.8 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments