Skip to content

milvus-sdk-java-2.5.11

Compare
Choose a tag to compare
@yhmo yhmo released this 15 Jul 11:10
· 126 commits to master since this release
0a35d7d

Release date: 2025-07-15

Compatible with Milvus v2.5.x

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 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