8000 Release v1.2.7 · aceld/zinx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.2.7

Latest
Compare
Choose a tag to compare
@aceld aceld released this 30 Jun 06:47
· 1 commit to master since this release
466d45c

What's Changed

  • Address potential risks detected by Southeast University's threat detection scan.(针对东南大学威胁检测扫描所发现的安全风险进行处置) by @aceld in #331
  • fix: read lock -> write lock by @waylennn in #333
  • rename zconf/zconf.go by @aceld in #335
  • resolve [start] server log repeat print by @aceld in #336
  • delete log flag-china by @aceld in #337
  • Feature/dynamic bind: 增加DynamicBind工作池模式,类似于Bind工作池模式,每个连接绑定一个worker, 但不像Bind模式那样会闲置很多worker by @jursonmo in #339
  • feat: 扩展websocket鉴权与wsConn的关联 by @ppanphper in #344
  • 修复:如果程序里同时启动了 Server 和 Client ,GlobalObject 混淆的问题 by @aceld in #350
  • Writer 修改:压缩时后缀变为微秒级别 + 按大小切割时考虑缓冲区中未写入的数据 + appendInt 疑似为重复代码 by @yuyuyu258963 in #346
  • 更正注释错误 by @YanHeDoki in #351
  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in #353
  • Fix CodeQL: Actions Job or Workflow does not set permissions by @aceld in #354
  • fix CodeQL:Unpinned tag for a non-immutable Action in workflow by @aceld in #355
  • feat: 优化缓冲发送逻辑,减少缓冲发送小数据包的频繁系统调用 by @EquentR in #358
  • fix typo by @gongxuanzhang in #359
  • fix: update vulnerable dependency golang.org/x/net to v0.33.0 by @cannian1 in #360
  • delete FrameDecoder lock, delete Decode() lock by @aceld in #362
  • fix:修复Client中共享变量conn的可见性问题 by @xzc-coder in #370
  • 解决getCurWorker 获取worker的时候,出现多协程竞争的问题 by @aceld in #365
  • feat: support ws path by @rysinal in #371
  • feat: support custom header for ws client by @rysinal in #372
  • Feature: SendBuffMsg api with timeout by @jursonmo in #374
  • 修复并发情况下AsyncOpResult可能导致callback调用丢失潜在问题 by @aceld in #376
  • build(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot in #378
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in #379

New Contributors

Full Changelog: v1.2.6...v1.2.7

0