Skip to content

Commit ec68ad4

Browse files
committed
chore(doc): add changelog entries
1 parent 0e0fedf commit ec68ad4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release (2025-XX-XX)
2+
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`.
6+
17
## Release (2025-02-11)
28

39
- `objectstorage`: [v1.0.0](services/objectstorage/CHANGELOG.md#v100-2025-02-06)

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)