v2.6.6
📦 milvusView on GitHub →
✨ 2 features🐛 7 fixes
Summary
This release introduces a new benchmarking framework and Function SDK support, alongside numerous bug fixes related to boolean serialization, JSON parsing, and iterator handling.
✨ New Features
- Added comprehensive benchmarking framework.
- Added Function SDK support.
🐛 Bug Fixes
- Boolean serialization now keeps uppercase for e2e compatibility.
- Preserved False boolean values in SCANN index parameters.
- Switched to using the standard json library to parse deep recursive JSON when orjson failed.
- Fixed search parameters in ORM search iterator.
- Fixed negative index access issue when preloading float vectors.
- Corrected missing timestamp saving for iterator checkpoint.
- Fixed some typos and ignored emacs backup files.