Change8

v2.6.7

📦 milvusView on GitHub →
2 features🐛 11 fixes🔧 4 symbols

Summary

This release introduces support for semantic-highlighter and async list_persistent_segments, alongside numerous bug fixes addressing data type handling, memory usage, and database context management.

✨ New Features

  • Support semantic-highlighter.
  • Support async client list_persistent_segments.

🐛 Bug Fixes

  • Parameters are now passed as keyword arguments to avoid incompatibility issues with minio-py 7.2.19.
  • Float scalar datatype now correctly supports floating-point numbers.
  • struct_validator now returns True instead of x to correctly support empty arrays.
  • Switched from += to list join when operating on bytes to prevent Out Of Memory (OOM) errors.
  • Fixed a bug in bulkwriter to support all-empty struct lists.
  • Removed some old function calls following the schema cache refactor.
  • Extended protobuf after flushing the vector cache.
  • Removed db_name from grpchandler to client.
  • Fixed some usage issues after refactoring dbname.
  • Fixed usage of context.
  • Returns an error when attempting to use a non-existent database.

Affected Symbols