Skip to content

v0.0.13-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:56

πŸ“¦ Assets

Platform Archive
Linux x86_64 zero-linux-x86_64.tar.gz
macOS x86_64 zero-darwin-x86_64.tar.gz
macOS aarch64 zero-darwin-aarch64.tar.gz
Windows x86_64 zero-windows-x86_64.zip

Quick download (latest): https://github.com/\zerodenet/zero/releases/latest/download/zero-{platform}.{ext}

πŸ“ Changes

πŸš€ Added (1)

  • diagnostics.probe_outbound β€” sync single-node latency probe

πŸ› Fixed (5)

  • fmt β€” rustfmt 1.9.0 reformats query.rs/protocol.rs test code
  • guard blake3-only calls so crypto-without-blake3 compiles
  • gate session/segment modules on crypto so no_std path compiles
  • release notes skipped prerelease tags + scoped commits
  • relay-stream TLS client fingerprint now interoperates

πŸ”¨ Improved (1)

  • move inline #[cfg(test)] modules to crate tests/ dirs

πŸ“– Documentation (2)

  • readme world change
  • fix dead links breaking vitepress build

πŸ€– auto-generated by GitHub Actions