v2.5.1
Release date: December 26, 2024
Milvus version | Python SDK version | Node.js SDK version | Java SDK version |
---|---|---|---|
2.5.1 | 2.5.2 | 2.5.2 | 2.5.2 |
Milvus 2.5.1 focuses on a series of bug fixes addressing memory loading, RBAC listings, query node balancing, and sealed segment indexing, while also improving the Web UI and interceptors. We highly recommend upgrading to 2.5.1 for enhanced stability and reliability.
Improvement
- Update web UI collection and query pages. (#38701)
Bug fixes
- Fixed OOM issues by adding a memory factor to loading estimations. (#38722)
- Fixed privilege group expansion when listing policies in RootCoord. (#38760)
- Fixed issues with listing privilege groups and collections. (#38738)
- Fixed the balancer to avoid repeatedly overloading the same query node. (#38724)
- Fixed unexpected balance tasks triggered after QueryCoord restarts. (#38725)
- Fixed load config updates not applying to loading collections. (#38737)
- Fixed zero read count during data import. (#38695)
- Fixed Unicode decoding for JSON keys in expressions. (#38653)
- Fixed interceptor DB name for alterCollectionField in 2.5. (#38663)
- Fixed empty index parameters for sealed segments when using BM25 brute force search. (#38752)