meilisearch v1.12.0-rc.1 版本更新介绍
发布日期: 2024-11-27
版本号: v1.12.0-rc.1
Meilisearch在v1.12版本更新中进行了多项改进和修复,主要包括:使用已发布的Rust库版本优化依赖管理;增强LMDB数据库写入时的错误处理机制;修复v1.12版本中的若干已知问题;优化新索引器的日志追踪精度;新增设置项允许用户选择性关闭特定功能;修复嵌入失败时影响分页功能的异常问题;升级字符处理库charabia至v0.9.2版本;新增性能监测模块以追踪数据库写入后合并与数据提取阶段的耗时情况。以上改进由Kerollmops、ManyTheFish、dureuill等开发者共同贡献。
更新内容 (中文)
主要变化
- 使用已发布的 crates 版本 由 @Kerollmops 在 https://github.com/meilisearch/meilisearch/pull/5090 提交
- 改进 LMDB 写入时的错误处理 由 @Kerollmops 在 https://github.com/meilisearch/meilisearch/pull/5089 提交
- 修复 v1.12 版本错误 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5062 提交
- 新索引器的精确跨度追踪 由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5092 提交
- 设置项退出功能 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5091 提交
- 修复嵌入失败时的分页问题 由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5063 提交
- 升级 charabia 至 v0.9.2 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5098 提交
- 新增跨度测量数据库合并/提取后的写入操作 由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5095 提交
完整更新日志: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.0…v1.12.0-rc.1
更新内容 (原始)
What’s Changed
- Use the published crates versions by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5090
- Improve error handling when writing into LMDB by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5089
- Fix bugs for v1.12 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5062
- Precise spans for new indexer by @dureuill in https://github.com/meilisearch/meilisearch/pull/5092
- Settings opt out by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5091
- Fix pagination when embedding fails by @dureuill in https://github.com/meilisearch/meilisearch/pull/5063
- Update charabia v0.9.2 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5098
- Span to measure the part of db writes that is after the merge/extraction by @dureuill in https://github.com/meilisearch/meilisearch/pull/5095
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.0-rc.0...v1.12.0-rc.1