milvus-sdk-cpp-2.6.2
Release date: 2026-04-14
Compatible with Milvus v2.6.x
Improvement
- Use conan to manage dependencies
- Set grpc keepalive interval to 10s with 5s timeout
- Support TruncateCollection() interface
- Add AISAQ and RTREE index type
Bug
- Set limit to -1 for QueryIterator/SearchIterator so that they can iterate entire collection by default
- Fix a bug in ListIndexes() when listing indexes in an empty collection
- Fix a bug in DropIndex()