Skip to content

Commit 7520e72

Browse files
authored
Release crates, including mountpoint-s3-fs 0.8.4 (#1734)
Bump versions / update changelogs of the following crates prior to the release: - `mountpoint-s3-crt` - `mountpoint-s3-client` - `mountpoint-s3-fs` Diff with the previous release: https://github.com/awslabs/mountpoint-s3/compare/mountpoint-s3-fs-0.8.3..main ### 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: Vlad Volodkin <vlaad@amazon.co.uk> Co-authored-by: Vlad Volodkin <vlaad@amazon.co.uk>
1 parent deba195 commit 7520e72

6 files changed

Lines changed: 19 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mountpoint-s3-client/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Unreleased (v0.19.5)
1+
## Unreleased
2+
3+
## v0.19.5 (December 22, 2025)
4+
5+
* Add new CRT request metrics to telemetry data. ([#1701](https://github.com/awslabs/mountpoint-s3/pull/1701))
26

37
## v0.19.4 (October 30, 2025)
48

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Unreleased (v0.13.5)
1+
## Unreleased
2+
3+
## v0.13.5 (December 22, 2025)
4+
5+
* Add new CRT request metrics to telemetry data. ([#1701](https://github.com/awslabs/mountpoint-s3/pull/1701))
26

37
## v0.13.4 (October 30, 2025)
48

mountpoint-s3-fs/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Unreleased (v0.8.4)
1+
## Unreleased
2+
3+
## v0.8.4 (December 22, 2025)
24

35
* Add metric to track cache hit rate in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716))
4-
* Remove redundant cache merics in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716), [#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
6+
* Remove redundant cache metrics in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716), [#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
57
* Rename cache metrics for consistency. ([#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
68
* Add cache metrics for OTLP export. ([#1724](https://github.com/awslabs/mountpoint-s3/pull/1724))
79
* Improve memory limiter accuracy and make `initial_request_size` configurable. ([#1707](https://github.com/awslabs/mountpoint-s3/pull/1707))

mountpoint-s3-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mountpoint-s3-fs"
33
# See `/doc/PUBLISHING_CRATES.md` to read how to publish new versions.
4-
version = "0.8.3"
4+
version = "0.8.4"
55
edition = "2024"
66
license = "Apache-2.0"
77
repository = "https://github.com/awslabs/mountpoint-s3"

mountpoint-s3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "mountpoint-s3"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false
77
default-run = "mount-s3"
88

99
[dependencies]
10-
mountpoint-s3-fs = { path = "../mountpoint-s3-fs", version = "0.8.3" }
10+
mountpoint-s3-fs = { path = "../mountpoint-s3-fs", version = "0.8.4" }
1111
mountpoint-s3-client = { path = "../mountpoint-s3-client", version = "0.19.5" }
1212

1313
anyhow = { version = "1.0.100", features = ["backtrace"] }

0 commit comments

Comments
 (0)