Skip to content

Releases: milvus-io/milvus-sdk-java

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

milvus-sdk-java-2.3.0

23 Aug 22:44
943023c
Compare
Choose a tag to compare

Release date:2023-08-24

Compatible with Milvus v2.3.0

Feature

  • Support Upsert interface
  • New GPU index type(only works when server is GPU mode): GPU_IVF_FLAT, GPU_IVF_PQ

Deprecated

  • No longer support index: ANNOY, RHNSW_FLAT, RHNSW_PQ, RHNSW_SQ
  • No longer support metric: TANIMOTO, SUPERSTRUCTURE, SUBSTRUCTURE

milvus-sdk-java-2.2.12

15 Aug 07:16
af3d3d2
Compare
Choose a tag to compare

Release date:2023-08-10

Compatible with Milvus >= v2.2.9

Improvement

  • Fix a bug that could not create index for scalar field with Milvus v2.2.12(change IndexType.SORT to IndexType.STL_SORT)

milvus-sdk-java-2.2.11

09 Aug 09:57
27befe2
Compare
Choose a tag to compare

Release date:2023-08-09

Compatible with Milvus >= v2.2.9

Improvement

  • Fix a bug that could not create index for VARCHAR field with Milvus v2.2.12

Deprecated

  • withGuaranteeTimestamp()/withGracefulTime() are marked as Deprecated for SearchParam/QueryParam. From Milvus v2.2.9, the time settings are determined by the server side.

milvus-sdk-java-2.2.10

09 Aug 09:59
d98689b
Compare
Choose a tag to compare

Release date:2023-08-08

Compatible with Milvus >= v2.2.9

Feature

  • Support TLS connection
  • Support retry for interface

milvus-sdk-java-2.2.9

03 Jul 04:49
3f7d5fa
Compare
Choose a tag to compare

Release date:2023-07-03

Compatible with Milvus >= v2.2.9

Improvement

  • Fix a bug of listBulkInsertTasks()
  • Set default shard number to be 1

milvus-sdk-java-2.2.8

29 Jun 03:49
2a03a71
Compare
Choose a tag to compare

Release date:2023-06-29

Compatible with Milvus >= v2.2.9

Improvement

  • Fix bug of high-level API
  • Add index type SORT for scalar field
  • Set log level in runtime

milvus-sdk-java-2.2.7

21 Jun 04:36
303470f
Compare
Choose a tag to compare

Release date:2023-06-21

Compatible with Milvus v2.2.9/v2.2.10

Improvement

  • Provide easy to use high-level interfaces
  • Add more examples

milvus-sdk-java-2.2.6

05 Jun 07:35
21b5fbb
Compare
Choose a tag to compare

Release date:2023-06-05

Compatible with Milvus v2.2.9

Improvement

  • Support JSON type field
  • Support dynamic field
  • Support partition key
  • Support database management: createDatabase/dropDatabase/listDatabases

milvus-sdk-java-2.2.5

04 Apr 10:35
e3cca04
Compare
Choose a tag to compare

Release date:2023-04-04

Compatible with Milvus v2.2.x

Improvement

  • Implement flushAll() interface
  • Add ignoreGrowing flag for query/search