Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,41 @@
# Changelog

## milvus-sdk-java 2.6.1 (2025-07-15)
### Feature
- Support uploading file to Zilliz Cloud Stage for BulkWriter

### Bug
- Fix a bug of SearchResultsWrapper.getRowRecords() that returns wrong data for output fields
- Fix a null pointer bug of CreateCollectionReq.indexParam()
- Fix a no such key bug of BulkWriter
- Fix potential bugs of ConsistencyLevel when dml/dql requests across databases
- Fix potential bugs of collection schema cache when dml requests across databases

### Improvement
- Deprecate topK for search/hybridSearch/iterator, replaced with limit
- Refine collection schema cache
- Deprecate expr of AnnSearchReq, replaced with filter
- Add database parameter for HybridSearchParam/QueryParam/SearchParam in V1
- Add database parameter for LoadCollectionReq/RefreshLoadReq in V2
- Avoid exception when search result is empty
- BulkWriter supports Int8Vector

## milvus-sdk-java 2.5.11 (2025-07-15)
### Feature
- Support uploading file to Zilliz Cloud Stage for BulkWriter

### Bug
- Fix a bug of SearchResultsWrapper.getRowRecords() that returns wrong data for output fields
- Fix a bug of flush that timestamp is not correctly passed
- Fix a null pointer bug of CreateCollectionReq.indexParam()
- Fix a no such key bug of BulkWriter
- Fix potential bugs of ConsistencyLevel when dml/dql requests across databases
- Fix potential bugs of collection schema cache when dml requests across databases

### Improvement
- Deprecate topK for search/hybridSearch/iterator, replaced with limit
- Refine collection schema cache
- Deprecate topK of search/hybridSearch/iterator, replaced with limit
- Deprecate expr of AnnSearchReq, replaced with filter
- Add database parameter for HybridSearchParam/QueryParam/SearchParam in V1
- Add database parameter for LoadCollectionReq/RefreshLoadReq in V2
- Avoid exception when search result is empty
- Support jsonPath index
- Support run analyzer by collection and Field
Expand Down
Loading