meilisearch v1.12.5 版本更新介绍
发布日期: 2025-01-20
版本号: v1.12.5
本次更新修复了以下问题:修复了当任务队列中存在排队或处理中的任务时转储导出失败的问题,同时解决了包含排队任务的转储无法导入的问题(由dureuill和ManyTheFish贡献);针对v1.12版本导出的转储文件,统一重置了所有任务的
batch_uid
字段,因该版本转储未保留任务批次信息。具体技术细节可参考相关GitHub讨论记录。
更新内容 (中文)
修复项 🪲
- 当任务队列中存在处于排队或处理中的任务时,导出转储文件不再失败,由 @dureuill 和 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/5246 修复
- 包含排队任务的转储文件不再导入失败,同样通过 https://github.com/meilisearch/meilisearch/pull/5246 修复
- v1.12 导出的转储文件会重置所有任务的
batch_uid
,因为 v1.12 的转储文件中未持久化批次信息。详细信息见 https://github.com/meilisearch/meilisearch/issues/5247
完整更新日志: https://github.com/meilisearch/meilisearch/compare/v1.12.4...v1.12.5
更新内容 (原始)
Fixes 🪲
- Dump export no longer fails when the task queue contains enqueued or processing tasks, by @dureuill and @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5246
- Dumps containing enqueued tasks no longer fail to import, also in https://github.com/meilisearch/meilisearch/pull/5246
- Dumps exported in v1.12 reset the
batch_uid
of all tasks, as batches are not persisted in dumps in v1.12. See https://github.com/meilisearch/meilisearch/issues/5247 for details.
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.4...v1.12.5