Skip to content

Commit

Permalink
Release v1.3.0 (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
  • Loading branch information
monthonk authored Nov 28, 2023
1 parent f4146fa commit 99d5277
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.

11 changes: 10 additions & 1 deletion mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Unreleased
## v1.3.0 (November 28, 2023)

### New features
* Mountpoint now supports resolving S3 Express One Zone endpoints and the new SigV4-Express signing algorithm will be used for S3 Express One Zone buckets. Note that `readdir` results on these buckets will not be ordered because ListObjectsV2 is unordered on S3 Express. ([#642](https://github.com/awslabs/mountpoint-s3/pull/642))

### Breaking changes
* No breaking changes.

### Other changes
* New Mountpoint cache directories will be created with owner access only permission. Additionally, the cache directory will be removed entirely at mount time rather than just the contents. ([#637](https://github.com/awslabs/mountpoint-s3/pull/637))

## v1.2.0 (November 22, 2023)

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

0 comments on commit 99d5277

Please sign in to comment.