feat(protocol): enforce X-Fabric-Version negotiation on node registration

This commit is contained in:
nav
2026-05-12 11:22:18 +00:00
parent 3795aea2cb
commit 8ca5d68ba4
4 changed files with 33 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
- [x] 鉴权方案定稿node token / HMAC
- [x] 注册握手协议文档化
- [x] 错误码与重试策略统一
- [ ] 版本协商(`X-Fabric-Version`
- [x] 版本协商(`X-Fabric-Version`
---