Change8

v2.5.5

📦 milvusView on GitHub →
2 features🐛 8 fixes🔧 9 symbols

Summary

This release introduces schema update time verification for cache usage in insert/upsert operations and enhances the search iterator v2 with external filter support. Numerous bug fixes address issues in BulkWriter, connection handling, and API parameter types.

✨ New Features

  • Added external filter function support for search iterator v2.
  • Added `db_name` parameter to the `bulk_import` function.

🐛 Bug Fixes

  • Fixed BulkWriter bug when handling Array type fields.
  • Fixed BulkWriter bug when handling nullable fields.
  • Unified the output of str(DataType) across different Python versions.
  • Resolved an issue where the gRPC thread was not released after failed connections.connect() calls.
  • Fixed the properties parameter type in alter_collection_properties.
  • Fixed bug for BulkWriter when dealing with nullable/default_value fields.
  • Removed setting batchsize to ef for flat parameter.
  • Added and checked the timeout parameter in the database API.

Affected Symbols