v1.15.1
📦 qdrant
✨ 1 features🐛 4 fixes
Summary
This release improves IO performance during indexing and fixes several critical bugs, including issues with point shard routing in 1.15 and UUID index storage.
Migration Steps
- If you created points in version 1.15.0 in multi-shard collections, verify their behavior after updating, as the routing might have been broken.
✨ New Features
- gRPC HealthCheck method now works without authentication, consistent with REST methods.
🐛 Bug Fixes
- Fixed point shard routing broken in 1.15, which could cause issues with updates to points created in 1.15.0 in multi-shard collections.
- Fixed compile error in MUSL builds.
- Fixed panic in /metrics endpoint when collection data is empty.
- Fixed UUID index storage which previously resulted in missing filter results.