Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
qdrant-x86_64-pc-windows-msvc.zip | 2025-07-24 | 28.6 MB | |
qdrant-aarch64-apple-darwin.tar.gz | 2025-07-24 | 28.3 MB | |
qdrant_1.15.1-1_amd64.deb | 2025-07-24 | 24.2 MB | |
qdrant-x86_64-apple-darwin.tar.gz | 2025-07-24 | 30.3 MB | |
qdrant-aarch64-unknown-linux-musl.tar.gz | 2025-07-24 | 29.7 MB | |
qdrant-x86_64-unknown-linux-musl.tar.gz | 2025-07-24 | 31.9 MB | |
qdrant-x86_64-unknown-linux-gnu.tar.gz | 2025-07-24 | 31.9 MB | |
qdrant-x86_64.AppImage | 2025-07-24 | 29.8 MB | |
README.md | 2025-07-24 | 810 Bytes | |
v1.15.1 source code.tar.gz | 2025-07-24 | 4.1 MB | |
v1.15.1 source code.zip | 2025-07-24 | 4.8 MB | |
Totals: 11 Items | 243.6 MB | 17 |
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_SEQUENTIAL
for 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
/metrics
on empty collection data - https://github.com/qdrant/qdrant/pull/6916 - Fix UUID index storage, resulted in missing filter results.