| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| qdrant-aarch64-apple-darwin.tar.gz | 2026-05-22 | 28.8 MB | |
| qdrant-x86_64-pc-windows-msvc.zip | 2026-05-22 | 29.6 MB | |
| qdrant_1.18.1-1_amd64.deb | 2026-05-22 | 24.1 MB | |
| qdrant-x86_64-apple-darwin.tar.gz | 2026-05-22 | 31.0 MB | |
| qdrant-aarch64-unknown-linux-musl.tar.gz | 2026-05-22 | 30.3 MB | |
| qdrant-x86_64.AppImage | 2026-05-22 | 34.8 MB | |
| qdrant-x86_64-unknown-linux-musl.tar.gz | 2026-05-22 | 32.4 MB | |
| qdrant-x86_64-unknown-linux-gnu.tar.gz | 2026-05-22 | 32.3 MB | |
| README.md | 2026-05-22 | 1.7 kB | |
| v1.18.1 source code.tar.gz | 2026-05-22 | 5.1 MB | |
| v1.18.1 source code.zip | 2026-05-22 | 6.2 MB | |
| Totals: 11 Items | 254.4 MB | 38 | |
Change log
Improvements
- https://github.com/qdrant/qdrant/pull/8988 - Refactor quantized multi-vector scorers for io_uring support
- https://github.com/qdrant/qdrant/pull/9058 - Validate vector dimensions before WAL write for async upserts
Bug Fixes
- https://github.com/qdrant/qdrant/pull/8990 - Notify pending consensus ops on snapshot apply
- https://github.com/qdrant/qdrant/pull/9054 - Fix indexed integer range filter with float values
- https://github.com/qdrant/qdrant/pull/9055 - Fix
{match: {except: []}}returning zero results with payload index - https://github.com/qdrant/qdrant/pull/9070 - Fix empty vector panic
- https://github.com/qdrant/qdrant/pull/9099 - Fix TurboQuant heap memory under-reporting
- https://github.com/qdrant/qdrant/pull/9107 - Do not use unnecessary sequential mmaps
- https://github.com/qdrant/qdrant/pull/9014 - Fix resharding cleanup data race with update queue
- https://github.com/qdrant/qdrant/pull/9120 - Use cluster default shard transfer method for fallback
- https://github.com/qdrant/qdrant/pull/9121 - Recreate workers/optimizers async to not block consensus
- https://github.com/qdrant/qdrant/pull/9110 - Restart optimizer on conflicting vector schema
- https://github.com/qdrant/qdrant/pull/9122 - Do not remove shard for snapshot transfer receiver
- https://github.com/qdrant/qdrant/pull/9125 - Fix snapshot transfer cancellation on external malformed requests
- https://github.com/qdrant/qdrant/pull/9116 - Fix deleted mask race on optimization and snapshot creation
Security
- https://github.com/qdrant/qdrant/pull/9031 - Authorize request before we accept snapshot file upload