v2.3.17
milvus-io/milvusv2.3.17May 31, 2024by yanliang567
AI Summary
Milvus 2.3.17 primarily focuses on bug fixes to improve query accuracy and cluster reliability, ensuring correct result counts and preventing startup blocking.
Key Highlights
- Fixed query iterators missing results during frequent upserts and deletes
- Fixed cluster blocking during startup due to improper standby status handling
- Fixed issue where specifying database name when granting privileges failed
- Improved query accuracy and cluster reliability
Full Release Notes
## v2.3.17 Release date: May 31, 2024 | Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version | |----------------|--------------------|------------------|----------------|---------------------| | 2.3.17 | 2.3.7 | 2.3.6 | 2.3.6 | 2.3.5 | Milvus version 2.3.17 primarily introduces several bug fixes to improve query accuracy, cluster reliability, and privilege maintenance. The most notable fix ensures that query iterators in Milvus return the correct number of results, rather than missing some data. This release reinforces Milvus's commitment to functionality and robustness. ### Bug fixes - Fixed issue where query iterators missed some results when upserts and deletes were performed very frequently ([#33468](https://github.com/milvus-io/milvus/pull/33468)) - Fixed issue where the cluster could block during startup due to improper handling of standby status ([#33371](https://github.com/milvus-io/milvus/pull/33371)) - Fixed issue where specifying the database name when granting privileges failed ([#33292](https://github.com/milvus-io/milvus/pull/33292))