Skip to content

Commit 4270f8c

Browse files
authored
Update changelogs for v1.22.1 release (#1784)
Update changelogs for v1.22.1 release. ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? Does it require a version change? Yes. --- 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: Alessandro Passaro <alexpax@amazon.co.uk>
1 parent 855fa94 commit 4270f8c

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## Unreleased (v0.19.7)
1+
## Unreleased
22

3+
## v0.19.7 (March 9, 2026)
4+
5+
* Add `'static + Send` bounds to `MemoryPool` trait, and add `get_buffer_async` method to `MemoryPool`. ([#1768](https://github.com/awslabs/mountpoint-s3/pull/1768))
36
* Upgrade cargo dependencies.
47

58
## v0.19.6 (January 22, 2026)

mountpoint-s3-crt-sys/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.16.1)
1+
## Unreleased
2+
3+
## v0.16.1 (March 9, 2026)
24

35
* Upgrade cargo dependencies.
46

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.13.7)
1+
## Unreleased
2+
3+
## v0.13.7 (March 9, 2026)
24

35
* Add `'static + Send` bounds to `MemoryPool` trait, and add `get_buffer_async` method to `MemoryPool`. ([#1768](https://github.com/awslabs/mountpoint-s3/pull/1768))
46
* Upgrade cargo dependencies.

mountpoint-s3-fs/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## Unreleased (v0.9.1)
1+
## Unreleased
22

3-
* Fix a race condition where concurrent operations after closing a truncated file could result in I/O errors on subsequent reads. The issue was introduced in `mountpoint-s3-fs` v0.9.0.
4-
([#1781](https://github.com/awslabs/mountpoint-s3/pull/1781))
5-
* Upgrade cargo dependencies.
3+
## v0.9.1 (March 9, 2026)
4+
5+
* Fix a race condition where concurrent operations after closing a truncated file could result in I/O errors on subsequent reads. The issue was introduced in `mountpoint-s3-fs` v0.9.0. ([#1781](https://github.com/awslabs/mountpoint-s3/pull/1781))
66
* Fix incorrect validation of default data cache limit which would cause Mountpoint to preserve less than 5% of available space ([#1779](https://github.com/awslabs/mountpoint-s3/pull/1779))
7+
* Upgrade cargo dependencies.
78

89
## v0.9.0 (January 22, 2026)
910

mountpoint-s3/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Unreleased (v1.22.1)
1+
## Unreleased
22

3-
* Fix a race condition where concurrent operations after closing a truncated file could result in I/O errors on subsequent reads. The issue was introduced in v1.22.0.
4-
([#1781](https://github.com/awslabs/mountpoint-s3/pull/1781))
5-
* Upgrade cargo dependencies.
3+
## v1.22.1 (March 9, 2026)
4+
5+
* Fix a race condition where concurrent operations after closing a truncated file could result in I/O errors on subsequent reads. The issue was introduced in v1.22.0. ([#1781](https://github.com/awslabs/mountpoint-s3/pull/1781))
66
* Fix incorrect validation of default data cache limit which would cause Mountpoint to preserve less than 5% of available space ([#1779](https://github.com/awslabs/mountpoint-s3/pull/1779))
77

88
## v1.22.0 (January 22, 2026)

0 commit comments

Comments
 (0)