Skip to content

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:19

๐Ÿ“ฆ Assets

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

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

๐Ÿ“ Changes

๐Ÿš€ Added (1)

  • emit structured ipc.connected / ipc.disconnected events

๐Ÿ› Fixed (2)

  • ๆŠŠ connections.join_next() ๆ”ถๅ‰ฒๅˆ†ๆ”ฏ็งปๆˆ tokio::select! ็‹ฌ็ซ‹ๅˆ†ๆ”ฏ๏ผŒไฟฎๆމ cannot find value result in this scope
  • add --branch=main to Cloudflare Pages deploy command

๐Ÿ”จ Improved (1)

  • migrate Shadowsocks and Hysteria2 UDP to UdpDispatch

๐Ÿ”ง Maintenance (5)

  • change license from MIT to MPL-2.0
  • update project metadata and READMEs to snake_case
  • update all tests for snake_case API and config
  • remove backup files, add .gitignore
  • bump workspace version to 0.0.9

๐Ÿ“– Documentation (11)

  • sync project docs with mixed UDP, SS relay chain, and Mieru username changes
  • update architecture for KernelPipe boundary and protocol capabilities
  • update architecture.md and CLAUDE.md for UDP dispatch convergence
  • sync with protocol capability model and relay chain support
  • sync documentation with protocol capability model and relay chain support
  • sync all documentation to snake_case wire format
  • audit and fix all control-plane docs โ€” version refs, wildcard, IPC logging
  • add id field to all IPC request examples (Query/Command/Subscribe)
  • update version references in http-api and cli docs (0.0.2 -> 0.0.9)
  • fix IPC protocol query format โ€” request is tagged object, not bare string
  • add .wrangler to gitignore, use dynamic latest release link

๐Ÿค– auto-generated by GitHub Actions