Skip to content

Commit 740ec9e

Browse files
rubenhoenleFyusel
authored andcommitted
chore(doc): add changelog entries
1 parent 13e5efe commit 740ec9e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release (2025-XX-XX)
22

3+
- `sqlserverflex`: [v1.0.0](services/sqlserverflex/CHANGELOG.md#v100-2025-02-26)
4+
- **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.
5+
- **Feature:** Add new methods to manage database project termination: `terminate_project`, `terminate_project_with_http_info`, `terminate_project_without_preload_content`.
36
- `objectstorage`: [v1.0.1](services/objectstorage/CHANGELOG.md#v101-2025-02-26)
47
- New value `eu02` in region enum
58
- `postgresflex`: [v1.0.0](services/postgresflex/CHANGELOG.md#v100-2025-02-27)

services/sqlserverflex/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.0 (2025-02-26)
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+
- **Feature:** Add new methods to manage database project termination: `terminate_project`, `terminate_project_with_http_info`, `terminate_project_without_preload_content`.
5+
16
## v0.3.0 (2025-01-21)
27

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

0 commit comments

Comments
 (0)