v2.5.22
milvus-io/milvusv2.5.22Nov 19, 2025by yanliang567
AI Summary
Addresses a potential data loss issue and includes fixes for geometry filtering and segment management logic to ensure data integrity.
Key Highlights
- Fixed target segment marked dropped for save stats result twice
- Fixed filter geometry for growing with mmap
- Encourages upgrade to address potential data loss
Full Release Notes
## v2.5.22 Release date: November 19, 2025 | Milvus version | Python SDK version | Node.js SDK version | Java SDK version | |----------------|--------------------|---------------------|------------------| | 2.5.22 | 2.5.17 | 2.5.13 | 2.5.14 | We are excited to announce the release of Milvus 2.5.22, which addresses a potential data loss issue under certain circumstances and we encourage all Milvus version 2.5.x users to upgrade to 2.5.22. This update also includes several other improvements and fixes. ### Bug fixes - Fixed target segment marked dropped for save stats result twice ([#45480](https://github.com/milvus-io/milvus/pull/45480)) - Fixed filter geometry for growing with mmap ([#45466](https://github.com/milvus-io/milvus/pull/45466))