Skip to content

Commit 8af2d3e

Browse files
committed
chore(mariadb): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 45bc12c commit 8af2d3e

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,13 @@
286286
- **Improvement:** Use new WaiterHelper for Logs waiters
287287
- [v0.30.0](services/mariadb/CHANGELOG.md#v0300)
288288
- **Feature:** Introduce enums for various attributes
289+
- [v1.0.0](services/mariadb/CHANGELOG.md#v100)
290+
- **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.
291+
- `v2api`:
292+
- New package which can be used for communication with the mariadb v2 API
293+
- The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
294+
- `v1api`:
295+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
289296
- `modelexperiments`:
290297
- [v0.1.0](services/modelexperiments/CHANGELOG.md#v010)
291298
- **New**: API for STACKIT modelexperiments

services/mariadb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.0
2+
- **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.
3+
- `v2api`:
4+
- New package which can be used for communication with the mariadb v2 API
5+
- The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
6+
- `v1api`:
7+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
8+
19
## v0.30.0
210
- **Feature:** Introduce enums for various attributes
311

services/mariadb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.30.0
1+
v1.0.0

0 commit comments

Comments
 (0)