relayfile v0.7.32
Packages
@relayfile/core@0.7.32@relayfile/sdk@0.7.32relayfile@0.7.32@relayfile/file-observer@0.7.32@relayfile/local-mount@0.7.32
Install
npm install @relayfile/sdk@0.7.32
npm install relayfile@0.7.32
npm install @relayfile/file-observer@0.7.32
npm install @relayfile/local-mount@0.7.32Binaries
Cross-compiled relayfile-mount binaries are attached to this
release for linux/amd64, linux/arm64, darwin/amd64, and darwin/arm64.
Downstream consumers (e.g. the cloud Daytona snapshot) can pin a
specific tag and curl the binary directly:
curl -fSL -o relayfile-mount \
https://github.com/AgentWorkforce/relayfile/releases/download/v0.7.32/relayfile-mount-linux-amd64
chmod +x relayfile-mountPublish Details
- Dist-tag:
latest - Provenance: enabled via
npm publish --provenance - Registry:
https://registry.npmjs.org
What's Changed
- Fix stale auth handling in login and status by @khaliqgant in #191
- Preserve workspace credentials when skipping login refresh by @khaliqgant in #193
- Fix mount fallback for truncated export JSON by @khaliqgant in #194
Full Changelog: v0.7.31...v0.7.32