v1.15.4
📦 qdrant
✨ 5 features🐛 3 fixes
Summary
This release focuses on improving Docker image efficiency and security, enhancing disk space measurement reliability, and fixing several critical bugs related to index loading and segment proxying.
Migration Steps
- The active migration away from the old shard key format on disk should complete automatically during startup for existing collections. Monitor logs for any unexpected migration errors.
✨ New Features
- Docker image size reduced by 10-40%.
- SBOM included in Docker image.
- Docker images signed with cosign.
- Migration away from old shard key format on disk to a more robust format initiated.
- Segment size on disk measured more reliably for improved available disk space checks.
🐛 Bug Fixes
- Fixed issue where some full text index types were not loading correctly, leading to an empty index.
- Fixed incorrect reuse of old deleted points in proxy segments.
- Fixed issue preserving segment ID mapping when proxying all segments for a snapshot, which could lead to segment mixing.