Skip to content

v0.1.6

Compare
Choose a tag to compare
@kercylan98 kercylan98 released this 09 Sep 07:31
a938bf5

0.1.6 (2023-09-09)

Features | 新特性

  • survey 包 Report 新增 Avg、Count、Sum 等辅助计算函数 (8fd4e8f)

Bug Fixes | 修复

  • 修复 server.Conn 和 client.Client 连接关闭时发生的竞态问题 (0215c54)
  • 修复 server.Conn 连接关闭时发生的竞态问题 (674c38a)

Code Refactoring | 重构

  • 重构 super 包中的 error 部分,优化设计不合理的地方,支持动态注册错误码,支持并发读写 (de7b085)

Performance Improvements | 性能优化

  • 调整 super 包 error 部分为使用后再申请内存 (83b2800)