Skip to content

milvus-sdk-java-2.3.9

Compare
Choose a tag to compare
@yhmo yhmo released this 08 Aug 11:03
· 221 commits to master since this release
2e6878f

Release date: 2024-08-09

Compatible with Milvus v2.3.x

Feature

  • Implement database related interfaces including createDatabase/dropDatabase/alterDatabase for MilvusClientV2
  • Implement getServerVersion interface for MilvusClientV2
  • Provide client/connection pool for V1 and V2

Improvement

  • Implement retry machinery for MilvusClientV2

Bug

  • Fix thread-safe bug of insert/upsert interfaces for MilvusClientV2
  • Fix a bug of describeCollection that collection properties not returned for MilvusClientV2