Skip to content

Commit

Permalink
Release v1.6.0 (#848)
Browse files Browse the repository at this point in the history
* Release v1.6.0

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>

* Add other changes, fix header

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>

---------

Signed-off-by: Vladislav Volodkin <vlaad@amazon.co.uk>
Co-authored-by: Vladislav Volodkin <vlaad@amazon.co.uk>
  • Loading branch information
vladem and Vladislav Volodkin authored Apr 11, 2024
1 parent f0c61a4 commit ad0f530
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## Unreleased

## v1.6.0 (April 11, 2024)

### New features
* Mountpoint for Amazon S3 now supports specifying an AWS Key Management Service (AWS KMS) key for server-side encryption with KMS (SSE-KMS) when mounting an S3 bucket or prefix. ([#839](https://github.com/awslabs/mountpoint-s3/pull/839))

### Breaking changes
* No breaking changes.

### Other changes

* Mountpoint now retries S3 requests up to a total of 10 attempts (up from 4), which should make file operations more robust to transient failures or throttling. The maximum number of attempts can be overridden by setting the `AWS_MAX_ATTEMPTS` environment variable. ([#830](https://github.com/awslabs/mountpoint-s3/pull/830))
* Fix an issue where Mountpoint could become unresponsive after opening too many files in write mode. ([#832](https://github.com/awslabs/mountpoint-s3/pull/832))
* Add support for `rewinddir` by restarting `readdir` if offset is zero. ([#825](https://github.com/awslabs/mountpoint-s3/pull/825))

## v1.5.0 (March 7, 2024)

Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mountpoint-s3"
version = "1.5.0"
version = "1.6.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit ad0f530

Please sign in to comment.