v2.6.15
📦 milvusView on GitHub →
✨ 4 features🔧 2 symbols
Summary
This release introduces new methods for checking replication state and refactors type handling within the client, alongside modernizing development workflows using uv.
Migration Steps
- Migrate development, CI, TestPyPI, and release workflows to use uv.
✨ New Features
- Added get_replicate_info() to MilvusClient and AsyncMilvusClient for reading replication checkpoint state.
- Moved Search logical-type handling to the shared type registry.
- Added the internal TypeCapability contract for shared type-specific operation bindings.
- Used the logical type registry in batch insert and upsert paths.