Skip to content

Commit 3c77f69

Browse files
author
J.A.R.V.I.S.
committed
docs: ACP v3.6.0 release notes + ROADMAP v3.7 candidates
1 parent 96b333d commit 3c77f69

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,18 @@ python3 relay/acp_relay.py --name MyAgent --no-identity
575575
| **v3.3** || **Capability Token 透传 & OBO Authorization**`capability_token` 可选字段透传(A2A #1716 SINT Protocol Ed25519 格式);`POST /capability/issue` 本地签发辅助端点;`origin_proof` OBO 扩展字段(`principal_id`/`operator_id`/`governance_framework_ref`,A2A #1713 对齐);`capabilities.capability_token: true`;CT-01–CT-06 = 6/6;修复 origin_proof 构建时机 bug(CT-06 回归)|
576576
| **v3.4** || **AgentCard `governance` block**`/status` 新增顶层 `governance` 对象(`framework`/`version`/`credential_lifecycle`/`audit_mode`/`policy_ref`);`credential_lifecycle.ttl_seconds` 默认 3600;`audit_mode` 支持 `static`/`live`;A2A #1717 `CredentialLifecyclePolicy` 对齐 |
577577
| **v3.5** || **Governance Proof Suite & Transport Bindings**`governance.proof_suite` 声明签名套件(`Ed25519Signature2020`/`eddsa-jcs-2022`),附 W3C 规范引用,与 ANP 互操作;`AgentCard.transport_bindings` 新增传输绑定声明(`supported`/`experimental` 扩展口,为 SlimRPC 预留);`capabilities.transport_bindings: true`;CLI `--experimental-transport` flag;V35-01–V35-06 = 6/6 |
578+
| **v3.6** || **P1 Bug Fixes(稳定版)** — BUG-007 multi-peer 发送(`peer_ids` 列表参数,多播 + 逐 peer 状态响应);BUG-009 SSE 零延迟(`_sse_notify.wait/set` 立即 flush,<50ms);BUG-003b 连接幂等(link token 去重 + `--join` 直连);P0/P1 全部清零 |
578579

579580
---
580581

581582
## 版本历史(最新)
582583

584+
### v3.6 — P1 Bug Fixes(稳定版)
585+
- **multi-peer 发送**`/message:send` 新增 `peer_ids` 列表参数,支持真正的多播;兼容逗号分隔 `peer_id` 自动拆分
586+
- **SSE 零延迟**:事件推送从 ~950ms 降至 <50ms,立即 flush
587+
- **连接幂等**:重复连接基于 link token 去重,行为一致可预期
588+
- P0/P1 bug 全部清零,v3.6.0 为当前稳定版
589+
583590
### v3.5.0 — Governance Proof Suite & Transport Bindings
584591
- **`governance.proof_suite`**`/status` governance 对象新增签名套件声明,支持 `Ed25519Signature2020``eddsa-jcs-2022`,附 W3C 规范引用(`https://w3c.github.io/vc-data-integrity/``https://www.w3.org/TR/vc-di-eddsa/`),与 ANP 互操作
585592
- **`AgentCard.transport_bindings`**:新增 `transport_bindings` 字段,`supported: ["http","websocket"]` 声明稳定传输方式,`experimental: []` 扩展口为 SlimRPC(A2A #1723)等未来绑定预留

docs/ROADMAP.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,13 @@ APS: https://github.com/aeoess/agent-passport-system (Ed25519 身份,v0.8
900900
- `capabilities.transport_bindings: true`;CLI `--experimental-transport` flag
901901
- 测试:V35-01–V35-06 = 6/6 PASS
902902

903-
## v3.6.0 候选特性
904-
- BUG-030 修复:relay 高并发偶发崩溃(P2)
905-
- scenario_d 压测集成到 CI
906-
- SlimRPC 实验性绑定(待 A2A #1723 建仓确认)
907-
- ECDSA-SD 选择性披露评估(跟踪 ANP 进展)
903+
## v3.6.0 ✅ 已完成 — 2026-04-11
904+
- BUG-007 P1 修复:multi-peer 发送歧义
905+
- BUG-009 P1 修复:SSE 推送延迟 <50ms
906+
- BUG-003b P1 修复:重复连接幂等
907+
908+
## v3.7.0 候选特性
909+
- scenario_d 压测集成到 CI(P2)
910+
- SlimRPC 实验性绑定(待 A2A #1723 建仓确认,P3)
911+
- Agent Identity/Trust 互操作文档(参考 A2A #1672,P3)
912+
- ECDSA-SD 选择性披露评估(跟踪 ANP 进展,P3)

0 commit comments

Comments
 (0)