Skip to content

Commit dd7eedb

Browse files
authored
Modify CHANGELOG (#1477)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
1 parent bea199a commit dd7eedb

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Changelog
22

33
## milvus-sdk-java 2.5.11 (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
69
- Fix a bug of flush that timestamp is not correctly passed
10+
- Fix a null pointer bug of CreateCollectionReq.indexParam()
11+
- Fix a no such key bug of BulkWriter
12+
- Fix potential bugs of ConsistencyLevel when dml/dql requests across databases
13+
- Fix potential bugs of collection schema cache when dml requests across databases
714

815
### Improvement
9-
- Deprecate topK for search/hybridSearch/iterator, replaced with limit
10-
- Refine collection schema cache
16+
- Deprecate topK of search/hybridSearch/iterator, replaced with limit
17+
- Deprecate expr of AnnSearchReq, replaced with filter
18+
- Add database parameter for HybridSearchParam/QueryParam/SearchParam in V1
19+
- Add database parameter for LoadCollectionReq/RefreshLoadReq in V2
1120
- Avoid exception when search result is empty
1221
- Support jsonPath index
1322
- Support run analyzer by collection and Field

0 commit comments

Comments
 (0)