|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## milvus-sdk-java 2.5.6 (2025-3-20) |
| 3 | +## milvus-sdk-java 2.5.7 (2025-04-09) |
| 4 | +### Bug |
| 5 | +- Fix a compatible bug with milvus v2.5.8 that QueryResp.QueryResult doesn't return primary key |
| 6 | +- Fix a bug of nullable Array field that null value should be returned instead of an empty list |
| 7 | + |
| 8 | +### Improvement |
| 9 | +- Add proxy setting for connection to milvus |
| 10 | +- Support offset parameter for hybridSearch() interface |
| 11 | +- Add options parameter for bulkImport() interface |
| 12 | + |
| 13 | +## milvus-sdk-java 2.5.6 (2025-03-20) |
4 | 14 | ### Improvement |
5 | 15 | - Optimize MilvusClientV2 search/query to support databaseName |
6 | 16 | - Add SearchIteratorV2 to get better performance and recall compare to old SearchIterator |
7 | 17 | - Add sync parameter for loadCollection/loadPartitions/createIndex |
8 | 18 |
|
9 | | -## milvus-sdk-java 2.5.5 (2025-3-07) |
| 19 | +## milvus-sdk-java 2.5.5 (2025-03-07) |
10 | 20 | ### Feature |
11 | 21 | - Support HNSW_PQ/HNSW_SQ/HNSW_PRQ |
12 | 22 | - Support describeReplicas() interface |
|
17 | 27 | - LoadPartitions support replicas |
18 | 28 | - Optimize BulkWriter to reduce memory usage |
19 | 29 |
|
20 | | -## milvus-sdk-java 2.5.4 (2025-1-09) |
| 30 | +## milvus-sdk-java 2.5.4 (2025-01-09) |
21 | 31 | ### Improvement |
22 | 32 | - HybridSearch supports full text search |
23 | 33 |
|
|
59 | 69 | - QueryIterator/SearchIterator supports mvcc |
60 | 70 | - ClientPool throws exception if fail to create/get clients |
61 | 71 |
|
| 72 | +## milvus-sdk-java 2.4.11 (2025-04-09) |
| 73 | +### Bug |
| 74 | +- Fix a bug that consistency level is missed for createCollection() |
| 75 | +- Return shards_num for describeCollection() |
| 76 | + |
| 77 | +## milvus-sdk-java 2.4.10 (2024-12-31) |
| 78 | +### Feature |
| 79 | +- Support alterCollectionField interface for V2 |
| 80 | +- Support refreshLoad/getPartitionStats interfaces for V2 |
| 81 | +- Support dropIndexProperties/dropDatabaseProperties/dropCollectionProperties for V2 |
| 82 | +- Support resource group interfaces for V2 |
| 83 | +- |
62 | 84 | ## milvus-sdk-java 2.4.9 (2024-11-26) |
63 | 85 |
|
64 | 86 | ### Feature |
|
0 commit comments