milvus-sdk-java-2.3.9
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