Release v0.2.1
Highlights
- Windows mount path validation —
MountableFs::mountnow usesPath::has_rootinstead ofPath::is_absolute, so POSIX-style mount points like/workspaceare accepted on every host. The v0.2.0 interop FS roundtrip test (vfs › filesystem external roundtrip mounts into bash) regressed silently on Windows because PR CI runs Rust tests on Linux only (#1492). - rustls switched to ring — Replaces the
aws-lc-rs/aws-lc-sysC crypto stack with pure-Rust ring across the workspace. Unblocks the aarch64 manylinux wheel build, which had failed in v0.2.0 with'AT_HWCAP2' undeclaredfrom the cross-compiledaws-lc-sys 0.39.1.cargo tree -i aws-lc-sysnow returns no match (#1493).
What's Changed
- fix(fs): validate mount paths with POSIX semantics on Windows (#1492) by @chaliy
- fix(http): switch rustls crypto provider to ring (#1493) by @chaliy
Full Changelog: v0.2.0...v0.2.1