meilisearch v1.14.0-rc.1 版本更新介绍
发布日期: 2025-03-26
版本号: v1.14.0-rc.1
本次更新主要包含以下内容:新增功能方面,添加了更多进度级别来测量合并过程,计算每个索引步骤的持续时间并在批量路由中显示;计算并显示各数据库大小在批量路由中。其他改进包括支持以人类可读格式显示批量总大小,避免重新索引可搜索顺序变更。修复了地理更新bug、隔离单词FST使用问题以及CI合并队列问题。依赖项更新涉及ring、zip、Charabia和mini-dashboard等组件的版本升级。需要注意的是,文档和集成中的相关内容可能随时变更,不应强制执行。
更新内容 (中文)
更新内容
新功能
添加更多进度级别以衡量合并过程 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5422
计算每个索引步骤的持续时间并在批量路由中显示。#5356
⚠️ 在文档或集成中使用时,请注意内容可能随时变更。不应强制执行该功能。
显示数据库大小的批处理 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5457
计算每个数据库的大小并在批量路由中显示。#5463
⚠️ 在文档或集成中使用时,请注意内容可能随时变更。不应强制执行该功能。
其他改进
- 支持人类可读格式的总批处理大小 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5421
- 避免重新索引可搜索顺序变更 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5402
错误修复
- 地理位置更新错误 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5407
- 隔离单词FST使用 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5415
- 修复CI以支持合并队列 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5456
依赖项更新
- 将ring升级至v0.17.14以支持旧版aarch64编译 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5423
- 将zip从2.2.2升级至2.3.0 by @dependabot in https://github.com/meilisearch/meilisearch/pull/5426
- 更新Charabia至v0.9.3 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5454
- 将mini-dashboard更新至v0.2.19版本 by @curquiza in https://github.com/meilisearch/meilisearch/pull/5436
完整更新日志: https://github.com/meilisearch/meilisearch/compare/v1.14.0-rc.0...v1.14.0-rc.1
更新内容 (原始)
What’s Changed
Features
Add more progress levels to measure merging by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5422
Computes the durations of each indexing step and displays them in the batch route. #5356
⚠️ When working with it in the doc or the integrations, please consider that the content can change anytime. It must not be enforced.
Show database sizes batches by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5457
Computes the size of each database and displays them in the batch route. #5463
⚠️ When working with it in the doc or the integrations, please consider that the content can change anytime. It must not be enforced.
Other enhancements
- Accept total batch size in human size by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5421
- Avoid reindexing searchable order changes by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5402
Bug fixes
- Geo update bug by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5407
- Isolate word fst usage by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5415
- Fix CI to work with merge queues by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5456
Dependencies bumps
- Bump ring to v0.17.14 to compile on old aarch64 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5423
- Bump zip from 2.2.2 to 2.3.0 by @dependabot in https://github.com/meilisearch/meilisearch/pull/5426
- Update Charabia v0.9.3 by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5454
- Update mini-dashboard to v0.2.19 version by @curquiza in https://github.com/meilisearch/meilisearch/pull/5436
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.14.0-rc.0...v1.14.0-rc.1