Skip to content

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 21:18
· 130 commits to main since this release

v0.8.0

Highlights

  • Windows support: xs now runs natively on Windows via Unix domain sockets (AF_UNIX), making it available across all major platforms
  • Improved broadcast ordering: Fixed append serialization to guarantee broadcast ordering consistency

Changelog

  • feat: Windows support (#134)
  • fix: serialize appends to guarantee broadcast ordering