Skip to content

Commit 21a65f0

Browse files
authored
Release v1.17.0 (#1407)
Prepare for v1.17.0 release. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
1 parent f6ec1e1 commit 21a65f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mountpoint-s3/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## Unreleased
22

3+
## v1.17.0 (May 12, 2025)
4+
35
### New features
46

57
* Allow changing log level dynamically with `USR2` signal. See [Changing logging verbosity at runtime](https://github.com/awslabs/mountpoint-s3/blob/main/doc/LOGGING.md#changing-logging-verbosity-at-runtime) for more details. ([#1367](https://github.com/awslabs/mountpoint-s3/pull/1367))
68

79
### Other changes
810

911
* Fix compatibility issue with S3-like services by removing `Content-Length: 0` header from GET, HEAD, and DELETE requests.
10-
([#1381](https://github.com/awslabs/mountpoint-s3/issues/1381))
11-
([awslabs/aws-c-s3#516](https://github.com/awslabs/aws-c-s3/pull/516))
12+
([#1381](https://github.com/awslabs/mountpoint-s3/issues/1381), [awslabs/aws-c-s3#516](https://github.com/awslabs/aws-c-s3/pull/516))
1213
* Enable caching of credentials when `--profile` CLI argument is used. ([#1398](https://github.com/awslabs/mountpoint-s3/pull/1398))
14+
* Update target throughput settings for new EC2 instance types. ([#1369](https://github.com/awslabs/mountpoint-s3/pull/1369))
1315

1416
## v1.16.2 (April 9, 2025)
1517

0 commit comments

Comments
 (0)