v2.5.11
📦 milvusView on GitHub →
✨ 2 features🐛 5 fixes🔧 1 symbols
Summary
This release focuses on bug fixes related to schema alteration, upsert requests, and connection handling, alongside enhancements for analyzer configuration.
✨ New Features
- Support running analyzer by collection and field.
- Dump analyzer parameters when initializing field schema.
🐛 Bug Fixes
- Fixed wrong marshal field schema parameters case when altering collection failed.
- Fixed passing the correct number of parameters for _prepare_row_upsert_request.
- Fixed MilvusClient misusage of disconnect.
- Fixed awaiting on removing async connections.
- Fixed calling of deregister_state_change_callback.