relayfile v0.8.8
Packages
@relayfile/core@0.8.8@relayfile/sdk@0.8.8relayfile@0.8.8@relayfile/file-observer@0.8.8@relayfile/local-mount@0.8.8
Install
npm install @relayfile/sdk@0.8.8
npm install relayfile@0.8.8
npm install @relayfile/file-observer@0.8.8
npm install @relayfile/local-mount@0.8.8Binaries
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.8.8/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
- test(mountsync): measure scoped team syncer behavior by @khaliqgant in #227
- test(load): add Tier-2 CF-DO scoped writeback harness by @khaliqgant in #228
- test(load): harden tier2 scoped writeback evidence by @khaliqgant in #230
- fix(mountsync): preserve scoped write path case by @khaliqgant in #232
- Harden tier2 scoped writeback harness by @khaliqgant in #233
- Validate tier2 run data-plane token scope by @khaliqgant in #234
Full Changelog: v0.8.7...v0.8.8