Skip to content

Commit

Permalink
Release 1.9.0 (#1016)
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volodkin <vlaad@amazon.com>
Co-authored-by: Vlad Volodkin <vlaad@amazon.com>
  • Loading branch information
vladem and Vlad Volodkin committed Sep 13, 2024
1 parent bb42045 commit 9ed8b62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.

8 changes: 5 additions & 3 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
## Unreleased

### New features
## v1.9.0

* Mountpoint now supports specifying one or more network interfaces using `--bind <INTERFACE_NAME>` to be used when making requests to Amazon S3.
This feature is work-in-progress and we welcome feedback on it.
### New features

* Mountpoint now supports specifying one or more network interfaces using `--bind <INTERFACE_NAME>` to be used when making requests to Amazon S3. This feature is work-in-progress and we welcome feedback on it. ([#943](https://github.com/awslabs/mountpoint-s3/pull/943))

### Other changes

* Fix an issue where `credential_process` field would not be picked up correctly when using `source_profile`. ([awslabs/aws-c-auth#245](https://github.com/awslabs/aws-c-auth/pull/245))
* Fix an issue where `credential_process` field would not be picked up correctly when using `--profile <AWS_PROFILE>`. ([awslabs/aws-c-auth#245](https://github.com/awslabs/aws-c-auth/pull/245))
* Re-implement prefetcher using CRT's flow-control: customers may experience improvement in bandwidth when reading multiple files concurrently and reduced memory consumption. ([#980](https://github.com/awslabs/mountpoint-s3/pull/980))

## v1.8.0

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

0 comments on commit 9ed8b62

Please sign in to comment.