Skip to content

Releases: milvus-io/milvus-sdk-java

milvus-sdk-java-2.3.6

22 Apr 09:26
8a20951
Compare
Choose a tag to compare

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

29 Mar 09:52
0893a97
Compare
Choose a tag to compare

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

02 Jan 03:54
a319fd5
Compare
Choose a tag to compare

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

02 Jan 06:36
c98f08d
Compare
Choose a tag to compare

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

08 Nov 09:57
05dec28
Compare
Choose a tag to compare

Release date:2023-11-08

Compatible with Milvus v2.3.x

Feature

  • Support resource group interfaces

milvus-sdk-java-2.2.15

08 Nov 09:55
c63e71d
Compare
Choose a tag to compare

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

25 Oct 09:51
9e62d84
Compare
Choose a tag to compare

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

15 Sep 10:16
5562744
Compare
Choose a tag to compare

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

05 Sep 09:15
c3eb9fe
Compare
Choose a tag to compare

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

04 Sep 09:07
3e8c58f
Compare
Choose a tag to compare

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