• v1.3.0-rc4 Pre-Release

    b612 released this 2026-08-14 10:17:19 +08:00 | 0 commits to master since this release

    fix(notify): 根治低带宽控制面阻塞与传输写入卡死

    • 为控制消息增加优先级、公平调度、队列字节预算和自适应批处理
    • 支持可取消的写门等待,收紧 shared/dedicated bulk、stream 和 Reply 写入边界
    • 修复 bulk reset/close、连接 handoff 和安全 profile 切换时序
    • 保留旧取消与超时错误契约,新增阶段化 TransportSendError
    • 增加 ReplyCtx、ReplyObjCtx、写超时配置及黑洞连接和竞态回归测试
    Downloads
  • v1.3.0-rc3 Pre-Release

    b612 released this 2026-04-20 18:03:41 +08:00 | 1 commits to master since this release

    v1.3.0-rc3

    • 新增 managed/external/nested 三种传输保护模式
    • 新增 peer attach 显式认证、抗重放、channel binding 和可选前向保密协商
    • 明确单连接注入与可重拨连接源的语义边界
    • 禁止 ConnectByConn 场景下 dedicated bulk 走 sidecar,auto 模式自动回退 shared
    • 修正 dedicated attach 在 bootstrap/steady profile 切换下的处理逻辑
    • 优化 shared bulk super-batch 与批量 framed write 路径
    • 降低 stream/bulk fast path 的复制和分发损耗
    • 补齐 benchmark、回归测试、运行时快照和 README 文档
    Downloads
  • v1.3.0-rc2 Pre-Release

    b612 released this 2026-04-15 19:53:15 +08:00 | 4 commits to master since this release

    完善 RecordStream 的协议协商、运行观测与文档说明

    • 将 RecordStream 出站路径收敛为单 writer loop
    • 支持在 batch header 中 piggyback AckSeq,保留独立 ack 作为兼容回退
    • 增加 record stream 打开阶段能力协商,支持 mixed-version peer 自动降级
    • 补充 RecordSnapshot 与 diagnostics summary 的 record-plane 观测项
    • 增加 batch/ack/error frame、piggyback ack、barrier 等待拆分与 apply backlog 指标
    • 收紧 TransportConn detach 后的 runtime snapshot 语义
    • 补充 README 中的 RecordStream 语义、兼容行为与诊断快照说明
    • 补充相关单测与 race 回归验证
    Downloads
  • v1.3.0-rc1 Pre-Release

    b612 released this 2026-04-15 15:25:52 +08:00 | 5 commits to master since this release

    feat(notify): 重构通信内核并补齐 stream/bulk/record/transfer 能力

    • 引入 LogicalConn/TransportConn 分层,ClientConn 保留兼容适配层
    • 新增 Stream、Bulk、RecordStream 三条数据面能力及对应控制路径
    • 完成 transfer/file 传输内核与状态快照、诊断能力
    • 补齐 reconnect、inbound dispatcher、modern psk 等基础模块
    • 增加大规模回归、并发与基准测试覆盖
    • 更新依赖并接入 stario v0.1.0(移除本地 replace
    Downloads
  • v1.2.6 d14d13c393

    v1.2.6 Stable

    b612 released this 2024-08-30 14:55:42 +08:00 | 6 commits to master since this release

    • 根据最新的package用途更新了go.mod
    Downloads
  • v1.2.5 48f630564f

    v1.2.5 Stable

    b612 released this 2024-03-10 14:10:25 +08:00 | 8 commits to master since this release

    Downloads
  • v1.2.4 a81d74ac45

    v1.2.4 Stable

    b612 released this 2023-02-11 17:21:08 +08:00 | 9 commits to master since this release

    update go mod

    Downloads
  • v1.2.3 a2ab64a372

    v1.2.3 Stable

    b612 released this 2023-02-03 13:26:37 +08:00 | 10 commits to master since this release

    set as unique gob name and update go mod

    Downloads
  • v1.2.2 48bbc5b776

    v1.2.2 Stable

    b612 released this 2022-06-21 10:10:17 +08:00 | 11 commits to master since this release

    orm support

    Downloads
  • v1.2.1 996f94eef0

    v1.2.1 Stable

    b612 released this 2022-04-27 13:47:42 +08:00 | 13 commits to master since this release

    Downloads