Skip to content

Commit

Permalink
Add changelog entry for #1171
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro committed Nov 27, 2024
1 parent b7ee7ad commit e168e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mountpoint-s3-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Breaking changes

* `get_object` method now waits for the response headers before returning and may report errors earlier.
Moreover, its return type on success has been renamed to `GetObjectResponse` (was `GetObjectRequest`).
([#1171](https://github.com/awslabs/mountpoint-s3/pull/1171))
* `get_object` method now requires a `GetObjectParams` parameter.
Two of the existing parameters, `range` and `if_match` have been moved to `GetObjectParams`.
([#1121](https://github.com/awslabs/mountpoint-s3/pull/1121))
Expand Down

0 comments on commit e168e15

Please sign in to comment.