Skip to content

milvus-sdk-cpp-2.6.2

Choose a tag to compare

@yhmo yhmo released this 14 Apr 10:57
28b9ca9

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()