You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,13 @@
286
286
-**Improvement:** Use new WaiterHelper for Logs waiters
287
287
-[v0.30.0](services/mariadb/CHANGELOG.md#v0300)
288
288
-**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`.
Copy file name to clipboardExpand all lines: services/mariadb/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
9
## v0.30.0
2
10
-**Feature:** Introduce enums for various attributes
0 commit comments