Skip to content

v1.2.6

Latest
Compare
Choose a tag to compare
@aceld aceld released this 09 Aug 02:42
· 21 commits to master since this release
fbd7000

What's Changed

  • fix(connection): Move close msgBuffChan to the write side to avoid sending to a closed channel.
    修复(连接): 将关闭 msgBuffChan 的操作移动到写入端,以避免向已关闭的通道发送消息。
    by @GStones in #321

  • 增加kcp-go的 fec配置
    Added FEC configuration for kcp-go
    by @luodaoyi in #322

  • fix(decoder): Move decoder to interceptor head
    修复(解码器): 将解码器移至拦截器头部
    by @GStones in #325

  • Upgrade golang.org/x/net to version 0.23.0
    升级 golang.org/x/net 到版本 0.23.0
    by @aceld in #328

  • Bump google.golang.org/protobuf from 1.26.0 to 1.33.0
    google.golang.org/protobuf 从 1.26.0 升级到 1.33.0
    by @dependabot in #329

  • connection isClose 方法判断,防止 c.ctx 不存在导致程序 panic
    Added isClose method check in connection to prevent program panic when c.ctx is absent
    by @yunxi177 in #330

New Contributors

Full Changelog: v1.2.5...v1.2.6