Skip to content

Commit

Permalink
Add entries for new PUT features to the client changelog (#1067)
Browse files Browse the repository at this point in the history
* Add entries for new PUT features to the client changelog

Signed-off-by: Alessandro Passaro <[email protected]>

* Remove subsection

Signed-off-by: Alessandro Passaro <[email protected]>

---------

Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Oct 16, 2024
1 parent de6c1bc commit d1b662b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mountpoint-s3-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Unreleased

### Other changes

* Add support for copy object operation. ([#1052](https://github.com/awslabs/mountpoint-s3/pull/1052))
* Introduce a new API (`put_object_single`) to perform single PutObject requests rather than multi-part uploads. ([#1046](https://github.com/awslabs/mountpoint-s3/pull/1046))
* Return the new object ETag after a successful PUT request. ([#1057](https://github.com/awslabs/mountpoint-s3/pull/1057))
* Add support for custom headers in PUT requests. ([#1059](https://github.com/awslabs/mountpoint-s3/pull/1059))
* Add support for writing object metadata in PUT requests. ([#1062](https://github.com/awslabs/mountpoint-s3/pull/1062))
* Address a threading issue in the s2n-tls library that could result in premature cleanup and `NULL pointer` errors. ([aws/s2n-tls#4584](https://github.com/aws/s2n-tls/pull/4584))
* Inaccurate reporting of `s3.client.buffer_pool.primary_allocated` CRT statistic is fixed. ([awslabs/aws-c-s3#453](https://github.com/awslabs/aws-c-s3/pull/453))
* Expose `s3.client.buffer_pool.forced_used` metric which account for buffer allocations that could exceed memory limit in the CRT buffer pool. ([#1025](https://github.com/awslabs/mountpoint-s3/pull/1025))
Expand Down

0 comments on commit d1b662b

Please sign in to comment.