relayfile v0.10.55
Packages
@relayfile/core@0.10.55@relayfile/sdk@0.10.55@relayfile/client@0.10.55@relayfile/agents@0.10.55relayfile@0.10.55@relayfile/file-observer@0.10.55@relayfile/local-mount@0.10.55@relayfile/mount-darwin-arm64@0.10.55@relayfile/mount-darwin-x64@0.10.55@relayfile/mount-linux-arm64@0.10.55@relayfile/mount-linux-x64@0.10.55
Install
npm install @relayfile/sdk@0.10.55
npm install @relayfile/client@0.10.55
npm install @relayfile/agents@0.10.55
npm install relayfile@0.10.55
npm install @relayfile/file-observer@0.10.55
npm install @relayfile/local-mount@0.10.55
npm install @relayfile/sdk@0.10.55 --include=optionalBinaries
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.10.55/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(sdk): subscribe pathScope directory prefix must match subtree (silent zero-event foot-gun) by @khaliqgant in #458
- docs: launch live review before the PR by @khaliqgant in #456
- fix(mountsync): stop reporting an already-landed write as a conflict by @khaliqgant in #460
- fix(setup): stop --skip-mount prompting for a mount dir; name the unbound-workspace failure by @miyaontherelay in #461
- feat(mount): batch bounded cold-start reads by @khaliqgant in #465
- ci: publish canonical relayfile-mount qualification artifact by @khaliqgant in #468
- fix(qualification): normalize mount artifact digests by @khaliqgant in #471
- fix(mount): preserve per-mount request correlation by @khaliqgant in #473
- fix(client): tolerate delayed stale-daemon discovery by @khaliqgant in #463
- chore(release): resync repo to published 0.10.54 and fix the ETARGET release race by @khaliqgant in #474
- fix(mount): make --once reach a complete reconcile, and stop the two state.json writers clobbering each other by @khaliqgant in #457
- fix(mount): keep initial traversal bounded and resumable by @miyaontherelay in #475
Full Changelog: v0.10.52...v0.10.55