Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Release (2024-XX-XX)
- `sqlserverflex`: [v0.5.0](services/sqlserverflex/CHANGELOG.md#v050-2024-08-16)
- **Breaking change**:
- Fields in `GetBackupResponse` are not nested in an `Item` field (with type `Backup`) anymore
- `GetBackupResponse` have these new fields: `EndTime`, `Error`, `Id`, `Labels`, `Name`, `Options`, `Size`, `StartTime`
- `loadbalancer`: [v0.15.0](services/loadbalancer/CHANGELOG.md#v0150-2024-08-08)
- **Feature:** New API method `ListPlans` to list the available service plans
- `iaas`: [v0.6.0](services/iaas/CHANGELOG.md#v060-2024-08-05)
Expand Down
3 changes: 1 addition & 2 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## v0.5.0 (2024-08-13)
## v0.5.0 (2024-08-16)

- **Feature:** Add support for nullable fields
- **Breaking change**:
- Fields in `GetBackupResponse` are not nested in an `Item` field (with type `Backup`) anymore
- `GetBackupResponse` have these new fields: `EndTime`, `Error`, `Id`, `Labels`, `Name`, `Options`, `Size`, `StartTime`
Expand Down
100 changes: 0 additions & 100 deletions services/sqlserverflex/model_acl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading