v2.4.14
📦 milvusView on GitHub →
✨ 4 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces several new management operations like partition and index management, adds database operation examples, and fixes bugs related to Hits field names and iterator mismatches during alias alteration. The release also enhances publishing security via trusted publisher adoption.
✨ New Features
- Added database operation examples.
- Added support for `release_collection`, `drop_index`, `create_partition`, `drop_partition`, `load_partition`, and `release_partition` operations.
- Added example code for collection and partition management operations (create/drop collection, load/release collection, create/drop index, create/drop partition, load/release partition).
- Added support for recalls in `milvus_client`.
🐛 Bug Fixes
- Fixed issue where the primary field name in Hits was incorrect.
- Fixed iterator mismatch when altering an alias and database.
- Fixed issue where publishing to too many destinations in one action failed.