v0.0.10
๐ฆ 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