File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments