Skip to content

Commit

Permalink
Bump version of Mountpoint to v1.0.1 (#494)
Browse files Browse the repository at this point in the history
* Bump version of Mountpoint to v1.0.1

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

* Added latest PRs to CHANGELOG.md

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

* Added latest PRs to CHANGELOG.md

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

* Added description of changes in changelog

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

* Added PR in the changelog

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

* Added PR in the changelog

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>

---------

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>
  • Loading branch information
Ankit Saurabh authored Sep 1, 2023
1 parent 5e8d834 commit 7643a22
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

10 changes: 8 additions & 2 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unreleased changes
## v1.0.1 (August 31, 2023)

* Added new metrics for object writes, IO sizes, file handles, and directory operations. The existing `fuse.bytes_read` metric has been renamed to `fuse.total_bytes` and is now keyed by operation (`read`/`write`).
### Breaking changes
* The permissions CLI flags `--allow-other` and `--allow-root` are now mutually exclusive. `--allow-other` implies `--allow-root`, and so should be used if you want the effect of both flags. ([#475](https://github.com/awslabs/mountpoint-s3/pull/475))

### Other changes
* Added new metrics for object writes, IO sizes, file handles, and directory operations. The existing `fuse.bytes_read` metric has been renamed to `fuse.total_bytes` and is now keyed by operation (`read`/`write`). ([#461](https://github.com/awslabs/mountpoint-s3/pull/461))
* When running in background mode (the default), Mountpoint now correctly closes standard input and output once mounting succeeds. This should fix issues with scripts that try to fork Mountpoint as a background process, which may previously have hung. ([#489](https://github.com/awslabs/mountpoint-s3/pull/489))
* Mountpoint can now read objects in the S3 Glacier Flexible Retrieval and S3 Glacier Deep Archive storage classes if they have been restored. Mountpoint cannot issue restore requests, but if you issue a restore request separately, the restored objects will be readable. ([#467](https://github.com/awslabs/mountpoint-s3/pull/467))

## v1.0.0 (August 8, 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.0.0"
version = "1.0.1"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 7643a22

Please sign in to comment.