Skip to content

v0.1.5

Compare
Choose a tag to compare
@kercylan98 kercylan98 released this 08 Sep 12:16
1e2326c

0.1.5 (2023-09-08)

Features | 新特性

  • slice 包新增 Zoom 函数, stream 包支持 Zoom 函数 (62ef35a)
  • stream.Slice 新增 Indexes 和 Map 函数 (5024022)
  • survey 分析记录支持通过 GetTime 函数获取记录时间 (3c3dc83)
  • 优化 slice 包 Filter 和 Map 函数,新增 Reduce 函数 (5ab9902)
  • 新增大量 slice 包和 hash 包的辅助函数 (d772409)

Bug Fixes | 修复

  • server 修复消息计数始终为1的问题 (6c882ed)
  • 修复 server 关闭服务器后,如果等待消息结束过程中,新消息将阻塞的问题 (19df61b)
  • 修复 survey.Analyzer 去重 BUG (a4ba3f1)

Styling | 可读性优化

  • 常量调整为从 1 开始 (5fb1dcb)

Code Refactoring | 重构

  • 优化 server 包消息日志,移除 server.Conn.Reuse 函数(不合理) (376ff77)
  • 重构 stream 包,提供更便捷的使用方式 (d72f185)

Performance Improvements | 性能优化

  • server 包连接关闭逻辑优化 (483ace2)

Tests | 新增或优化测试用例

  • 新增 stream.Slice 测试用例 (d9b68fc)