diff --git a/Cargo.lock b/Cargo.lock index 0717d42bf..cd7eff80a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "mountpoint-s3" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index ad18eff9c..1145776d8 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -1,4 +1,13 @@ -## Unreleased +## v1.0.2 (September 22, 2023) + +### Breaking changes +* No breaking changes. + +### Other changes +* New Mountpoint releases are built on CentOS 7 instead of Amazon Linux 2. This lowers the minimum requirement to run Mountpoint to glibc 2.17 or newer. ([#517](https://github.com/awslabs/mountpoint-s3/pull/517)) +* Fixed a bug where writing to a file for longer than five minutes will result in a panic. ([#513](https://github.com/awslabs/mountpoint-s3/pull/513)) +* Updated the prefetcher to cancel discarded tasks and free up some unused resources on random read workloads. ([#505](https://github.com/awslabs/mountpoint-s3/pull/505)) +* Fixed an issue with internal resource cleanup which could lead to Mountpoint hanging after a high number of file uploads. ([#529](https://github.com/awslabs/mountpoint-s3/pull/529)) ## v1.0.1 (August 31, 2023) diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index d09f7a1e1..a76822595 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3" -version = "1.0.1" +version = "1.0.2" edition = "2021" license = "Apache-2.0" publish = false