relayfile v0.5.2
Packages
@relayfile/core@0.5.2@relayfile/sdk@0.5.2relayfile@0.5.2@relayfile/file-observer@0.5.2@relayfile/local-mount@0.5.2
Install
npm install @relayfile/sdk@0.5.2
npm install relayfile@0.5.2
npm install @relayfile/file-observer@0.5.2
npm install @relayfile/local-mount@0.5.2Binaries
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.5.2/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
- chore: remove cmd/mountsync_repro (HS256-only, unused) by @kjgbot in #61
- migration(auth): remove HS256 path + JWTSecret config (phase 2) by @kjgbot in #60
- cleanup: migrate e2e + conformance scripts from HS256 to RS256 by @kjgbot in #62
Full Changelog: v0.5.1...v0.5.2