Skip to content

v0.8.27

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:53
· 7 commits to main since this release

relayfile v0.8.27

Packages

  • @relayfile/core@0.8.27
  • @relayfile/sdk@0.8.27
  • relayfile@0.8.27
  • @relayfile/file-observer@0.8.27
  • @relayfile/local-mount@0.8.27
  • @relayfile/mount-darwin-arm64@0.8.27
  • @relayfile/mount-darwin-x64@0.8.27
  • @relayfile/mount-linux-arm64@0.8.27
  • @relayfile/mount-linux-x64@0.8.27

Install

npm install @relayfile/sdk@0.8.27
npm install relayfile@0.8.27
npm install @relayfile/file-observer@0.8.27
npm install @relayfile/local-mount@0.8.27
npm install @relayfile/sdk@0.8.27 --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.8.27/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

  • chore(deps): sync package-lock with v0.8.26 mount packages by @khaliqgant in #279
  • fix(sdk): self-heal WebSocket after involuntary polling fallback by @khaliqgant in #278

Full Changelog: v0.8.26...v0.8.27