relayfile v0.3.0
Packages
@relayfile/core@0.3.0@relayfile/sdk@0.3.0relayfile@0.3.0@relayfile/file-observer@0.3.0@relayfile/local-mount@0.3.0
Install
npm install @relayfile/sdk@0.3.0
npm install relayfile@0.3.0
npm install @relayfile/file-observer@0.3.0
npm install @relayfile/local-mount@0.3.0Binaries
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.3.0/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: ignore mount watcher echo writes by @khaliqgant in #52
- feat(relayfile): optional contentIdentity on write ops (enables server-side dedup) by @kjgbot in #54
New Contributors
Full Changelog: v0.2.2...v0.3.0