v2.3.15
Release date: May 11, 2024
Milvus version | Python SDK version | Java SDK version | Go SDK version | Node.js SDK version |
---|---|---|---|---|
2.3.15 | 2.3.7 | 2.3.6 | 2.3.6 | 2.3.5 |
This release comes with several enhancements and bug fixes to improve security and stability. One of the improvements is the inclusion of the channel checkpoint in the flush response. Another enhancement is the ability to check whether autoID is enabled during data insertion, which optimizes the data migration using Milvus-CDC.
The bug fixes address issues such as empty segments in meta, and incorrect data types during data insertion according to the schema. A critical patch has also been implemented to solve the consistent failure and retries of the syncDistribution request to the delegator. We highly recommend updating to the latest version to benefit from these fixes.
Improvements
- Supported return channel checkpoint info in flush response (#32683)
- Add config to check id during inserting data when autoID enabled (#32840)
Critical Bug Fixes
- Fixing a bug where the syncDistribution request to the delegator consistently fails and retries persistently. (#32923)