meilisearch v1.12.0-rc.5 版本更新介绍
发布日期: 2024-12-10
版本号: v1.12.0-rc.5
Meilisearch项目最新更新包含以下改进:优化了设置选择退出时的错误提示;修复了批量处理详情的显示问题;忽略所选字段未变化的文档以提升效率;允许xtask bench工具在没有提交信息时运行;错误信息中增加索引名称便于排查;修正内存最大使用量的设置逻辑避免影响其他配置;改进了位图合并算法性能。此外,新贡献者@airycanon首次提交了在错误信息附加索引名称的代码优化。
更新内容 (中文)
更新内容
- 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5119 提交的设置选择退出错误信息
- 由 @irevoire 在 https://github.com/meilisearch/meilisearch/pull/5123 修复批量操作详情
- 由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5131 忽略选中字段未变更的文档
- 由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5138 允许xtask基准测试无需提交信息
- 由 @airycanon 在 https://github.com/meilisearch/meilisearch/pull/5056 错误信息附加索引名称
- 由 @Kerollmops 在 https://github.com/meilisearch/meilisearch/pull/5141 正确分配最大内存且不影响设置
- 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5142 改进合并器中位图的合并过程
新贡献者
- @airycanon 在 https://github.com/meilisearch/meilisearch/pull/5056 完成首次贡献
完整变更日志: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.4...v1.12.0-rc.5
更新内容 (原始)
What’s Changed
- Settings opt out error msg by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5119
- Fix batch details by @irevoire in https://github.com/meilisearch/meilisearch/pull/5123
- Ignore documents whose selected fields didn’t change by @dureuill in https://github.com/meilisearch/meilisearch/pull/5131
- Allow xtask bench to proceed without a commit message by @dureuill in https://github.com/meilisearch/meilisearch/pull/5138
- Attach index name in error message by @airycanon in https://github.com/meilisearch/meilisearch/pull/5056
- Use the right amount of max memory and not impact the settings by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5141
- Improve the merging of bitmaps in the merger by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5142
New Contributors
- @airycanon made their first contribution in https://github.com/meilisearch/meilisearch/pull/5056
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.4...v1.12.0-rc.5