Skip to content

v0.8.20

Choose a tag to compare

@khaliqgant khaliqgant released this 09 Jun 17:40

relayfile v0.8.20

This release ships the durable mount writeback outbox and the command-only outbox flush entrypoint.

Mount

  • Adds relayfile-mount --flush-outbox-once for O(outbox) durable command flushes without a full local mirror walk.
  • Flush exits 0 only when the outbox is drained; pending or needs-attention records surface as nonzero and update .relay/state.json.
  • Includes the v0.8.20 relayfile-mount binaries for linux/amd64, linux/arm64, darwin/amd64, and darwin/arm64 plus checksums.

Packages

  • @relayfile/sdk@0.8.20 depends on the @relayfile/mount-* optional packages at 0.8.20.
  • The npm mount platform packages are intended to use these same binaries.