meilisearch v1.16.0-rc.1 版本更新介绍
发布日期: 2025-07-10
版本号: v1.16.0-rc.1
这是Meilisearch v1.16.0-rc.1发布候选版本,不推荐在生产环境使用,如有问题欢迎提交bug报告和反馈。此版本修复了一个bug:解决了由于多模态嵌入器功能引入的数据库更改导致的无倾倒升级到v1.16的问题。同时,改进是在新的空数据库中创建一个只读管理员密钥,以防止调查时意外写入。更多信息可参考自RC.0以来的所有更改和RC.0的更改日志。
更新内容 (中文)
[!WARNING] 由于这是发布候选版本(RC),我们不建议在生产环境中使用。是否有功能未按预期运行?欢迎提交问题报告和新功能反馈。
🦋 问题修复
- 修复了因多模态嵌入器功能引入的数据库变更导致的升级至 v1.16 的无转储升级问题,由 @dureuill 在 https://github.com/meilisearch/meilisearch/pull/5737 提交。
其他改进
- 在新建的空数据库中将自动创建只读管理员密钥,以防止在排查问题时意外写入数据库,由 @Mubelotix 在 https://github.com/meilisearch/meilisearch/pull/5693 提交。
另请参阅
更新内容 (原始)
[!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.
🦋 Bug fixes
- Fix the dumpless upgrade to v1.16 following the database changes introduced by the multimodal embedder feature, by @dureuill in https://github.com/meilisearch/meilisearch/pull/5737
Other improvements
- A Read-Only Admin key will be created in new empty databases, to prevent accidentally writing to database while investigating, by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5693