|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## milvus-sdk-java 2.6.1 (2025-07-15) |
| 4 | +### Feature |
| 5 | +- Support uploading file to Zilliz Cloud Stage for BulkWriter |
| 6 | + |
4 | 7 | ### Bug |
5 | 8 | - Fix a bug of SearchResultsWrapper.getRowRecords() that returns wrong data for output fields |
| 9 | +- Fix a null pointer bug of CreateCollectionReq.indexParam() |
| 10 | +- Fix a no such key bug of BulkWriter |
| 11 | +- Fix potential bugs of ConsistencyLevel when dml/dql requests across databases |
| 12 | +- Fix potential bugs of collection schema cache when dml requests across databases |
6 | 13 |
|
7 | 14 | ### Improvement |
8 | 15 | - Deprecate topK for search/hybridSearch/iterator, replaced with limit |
9 | | -- Refine collection schema cache |
| 16 | +- Deprecate expr of AnnSearchReq, replaced with filter |
| 17 | +- Add database parameter for HybridSearchParam/QueryParam/SearchParam in V1 |
| 18 | +- Add database parameter for LoadCollectionReq/RefreshLoadReq in V2 |
10 | 19 | - Avoid exception when search result is empty |
11 | 20 | - BulkWriter supports Int8Vector |
12 | 21 |
|
13 | 22 | ## milvus-sdk-java 2.5.11 (2025-07-15) |
| 23 | +### Feature |
| 24 | +- Support uploading file to Zilliz Cloud Stage for BulkWriter |
| 25 | + |
14 | 26 | ### Bug |
15 | 27 | - Fix a bug of SearchResultsWrapper.getRowRecords() that returns wrong data for output fields |
16 | 28 | - Fix a bug of flush that timestamp is not correctly passed |
| 29 | +- Fix a null pointer bug of CreateCollectionReq.indexParam() |
| 30 | +- Fix a no such key bug of BulkWriter |
| 31 | +- Fix potential bugs of ConsistencyLevel when dml/dql requests across databases |
| 32 | +- Fix potential bugs of collection schema cache when dml requests across databases |
17 | 33 |
|
18 | 34 | ### Improvement |
19 | | -- Deprecate topK for search/hybridSearch/iterator, replaced with limit |
20 | | -- Refine collection schema cache |
| 35 | +- Deprecate topK of search/hybridSearch/iterator, replaced with limit |
| 36 | +- Deprecate expr of AnnSearchReq, replaced with filter |
| 37 | +- Add database parameter for HybridSearchParam/QueryParam/SearchParam in V1 |
| 38 | +- Add database parameter for LoadCollectionReq/RefreshLoadReq in V2 |
21 | 39 | - Avoid exception when search result is empty |
22 | 40 | - Support jsonPath index |
23 | 41 | - Support run analyzer by collection and Field |
|
0 commit comments