Skip to content

Commit

Permalink
Bump version of mountpoint-s3 to v1.0.2 (#530)
Browse files Browse the repository at this point in the history
* Bump version of mountpoint-s3 to v1.0.2

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

* Added recommended sentence phrasing in changelog

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

* Updated changelog

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

* Removed CRT update from changelog

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

* Re added CRT submodule update to changelog

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

* Rephrased the sentence of CRT update

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

---------

Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>
  • Loading branch information
Ankit Saurabh committed Sep 22, 2023
1 parent c722533 commit 3696a0e
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.0.2 (September 22, 2023)

### Breaking changes
* No breaking changes.

### Other changes
* New Mountpoint releases are built on CentOS 7 instead of Amazon Linux 2. This lowers the minimum requirement to run Mountpoint to glibc 2.17 or newer. ([#517](https://github.com/awslabs/mountpoint-s3/pull/517))
* Fixed a bug where writing to a file for longer than five minutes will result in a panic. ([#513](https://github.com/awslabs/mountpoint-s3/pull/513))
* Updated the prefetcher to cancel discarded tasks and free up some unused resources on random read workloads. ([#505](https://github.com/awslabs/mountpoint-s3/pull/505))
* Fixed an issue with internal resource cleanup which could lead to Mountpoint hanging after a high number of file uploads. ([#529](https://github.com/awslabs/mountpoint-s3/pull/529))

## v1.0.1 (August 31, 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.1"
version = "1.0.2"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 3696a0e

Please sign in to comment.