meilisearch v1.16.0-rc.2 版本更新介绍
发布日期: 2025-07-18
版本号: v1.16.0-rc.2
这是Meilisearch v1.16.0-rc.2版本的发布说明,这是一个发布候选版本,不建议在生产环境中使用。该版本主要包含多个错误修复(如导出路由、可搜索属性顺序、命中总数统计、文档计数等)和新功能改进(如在聊天补全中引入过滤器、允许在文档路由上排序等),同时新增了贡献者。如遇到问题,欢迎通过指定链接提交错误报告或反馈。
更新内容 (中文)
[!WARNING] 由于这是发布候选版本(RC),我们不建议将其用于生产环境。遇到问题了吗?我们欢迎错误报告和关于新功能的反馈。
变更内容
- @Mubelotix 通过 https://github.com/meilisearch/meilisearch/pull/5753 对导出路由进行了多项修复
- 修复:@ManyTheFish 通过 https://github.com/meilisearch/meilisearch/pull/5751 保留修改可搜索属性时的顺序
- @Kerollmops 通过 https://github.com/meilisearch/meilisearch/pull/5710 在聊天完成功能中引入筛选器
- 修复:@Mubelotix 通过 https://github.com/meilisearch/meilisearch/pull/5725 修正使用 rankingScoreThreshold 时总命中数错误的问题
- @Mubelotix 通过 https://github.com/meilisearch/meilisearch/pull/5716 允许在 /documents 路由中进行排序
- @Mubelotix 通过 https://github.com/meilisearch/meilisearch/pull/5734 为多模态功能添加测试
- 修复:@kametsun 通过 https://github.com/meilisearch/meilisearch/pull/5754 更正清除所有文档后统计数据中的文档计数错误
- 修复:@Kerollmops 通过 https://github.com/meilisearch/meilisearch/pull/5761 聊天设置的无转储升级问题
新贡献者
- @kametsun 在 https://github.com/meilisearch/meilisearch/pull/5754 中完成了首次贡献
另请参阅
更新内容 (原始)
[!WARNING] Since this is a release candidate (RC), we do NOT recommend using it in a production environment. Is something not working as expected? We welcome bug reports and feedback about new features.
What’s Changed
- Various fixes on the export route by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5753
- Fix: Preserve order of searchable attributes when modified by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5751
- Introduce filters in the chat completions by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5710
- Fix Total Hits being wrong when rankingScoreThreshold is used by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5725
- Allow sorting on the /documents route by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5716
- Tests for multimodal by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5734
- Fix incorrect document count in stats after clearing all documents by @kametsun in https://github.com/meilisearch/meilisearch/pull/5754
- Fix chat settings dumpless upgrade by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5761
New Contributors
- @kametsun made their first contribution in https://github.com/meilisearch/meilisearch/pull/5754