Releases: milvus-io/milvus-sdk-java
Releases · milvus-io/milvus-sdk-java
milvus-sdk-java-2.3.6
Release date:2024-04-22
Compatible with Milvus v2.3.x
Feature
- Support SearchIterator/QueryIterator
Improvement
- Upgrade dependencies to fix some CVEs
milvus-sdk-java-2.3.5
Release date:2024-03-29
Compatible with Milvus v2.3.x
Feature
- New MilvusClientV2 class to encapsulate RPC interfaces for good usability
- Support ListAlias interface
- Provide a BulkWriter tool for easily generating data files for import() interface
Improvement
- Replace grpc-netty to grpc-netty-shared
- Support creating index without specifying metricType and indexType
- Support searching without specifying metricType
- Fix a crash bug of SearchResutsWrapper when primary key is varchar type
- Fix a bug of retry that doesn't return server errors
- Fix some vulnerabilities
milvus-sdk-java-2.3.4
Release date:2024-1-02
Compatible with Milvus v2.3.x
Improvement
- Support backoff retry for RPC interfaces(consist with pymilvus)
- Upgrade grpc from 1.46 to 1.59.1
- Add withPartitionName for DeleteIdsParam
milvus-sdk-java-2.2.16
Release date:2024-1-02
Compatible with Milvus v2.2.x
Improvement
- Upgrade grpc from 1.46 to 1.59.1
- Add withPartitionName for DeleteIdsParam
milvus-sdk-java-2.3.3
Release date:2023-11-08
Compatible with Milvus v2.3.x
Feature
- Support resource group interfaces
milvus-sdk-java-2.2.15
Release date:2023-11-08
Compatible with Milvus v2.2.x
Feature
- Support resource group interfaces
Improvement
- Fix a bug that high-level search API can only return the first vector's results
- Upgrade dependencies to fix some vulnerabilities
- Support insert dynamic values by column-based
milvus-sdk-java-2.3.2
Release date:2023-10-25
Compatible with Milvus v2.3.x
Feature
- Support Array type field(new feature of Milvus v2.3.2)
Improvement
- Fix a bug that consistency level is ignored in search() interface
- Fix a bug the MilvusMultiServiceClient cannot specify database name
- Fix a bug that high-level search API can only return the first vector's results
- Upgrade dependencies to fix some vulnerabilities
- Set log level for MilvusMultiServiceClient in runtime
- Support insert dynamic values by column-based
milvus-sdk-java-2.2.14
Release date:2023-09-15
Compatible with Milvus v2.2.x
Improvement
- Fix the bug that consistency level is ignored in search() interface
- Set log level for MilvusMultiServiceClient in runtime
- Fix the bug the MilvusMultiServiceClient cannot specify database name
milvus-sdk-java-2.3.1
Release date:2023-09-05
Compatible with Milvus v2.3.0
Improvement
- Support COSINE metric type
- Fix a bug that could not get binary vectors from search result
- Fix a bug of high-level get/delete api
milvus-sdk-java-2.2.13
Release date:2023-09-04
Compatible with Milvus v2.2.x
Improvement
- Fix a bug that could not get binary vectors from search result
- Fix a bug of high-level get/delete api