v2.6.16
📦 milvusView on GitHub →
✨ 4 features🐛 4 fixes🔧 6 symbols
Summary
This release introduces element-level search, data salvage support via `dump_messages`, and enhanced role/user description support in auth APIs. It also includes significant internal improvements to connection handling and logical type model migration.
Migration Steps
- Remove the dead V1 row extractor.
✨ New Features
- Add element-level search support.
- Add `dump_messages` support for data salvage.
- Add role and user description support in auth APIs.
- Improve volume upload interaction, including concurrency and progress behavior.
🐛 Bug Fixes
- Harden sync and async connection recovery by protecting reconnect channel swaps and validating channel reclamation.
- Preserve connection timeout settings during recovery.
- Map only connection-setup RPC failures to `CONNECT_FAILED`.
- Reject boolean values in sparse vector validation and improve the related error message.