Skip to content

Commit 837675f

Browse files
authored
Prepare for 1.21.0 release (#1692)
### Does this change impact existing behavior? No ### Does this change need a changelog entry? Does it require a version change? No --- 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: Sahitya Damera <sahityad@amazon.com>
1 parent ace6f51 commit 837675f

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.19.4)
1+
## Unreleased
2+
3+
## v0.19.4 (October 30, 2025)
24

35
* Update to latest `mountpoint-s3-crt` dependency. ([#1683](https://github.com/awslabs/mountpoint-s3/pull/1683))
46

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.15.3)
1+
## Unreleased
2+
3+
## v0.15.3 (October 30, 2025)
24

35
* Upgrade `aws-lc` to 1.62.1. ([#1683](https://github.com/awslabs/mountpoint-s3/pull/1683))
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.4)
1+
## Unreleased
2+
3+
## v0.13.4 (October 30, 2025)
24

35
* Update to latest `mountpoint-s3-crt-sys` dependency. ([#1683](https://github.com/awslabs/mountpoint-s3/pull/1683))
46

mountpoint-s3-fs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.8.3)
1+
## Unreleased
2+
3+
## v0.8.3 (October 30, 2025)
24

35
* Update to latest S3 client. ([#1683](https://github.com/awslabs/mountpoint-s3/pull/1683))
46
* Change metric logging format to add metric units ([#1677](https://github.com/awslabs/mountpoint-s3/pull/1677))

mountpoint-s3/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
## Unreleased (v1.21.0)
1+
## Unreleased (v1.22.0)
2+
3+
## v1.21.0 (Oct 30, 2025)
4+
5+
### New features
6+
7+
* Mountpoint for Amazon S3 adds support for exporting metrics using OTel Protocol. See [METRICS documentation](https://github.com/awslabs/mountpoint-s3/blob/main/doc/METRICS.md). ([1685](https://github.com/awslabs/mountpoint-s3/pull/1685))
8+
9+
### Other changes
210

311
* Change default logging level from WARN to INFO to improve visibility of Mountpoint operational messages. ([#1605](https://github.com/awslabs/mountpoint-s3/pull/1605), [#1668](https://github.com/awslabs/mountpoint-s3/pull/1668))
4-
* Change FUSE and S3 request metric names in logs ([#1630](https://github.com/awslabs/mountpoint-s3/pull/1630), [#1653](https://github.com/awslabs/mountpoint-s3/pull/1653))
5-
* Fixed "file does not exist" errors during concurrent directory listing operations ([#1648](https://github.com/awslabs/mountpoint-s3/pull/1648))
6-
* Change metric logging format to add metric units ([#1677](https://github.com/awslabs/mountpoint-s3/pull/1677))
12+
* Change FUSE and S3 request metric names in logs. ([#1630](https://github.com/awslabs/mountpoint-s3/pull/1630), [#1653](https://github.com/awslabs/mountpoint-s3/pull/1653))
13+
* Change metric logging format to add metric units. ([#1677](https://github.com/awslabs/mountpoint-s3/pull/1677))
14+
* Fixed "file does not exist" errors during concurrent directory listing operations. ([#1648](https://github.com/awslabs/mountpoint-s3/pull/1648))
715

816
## v1.20.0 (Sep 12, 2025)
917

0 commit comments

Comments
 (0)