File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.17.0 (2024-12-16)
2+
3+ - ** breaking changes** : Multiple functions now require a region parameter:
4+ - ` CloneInstanceExecute `
5+ - ` CreateDatabaseExecute `
6+ - ` CreateInstanceExecute `
7+ - ` CreateUserExecute `
8+ - ` DeleteDatabaseExecute `
9+ - ` DeleteInstanceExecute `
10+ - ` DeleteUserExecute `
11+ - ` DisableServiceExecute `
12+ - ` ForceDeleteInstanceExecute `
13+ - ` GetBackupExecute `
14+ - ` GetInstanceExecute `
15+ - ` GetUserExecute `
16+ - ` ListBackupsExecute `
17+ - ` ListDatabaseParametersExecute `
18+ - ` ListDatabasesExecute `
19+ - ` ListFlavorsExecute `
20+ - ` ListInstancesExecute `
21+ - ` ListMetricsExecute `
22+ - ` ListStoragesExecute `
23+ - ` ListUsersExecute `
24+ - ` ListVersionsExecute `
25+ - ` PartialUpdateInstanceExecute `
26+ - ` PartialUpdateUserExecute `
27+ - ` ResetUserExecute `
28+ - ` UpdateBackupScheduleExecute `
29+ - ` UpdateInstanceExecute `
30+ - ` UpdateUserExecute `
31+ - ** Bugfix:** Correctly handle nullable attributes in model types
32+
133## v0.16.0 (2024-10-14)
234
335- ** Feature:** Add support for nullable models
You can’t perform that action at this time.
0 commit comments