github AgentWorkforce/relayfile v0.10.52

5 hours ago

relayfile v0.10.52

Packages

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

Install

npm install @relayfile/sdk@0.10.52
npm install @relayfile/client@0.10.52
npm install @relayfile/agents@0.10.52
npm install relayfile@0.10.52
npm install @relayfile/file-observer@0.10.52
npm install @relayfile/local-mount@0.10.52
npm install @relayfile/sdk@0.10.52 --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.52/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(sdk): invalidate read cache on write attempts by @khaliqgant in #450
  • feat: add live cross-machine Relayfile proof by @khaliqgant in #451
  • fix(sdk): honor server-advertised retryAfterSeconds on 429 workspace_busy by @khaliqgant in #452
  • fix(sdk): guard browser-only ErrorEvent in WS error handler (Node crash) by @khaliqgant in #453
  • fix(sdk): resolve workspace id from wks claim on minted delegated tokens by @khaliqgant in #454

Full Changelog: v0.10.50...v0.10.52

Don't miss a new relayfile release

NewReleases is sending notifications on new releases.