Skip to content
Closed
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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
- `sqlserverflex`: [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
- `sqlserverflex`:
- [v1.4.1](services/sqlserverflex/CHANGELOG.md#v141)
- **Bugfix:** Correctly handle file closing for file uploads
- [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)
Expand Down
3 changes: 3 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.4.1
- **Bugfix:** Correctly handle file closing for file uploads

## v1.4.0
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing

Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0
v1.4.1
5 changes: 1 addition & 4 deletions services/sqlserverflex/client.go

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

Loading