diff --git a/Cargo.lock b/Cargo.lock index 3de24c64d..c3eef53bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "mountpoint-s3" -version = "1.7.2" +version = "1.8.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index 9f245f0f9..28b370b51 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -1,8 +1,13 @@ -## Unreleased +## v1.8.0 ### New features -* Mountpoint now offers two new command-line arguments `--read-part-size ` and `--write-part-size ` which allow to specify different part sizes to be used when reading and writing respectively. +* Mountpoint now offers two new command-line arguments `--read-part-size ` and `--write-part-size ` which allow to specify different part sizes to be used when reading and writing respectively. ([#949](https://github.com/awslabs/mountpoint-s3/pull/949)) + +### Other changes + +* Support added for providing `external_id` when defining AWS profiles in a config file. ([#962](https://github.com/awslabs/mountpoint-s3/pull/962)) +* Fix issue where empty environment variables for STS web identity credentials could cause segmentation fault. ([#963](https://github.com/awslabs/mountpoint-s3/pull/963)) ## v1.7.2 (June 17, 2024) diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index aede22f90..53eb3bfc4 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3" -version = "1.7.2" +version = "1.8.0" edition = "2021" license = "Apache-2.0" publish = false