发布日期: 2026-06-29
版本号: v1.48.3

此次更新主要修复了两个关键问题:一是解决了使用S3快照系统时可能出现的竞态条件错误,该错误会在回收内部缓冲区时导致快照上传中断;二是修正了远程联合搜索中重复返回同一文档的问题,原因是内部过滤器未正确传递到远程实例。此外,还优化了单元测试的组织方式、补充了聊天工作区设置接口缺失的参数,并完善了早期API迁移的相关文档信息。

更新内容 (中文)

🪲 错误修复

  • 由 @Kerollmops 在 https://github.com/meilisearch/meilisearch/pull/6472 修复了一个罕见的 S3 快照错误。

    我们修复了一个在使用 S3 快照系统时可能出现的罕见错误。该错误是一种竞争条件,在我们尝试回收内部缓冲区以减少内存使用时发生,可能导致内部错误并中止快照上传。

  • 由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/6473 避免远程搜索返回同一文档两次。

    使用远程联合搜索时,Meilisearch 会从不同机器返回同一文档两次。这是由于一个内部过滤器未正确转发到远程实例所致。

🔩 杂项

新贡献者

感谢 @0xfandom 在 https://github.com/meilisearch/meilisearch/pull/6468 做出的首次贡献 🎉

完整变更日志: https://github.com/meilisearch/meilisearch/compare/v1.48.2...v1.48.3

更新内容 (原始)

🪲 Bug fixes

  • Fix a rare S3 snapshots bug by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6472

    We fixed a rare bug that could appear when using the S3 snapshot system. The bug is a race condition that occurs when we try to recycle internal buffers to reduce memory usage, which can cause an internal error and abort the snapshot upload.

  • Avoid remote search to return the same document twice by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6473

    When using the remote federated search, Meilisearch was returning the same document twice from different machines. This was due to an internal filter that was not forwarded properly to the remote instances.

🔩 Miscellaneous

New Contributors

Thanks to @0xfandom, who made his first contribution in https://github.com/meilisearch/meilisearch/pull/6468 🎉

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.48.2...v1.48.3

下载链接