Skip to content

Releases: milvus-io/milvus-sdk-java

milvus-sdk-java-2.5.10

05 Jun 06:18
d63bdb2
Compare
Choose a tag to compare

Release date: 2025-06-05

Compatible with Milvus v2.5.x

Feature

  • Support dropCollectionFieldProperties interface
  • Support multi-language analyzer

Bug

  • Reformat SearchResult/IDScore print content to show primary key
  • Fix a bug of listIndexes()

milvus-sdk-java-2.5.9

09 May 10:38
2cec3f0
Compare
Choose a tag to compare

Release date: 2025-05-09

Compatible with Milvus v2.5.x

Feature

  • Support runAnalyzer() interface

Bug

  • Fix a bug that index property was not correctly passed
  • Fix an exception to LocalBulkWriter in Java 24 env

Improvement

  • Add dbName for DescribeIndexReq
  • Bump protobuf/protoc version from 3.24.0 to 3.25.5
  • Bump Gson version from 2.10.0 to 2.13.1
  • describeCollection returns collection createUtcTime
  • Add a static method CreateSchema() to replace non-static method createSchema() in MilvusClientV2

milvus-sdk-java-2.5.8

25 Apr 09:37
ce2c862
Compare
Choose a tag to compare

Release date: 2025-04-25

Compatible with Milvus v2.5.x

Feature

  • Support getPersistentSegmentInfo/getQuerySegmentInfo interfaces for V2
  • Support transferNode interface for V2
  • Support checkHealth interface for V2

milvus-sdk-java-2.5.7

09 Apr 10:08
b2c6d0a
Compare
Choose a tag to compare

Release date: 2025-04-09

Compatible with Milvus v2.5.x

Bug

  • Fix a compatible bug with milvus v2.5.8 that QueryResp.QueryResult doesn't return primary key
  • Fix a bug of nullable Array field that null value should be returned instead of an empty list
  • Fix a regression for parsing JSON field values returned by search/query

Improvement

  • Add proxy setting for connection to milvus
  • Support offset parameter for hybridSearch() interface
  • Add options parameter for bulkImport() interface

milvus-sdk-java-2.4.11

09 Apr 10:08
ef74d64
Compare
Choose a tag to compare

Release date: 2025-04-09

Compatible with Milvus v2.4.x

Bug

  • Fix a bug that consistency level is missed for createCollection()
  • Return shards_num for describeCollection()

milvus-sdk-java-2.5.6

20 Mar 10:46
9e1b746
Compare
Choose a tag to compare

Release date: 2025-03-20

Compatible with Milvus v2.5.x

Improvement

  • Optimize MilvusClientV2 search/query to support databaseName
  • Add SearchIteratorV2 to get better performance and recall compare to old SearchIterator
  • Add sync parameter for loadCollection/loadPartitions/createIndex

milvus-sdk-java-2.5.5

07 Mar 06:33
67dca68
Compare
Choose a tag to compare

Release date: 2025-03-07

Compatible with Milvus v2.5.x

Feature

  • Support HNSW_PQ/HNSW_SQ/HNSW_PRQ
  • Support describeReplicas() interface
  • BulkWriter supports nullable/default_value

Improvement

  • Add shardsNum for describeCollection
  • LoadPartitions support replicas
  • Optimize BulkWriter to reduce memory usage

milvus-sdk-java-2.5.4

09 Jan 10:51
8433f94
Compare
Choose a tag to compare

Release date: 2025-01-09

Compatible with Milvus v2.5.x

Improvement

  • HybridSearch supports full text search

milvus-sdk-java-2.5.3

31 Dec 09:59
b7ab345
Compare
Choose a tag to compare

Release date: 2024-12-31

Compatible with Milvus v2.5.x

Feature

  • Support alterCollectionField interface for V2
  • Support refreshLoad/getPartitionStats interfaces for V2
  • Support dropIndexProperties/dropDatabaseProperties/dropCollectionProperties for V2
  • Support resource group interfaces for V2

Improvement

  • Return recall rate in search result for V2
  • QueryIterator/SearchIterator support retry

milvus-sdk-java-2.4.10

31 Dec 09:58
d35b7de
Compare
Choose a tag to compare

Release date: 2024-12-31

Compatible with Milvus v2.4.x

Feature

  • Support alterCollectionField interface for V2
  • Support refreshLoad/getPartitionStats interfaces for V2
  • Support dropIndexProperties/dropDatabaseProperties/dropCollectionProperties for V2
  • Support resource group interfaces for V2

Improvement

  • Return recall rate in search result for V2
  • QueryIterator/SearchIterator support retry