Skip to content

Releases: milvus-io/milvus-sdk-java

milvus-sdk-java-2.2.2

04 Jan 04:56
917ba1c
Compare
Choose a tag to compare

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

22 Nov 10:05
Compare
Choose a tag to compare

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

18 Nov 10:01
Compare
Choose a tag to compare

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

31 Aug 04:33
034a878
Compare
Choose a tag to compare

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

14 Feb 04:23
73294b5
Compare
Choose a tag to compare

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

27 Jan 08:12
9f6dbe9
Compare
Choose a tag to compare

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

24 Jan 10:32
1e101dd
Compare
Choose a tag to compare

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

18 Jan 04:33
0b7176b
Compare
Choose a tag to compare

Release date:2022-01-18

Compatible with Milvus v2.0 Pre-GA.

Improvement

  • #248 - Pass travel timestamp and guarantee timestamp for query/search interface

milvus-sdk-java-2.0.0

31 Dec 09:30
4d6fb11
Compare
Choose a tag to compare

Release date:2021-12-31

Compatible with Milvus v2.0 RC.

milvus-sdk-java-1.1.0

29 Apr 09:34
a3d25ba
Compare
Choose a tag to compare

Compatible with Milvus v1.1.x