Skip to content

v0.10.57

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:09
· 0 commits to main since this release

relayfile v0.10.57

Packages

  • @relayfile/core@0.10.57
  • @relayfile/sdk@0.10.57
  • @relayfile/client@0.10.57
  • @relayfile/agents@0.10.57
  • relayfile@0.10.57
  • @relayfile/file-observer@0.10.57
  • @relayfile/local-mount@0.10.57
  • @relayfile/mount-darwin-arm64@0.10.57
  • @relayfile/mount-darwin-x64@0.10.57
  • @relayfile/mount-linux-arm64@0.10.57
  • @relayfile/mount-linux-x64@0.10.57

Install

npm install @relayfile/sdk@0.10.57
npm install @relayfile/client@0.10.57
npm install @relayfile/agents@0.10.57
npm install relayfile@0.10.57
npm install @relayfile/file-observer@0.10.57
npm install @relayfile/local-mount@0.10.57
npm install @relayfile/sdk@0.10.57 --include=optional

Binaries

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.57/relayfile-mount-linux-amd64
chmod +x relayfile-mount

Publish Details

  • Dist-tag: latest
  • Provenance: enabled via npm publish --provenance
  • Registry: https://registry.npmjs.org

What's Changed

  • fix(auth): enforce path ACLs with RelayAuth scopes by @khaliqgant in #423
  • fix(release): make disposable prerelease snapshots immutable by @khaliqgant in #479
  • fix(mount): resume bounded large --once bootstrap by @khaliqgant in #477
  • fix(cli): make relayfile listen durable — raise WS read limit + auto-reconnect by @khaliqgant in #483

Full Changelog: v0.10.56...v0.10.57