Skip to content

Commit

Permalink
Release v1.11.0 (#1152)
Browse files Browse the repository at this point in the history
Bump the version to v1.11.0.

### Does this change impact existing behavior?

No.

### Does this change need a changelog entry?

No.

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

---------

Signed-off-by: Vlad Volodkin <[email protected]>
Co-authored-by: Vlad Volodkin <[email protected]>
  • Loading branch information
vladem and Vlad Volodkin authored Nov 21, 2024
1 parent 2255c4c commit 8484341
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

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

### New features
## v1.11.0 (November 21, 2024)

* Mountpoint now offers a new command-line argument `--cache-xz <BUCKET>` which enables caching of object content to the specified bucket on S3 Express One Zone. ([#1145](https://github.com/awslabs/mountpoint-s3/pull/1145))
### New features

### Breaking changes
* Mountpoint now offers a new command-line argument `--cache-xz <BUCKET>` which enables caching of object content to the specified bucket on S3 Express One Zone. To get started, see the [shared cache section of the configuration documentation](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#shared-cache). ([#1145](https://github.com/awslabs/mountpoint-s3/pull/1145))

### Other changes

* Fix an issue where `fstat` would fail and return `ESTALE` when invoked on a file descriptor after a successful `fsync`. ([#1085](https://github.com/awslabs/mountpoint-s3/pull/1085))
* Mountpoint now configures FUSE to allow up to 64 background requests to be in flight. This is expected to improve read throughput for some use cases. ([#1137](https://github.com/awslabs/mountpoint-s3/pull/1137))

## v1.10.0 (October 15, 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.10.0"
version = "1.11.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 8484341

Please sign in to comment.