Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bahkauv70 committed Dec 13, 2024
1 parent d4f9c59 commit 4fc2abe
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions services/postgresflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## v0.17.0 (2024-12-16)

- **breaking changes**: Multiple functions now require a region parameter:
- `CloneInstanceExecute`
- `CreateDatabaseExecute`
- `CreateInstanceExecute`
- `CreateUserExecute`
- `DeleteDatabaseExecute`
- `DeleteInstanceExecute`
- `DeleteUserExecute`
- `DisableServiceExecute`
- `ForceDeleteInstanceExecute`
- `GetBackupExecute`
- `GetInstanceExecute`
- `GetUserExecute`
- `ListBackupsExecute`
- `ListDatabaseParametersExecute`
- `ListDatabasesExecute`
- `ListFlavorsExecute`
- `ListInstancesExecute`
- `ListMetricsExecute`
- `ListStoragesExecute`
- `ListUsersExecute`
- `ListVersionsExecute`
- `PartialUpdateInstanceExecute`
- `PartialUpdateUserExecute`
- `ResetUserExecute`
- `UpdateBackupScheduleExecute`
- `UpdateInstanceExecute`
- `UpdateUserExecute`
- **Bugfix:** Correctly handle nullable attributes in model types

## v0.16.0 (2024-10-14)

- **Feature:** Add support for nullable models
Expand Down

0 comments on commit 4fc2abe

Please sign in to comment.