Skip to content

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 17:27
· 789 commits to main since this release

Highlights

  • Windows mount path validationMountableFs::mount now uses Path::has_root instead of Path::is_absolute, so POSIX-style mount points like /workspace are 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-sys C 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' undeclared from the cross-compiled aws-lc-sys 0.39.1. cargo tree -i aws-lc-sys now 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