Skip to content

Commit 8bcdb64

Browse files
Generator: Update SDK /services/postgresflex (#665)
* Generate postgresflex * chore(doc): add changelog --------- Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent e3bf15d commit 8bcdb64

File tree

63 files changed

+583
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+583
-101
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- `objectstorage`: [v1.0.1](services/objectstorage/CHANGELOG.md#v101-2025-02-26)
44
- New value `eu02` in region enum
5+
- `postgresflex`: [v1.0.0](services/postgresflex/CHANGELOG.md#v100-2025-02-27)
6+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
57

68
## Release (2025-02-11)
79

Diff for: services/postgresflex/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0 (2025-02-27)
2+
3+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
4+
15
## v0.3.0 (2025-01-21)
26

37
- **Breaking change**: Delete endpoint made private.

Diff for: services/postgresflex/src/stackit/postgresflex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This is the documentation for the STACKIT postgres service
99
10-
The version of the OpenAPI document: 1.0.0
10+
The version of the OpenAPI document: 2.0.0
1111
Contact: support@stackit.cloud
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313

0 commit comments

Comments
 (0)