Releases: milvus-io/milvus-sdk-java
Releases · milvus-io/milvus-sdk-java
milvus-sdk-java-2.2.4
Release date:2023-03-26
Compatible with Milvus v2.2.x
Improvement
- Implement alterCollection() interface
- Use the same grpc version v1.46.0 as milvus-proto repo
milvus-sdk-java-2.2.3
Release date:2023-02-11
Compatible with Milvus v2.2.x
Improvement
- Implement getLoadState() interface
- Add refresh parameter to load() interface
- Add getProcess() for bulkinsert task state
- Fix example error
milvus-sdk-java-2.2.2
Release date:2023-01-04
Compatible with Milvus v2.2.x
Improvement
- Fix search param offset not available bug
milvus-sdk-java-2.2.1
Release date:2022-11-22
Compatible with Milvus v2.2.x
Improvement
- Support pagination for query() interface
- Upgrade commons-text to 1.10.0 to avoid security vulnerabilities
milvus-sdk-java-2.2.0
Release date:2022-11-18
Compatible with Milvus v2.2.x
Improvement
- Supports Role-Based Access Control (RBAC)
- Support bulk insert data
- Support DISKANN index
milvus-sdk-java-2.1.0
Release date:2022-08-31
Compatible with Milvus v2.1.x
Bug
- #367 Fix keepAliveTimeout timeunit error for ConnectParam
Improvement
- Remove withGuaranteeTimestamp/withGracefulTime of SearchParam/QueryParam. User only need to provide consistency level
- Change the default consistency level from Strong to Bounded in SearchParam/QueryParam
milvus-sdk-java-2.0.4
Release date:2022-02-14
Compatible with Milvus v2.0 GA.
Improvement
- #260 - Implement async interfaces for insert/search/query
- Expose flush() interface
milvus-sdk-java-2.0.3
Release date:2022-01-27
Compatible with Milvus v2.0 GA.
Improvement
#255 - Rename io.milvus.Response to io.milvus.response
milvus-sdk-java-2.0.2
Release date:2022-01-24
Compatible with Milvus v2.0 GA.
Improvement
- #250 - Upgrade log4j-core to 2.17.1
milvus-sdk-java-2.0.1
Release date:2022-01-18
Compatible with Milvus v2.0 Pre-GA.
Improvement
- #248 - Pass travel timestamp and guarantee timestamp for query/search interface