gorse v0.4.14 版本更新介绍
发布日期: 2023-06-04
版本号: v0.4.14
本次更新主要修复了以下问题:1. 修复了由@WisperDin贡献的
rand.Rand
并发访问问题(#694);2. 解决了worker中并发map迭代与写入操作的冲突问题(#697);3. 修正了因重复标签导致的索引越界错误(#700)。
更新内容 (中文)
修复
- 修复由 @WisperDin 提交的
rand.Rand
并发访问问题 (#694) - 修复工作线程中并发映射迭代和映射写入的问题 (#697)
- 修复因重复标签导致的索引越界问题 (#700)
更新内容 (原始)
Fix
- Fix the concurrent access problem of
rand.Rand
(#694) by @WisperDin. - Fix concurrent map iteration and map write in the worker (#697).
- Fix index out of range caused by duplicate labels (#700).