Skip to content

Commit

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

Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>

* Add CRT change

Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>

---------

Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
  • Loading branch information
passaro committed Mar 7, 2024
1 parent 846f026 commit 56591e7
Show file tree
Hide file tree
Showing 3 changed files with 12 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.

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

## v1.5.0 (March 7, 2024)

### New features
* When caching is enabled, Mountpoint also remembers when objects do **not** exist, in order to reduce repeated lookups. ([#696](https://github.com/awslabs/mountpoint-s3/pull/696))

### Other changes
* Cancel S3 requests when dropped. Addresses an issue where the prefetcher could keep streaming up to 2GB of data that would never be used. ([#794](https://github.com/awslabs/mountpoint-s3/pull/794))
* Improve read throughput in more non-sequential access patterns by better accounting for the progress of in-flight prefetch requests. ([#797](https://github.com/awslabs/mountpoint-s3/pull/797))
* Stop limiting the number of connections based on the number of known IPs when connecting to S3. Improves maximum throughput on S3 Express. ([#796](https://github.com/awslabs/mountpoint-s3/pull/796))

## v1.4.1 (February 16, 2024)

### Other changes
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.4.1"
version = "1.5.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 56591e7

Please sign in to comment.