Skip to content

milvus-sdk-java-2.4.3

Compare
Choose a tag to compare
@yhmo yhmo released this 08 Aug 11:04
· 63 commits to master since this release
dee1b82

Release date: 2024-08-09

Compatible with Milvus v2.4.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