Skip to content

Commit c717bdb

Browse files
authored
Release Mountpoint v1.16.0 and Rust crates (#1342)
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: Burak Varlı <burakvar@amazon.co.uk>
1 parent 829df9d commit c717bdb

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.13.2 (April 1, 2025)
4+
35
* Fix race condition in GetObject that could result in empty responses.
46
([#1334](https://github.com/awslabs/mountpoint-s3/pull/1334))
57
* Update endpoints.

mountpoint-s3-crt-sys/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.13.0 (April 1, 2025)
4+
35
* Update to latest CRT dependencies.
46

57
## v0.12.1 (March 14, 2025)

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.12.2 (April 1, 2025)
4+
35
* Update to latest CRT dependencies.
46

57
## v0.12.1 (March 14, 2025)

mountpoint-s3-fs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Unreleased
22

3-
## v0.1.1
3+
## v0.1.1 (April 1, 2025)
44

55
* Address an issue in GetObject requests that could result in read operations to fail.
66
([#1334](https://github.com/awslabs/mountpoint-s3/pull/1334))
77

8-
## v0.1.0
8+
## v0.1.0 (March 14, 2025)
99

1010
* Extract all of the `mountpoint-s3` binary code into this library crate
1111
([#1304](https://github.com/awslabs/mountpoint-s3/pull/1304))

mountpoint-s3/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Unreleased
22

3-
### New features
3+
## v1.16.0 (April 1, 2025)
44

5+
### New features
56
* Mountpoint for Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones. ([aws-c-s3#502](https://github.com/awslabs/aws-c-s3/pull/502/))
67

78
### Other changes

0 commit comments

Comments
 (0)