Skip to content

Commit 8a5a5b1

Browse files
authored
Modify CHANGELOG (#1478)
Signed-off-by: yhmo <[email protected]>
1 parent 21878f7 commit 8a5a5b1

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,41 @@
11
# Changelog
22

33
## milvus-sdk-java 2.6.1 (2025-07-15)
4+
### Feature
5+
- Support uploading file to Zilliz Cloud Stage for BulkWriter
6+
47
### Bug
58
- 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
613

714
### Improvement
815
- 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
1019
- Avoid exception when search result is empty
1120
- BulkWriter supports Int8Vector
1221

1322
## milvus-sdk-java 2.5.11 (2025-07-15)
23+
### Feature
24+
- Support uploading file to Zilliz Cloud Stage for BulkWriter
25+
1426
### Bug
1527
- Fix a bug of SearchResultsWrapper.getRowRecords() that returns wrong data for output fields
1628
- 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
1733

1834
### 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
2139
- Avoid exception when search result is empty
2240
- Support jsonPath index
2341
- Support run analyzer by collection and Field

0 commit comments

Comments
 (0)