v2.6.9
📦 milvusView on GitHub →
✨ 2 features🐛 2 fixes🔧 6 symbols
Summary
This release enhances gRPC configuration and adds support for warmup parameters in FieldSchema. It also fixes critical bugs related to database context handling in SearchIteratorV2.
✨ New Features
- Added support for warmup type parameters in FieldSchema definitions.
- Improved gRPC keepalive defaults and introduced support for user-configurable grpc_options.
🐛 Bug Fixes
- Fixed an issue where SearchIteratorV2 failed to query non-default databases by ensuring kwargs (including context carrying db_name) are passed to describe_collection.
- Resolved a tuple unpacking error within _list_vector_indexes when calling _get_schema.