Skip to content

Commit

Permalink
Preparing of v1.8.0 release (#964)
Browse files Browse the repository at this point in the history
* bumping version to 1.8.0

Signed-off-by: Ahmar Suhail <[email protected]>

* update changelog

Signed-off-by: Ahmar Suhail <[email protected]>

* updates changelog

Signed-off-by: Ahmar Suhail <[email protected]>

* Fix incorrect PR link

Signed-off-by: Daniel Carl Jones <[email protected]>

---------

Signed-off-by: Ahmar Suhail <[email protected]>
Signed-off-by: Daniel Carl Jones <[email protected]>
Co-authored-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
ahmarsuhail and dannycjones authored Aug 1, 2024
1 parent 5d6faa9 commit 387ad79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.

9 changes: 7 additions & 2 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Unreleased
## v1.8.0

### New features

* Mountpoint now offers two new command-line arguments `--read-part-size <SIZE>` and `--write-part-size <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 <SIZE>` and `--write-part-size <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)

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.7.2"
version = "1.8.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 387ad79

Please sign in to comment.