Explorar o código

Modify CHANGELOG (#1477)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot hai 2 meses
pai
achega
dd7eedb9d5
Modificáronse 1 ficheiros con 11 adicións e 2 borrados
  1. 11 2
      CHANGELOG.md

+ 11 - 2
CHANGELOG.md

@@ -1,13 +1,22 @@
 # Changelog
 
 ## 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