1.15.1
Changelog
Improvements
- https://github.com/qdrant/qdrant/pull/6931 - gRPC HealthCheck method now works without authentication, making it consistent with REST methods.
- https://github.com/qdrant/qdrant/pull/6923 - Use populate storage components with
MADV_SEQUENTIALfor better IO performance on indexing
Bug Fixes
- https://github.com/qdrant/qdrant/pull/6932 - Fix point shard routing broken in 1.15 (Points created in 1.15.0 in multi-shard collections might not behave properly on updates!)
- https://github.com/qdrant/qdrant/pull/6903 - Fix compile error in MUSL builds
- https://github.com/qdrant/qdrant/pull/6910 - Fix panic in
/metricson empty collection data - https://github.com/qdrant/qdrant/pull/6916 - Fix UUID index storage, resulted in missing filter results.