meilisearch v1.12.0-rc.4 版本更新介绍
发布日期: 2024-12-05
版本号: v1.12.0-rc.4
此次更新包括将BBQueue仓库指向Meilisearch组织、修改reserve和grant函数以接受闭包参数、增加任务删除时的边距、优化BBQueue写入循环性能、新增跨任务处理功能、使任务拉取超时时间可配置、修复BBQueue通道最小阈值问题、优化前缀与合并操作的性能,并将默认最大内存使用量调整为总内存的5%。
更新内容 (中文)
更新日志
- 将BBQueue仓库地址更新至Meilisearch组织 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5111
- 修改
reserve
和grant
函数以支持闭包参数 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5118 - 增加删除任务时的边距 @irevoire 提交于 https://github.com/meilisearch/meilisearch/pull/5110
- 在BBQueue写入循环中添加yield操作 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5122
- 新增跨任务功能 @ManyTheFish 提交于 https://github.com/meilisearch/meilisearch/pull/5120
- 支持配置任务拉取超时时间 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5121
- 修复BBQueue通道最小阈值问题 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5113
- 优化前缀合并逻辑 @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5124
- 默认最大内存使用率调整为总内存的5% @Kerollmops 提交于 https://github.com/meilisearch/meilisearch/pull/5125
完整变更日志: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.3…v1.12.0-rc.4
更新内容 (原始)
What’s Changed
- Update BBQueue repo to point to the Meilisearch org by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5111
- Change the reserve and grant function to accept a closure by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5118
- Increase margin on deletion of task by @irevoire in https://github.com/meilisearch/meilisearch/pull/5110
- Yield the BBQueue writing loop by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5122
- Add cross tasks by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5120
- Make the tasks pulling timeout configurable by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5121
- Fix the Minimum BBQueue channel threshold by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5113
- Optimize Prefixes and Merges by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5124
- Change the default max memory usage to 5% of the total memory by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5125
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.3...v1.12.0-rc.4