Change8

v2.4.15

📦 milvusView on GitHub →
4 features🐛 3 fixes🔧 5 symbols

Summary

This release introduces several enhancements focused on schema caching for improved performance in insert, upsert, get, and delete operations, alongside various bug fixes including one for BulkWriter and gRPC thread management.

✨ New Features

  • Added schema update time verification to insert and upsert operations to utilize caching.
  • Enabled the `describe_replica` API in the Milvus client.
  • Implemented schema cache usage for get and delete operations.
  • Added `created_timestamp` to the output of `describecollection`.

🐛 Bug Fixes

  • Fixed a bug in `BulkWriter` related to Array type fields.
  • Unified the output of `str(DataType)` across different Python versions.
  • Resolved an issue where the gRPC thread was not released upon failed `connections.connect()` calls.

Affected Symbols