Releases: milvus-io/milvus-sdk-java
Releases · milvus-io/milvus-sdk-java
milvus-sdk-java-2.2.13
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
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
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
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
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
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
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
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
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
Release date:2023-04-04
Compatible with Milvus v2.2.x
Improvement
- Implement flushAll() interface
- Add ignoreGrowing flag for query/search