Milvus Client v2.6.5 adds support for nullable vector columns across all vector types (dense, binary, sparse, int8) and introduces array field operations. New helper functions enable partial array updates with ARRAY_APPEND and ARRAY_REMOVE operations. This routine update contains no breaking changes or security issues. Operators can optionally leverage the new features while existing implementations remain unchanged.
New Features
- Nullable vector columns support for dense, binary, sparse, and int8 vector types
- Array field partial update helpers for ARRAY_APPEND and ARRAY_REMOVE operations
- Nullable vector column constructors and response decoding
- Array partial update operations with WithArrayAppend and WithArrayRemove helpers
Affected dependencies
- milvus-proto/go-api/v2