| v1.18.2 | # Change log ## Improvements * https://github.com/qdrant/qdrant/pull/9282 - Log slow operations during shard WAL recovery * https://github.com/qdrant/qdrant/pull/9137 - Clear cache of ID tracker after building a segment * https://github.com/qdrant/qdrant/pull/9138 - Don't rebuild payload index if changing `on_disk` flag ## Bug Fixes * https://github.com/qdrant/qdrant/pull/9285 - Fix potential infinite loop in optimizer when using multi vectors with `prevent_unoptimized` * https:// | High | 6/4/2026 |
| v1.18.1 | # 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 | High | 5/22/2026 |
| v1.18.0 | # Change log ## Features ๐๏ธ * [milestone!48](https://github.com/qdrant/qdrant/milestone/48) - Add TurboQuant quantization variant, 8x vector compression without the recall tax * https://github.com/qdrant/qdrant/pull/8605 - Add API to create and delete named vectors in existing collection * https://github.com/qdrant/qdrant/pull/8606 - Deep memory reporting, show memory usage breakdown for storage components * https://github.com/qdrant/qdrant/pull/8714 - Add low memory mode, force open e | High | 5/11/2026 |
| v1.17.1 | # Change log ## Improvements * [milestone#46](https://github.com/qdrant/qdrant/milestone/46?closed=1) - Defer point updates, efficiently apply and optimize points with `prevent_unoptimized=true` * https://github.com/qdrant/qdrant/pull/8188 - Make Gridstore flushes non-blocking to reduce search tail latencies * https://github.com/qdrant/qdrant/pull/8235 - Improve performance of filtered search in case of singular payload value * https://github.com/qdrant/qdrant/pull/8402 - Add request tr | Medium | 3/27/2026 |
| v1.17.0 | # Change log ## Features ๐๏ธ * [milestone#38](https://github.com/qdrant/qdrant/milestone/38?closed=1) - Relevance Feedback ([docs](https://qdrant.tech/documentation/concepts/search-relevance/#relevance-feedback)) * [milestone#44](https://github.com/qdrant/qdrant/milestone/44?closed=1) - API for detailed report on optimization progress and stages ([docs](https://qdrant.tech/documentation/concepts/optimizer/#optimization-monitoring)) * [milestone#40](https://github.com/qdrant/qdrant/milest | Low | 2/20/2026 |
| v1.16.3 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7755, https://github.com/qdrant/qdrant/pull/7588 - Respect search and point retrieve timeout when trying to access segments - https://github.com/qdrant/qdrant/pull/7685 - Respect telemetry timeout when fetching shard statistics - https://github.com/qdrant/qdrant/pull/7715 - Log snapshot download duration and speed ## Bug fixes - https://github.com/qdrant/qdrant/pull/7787, https://github.com/qdrant/qdrant/pull/7791 | Low | 12/19/2025 |
| v1.16.2 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7607 - Improve request timeout handling for telemetry and metrics - https://github.com/qdrant/qdrant/pull/7623 - Add user agent to HTTP requests sent by Qdrant server ## Bug fixes - https://github.com/qdrant/qdrant/pull/7674 - Fix critical WAL bug that could break consensus or cause data corruption on restart - https://github.com/qdrant/qdrant/pull/7684 - Fix consensus crash when applying consensus snapshot with n | Low | 12/4/2025 |
| v1.16.1 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7514, https://github.com/qdrant/qdrant/pull/7572 - Make batch queries up to 3 times faster on full scans by reading each point only once - https://github.com/qdrant/qdrant/pull/7551 - Actively migrate vector, payload and payload index storage from RocksDB into Gridstore on startup for better and more predictable performance - https://github.com/qdrant/qdrant/pull/7579 - Add 60s internal timeout for telemetry/metrics end | Low | 11/25/2025 |
| v1.16.0 | # Change log ## Features ๐ฐ - https://github.com/qdrant/qdrant/milestone/33?closed=1 - Inline Storage: Add option to inline vectors in HNSW graph for efficient IO usage ([docs](https://qdrant.tech/documentation/guides/optimize/#inline-storage-in-hnsw-index)) - https://github.com/qdrant/qdrant/milestone/37?closed=1 - Tenant promotion mechanism for tiered multitenancy: ([docs](https://qdrant.tech/documentation/guides/multitenancy/#tiered-multitenancy)) - Add `ReplicatePoints` action to p | Low | 11/17/2025 |
| v1.15.5 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7157 - Acknowledge update/delete by filter operations on flush, preventing very slow restart - https://github.com/qdrant/qdrant/pull/7217, https://github.com/qdrant/qdrant/pull/7218, https://github.com/qdrant/qdrant/pull/7219, https://github.com/qdrant/qdrant/pull/7220, https://github.com/qdrant/qdrant/pull/7221 - Add API validation to min_should, filters, point update batch and others - https://github.com/qdrant/qdrant | Low | 9/30/2025 |
| v1.15.4 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7005 - Reduce Docker image size by 10-40% - https://github.com/qdrant/qdrant/pull/7073 - Adjust metrics histogram buckets, show empty buckets and remove small ones - https://github.com/qdrant/qdrant/pull/7111 - Include SBOM in Docker image - https://github.com/qdrant/qdrant/pull/7119 - Sign Docker images with cosign - https://github.com/qdrant/qdrant/pull/7110 - Actively migrate away from old shard key format on disk | Low | 8/27/2025 |
| v1.15.3 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/7002 - Optimize dot product calculation on AVX systems - https://github.com/qdrant/qdrant/pull/7049 - In Nix package, use rustup for Rust version management ## Bug fixes - <https://github.com/qdrant/qdrant/pull/7056> - Fix local BM25 not working as expected due to default parameter differences | Low | 8/14/2025 |
| v1.15.2 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/6891 - Implement BM25 inference in Qdrant locally - https://github.com/qdrant/qdrant/pull/6926 - Improve performance of mutable map index, used for full text, integers and more - https://github.com/qdrant/qdrant/pull/6993 - Make log buffer size adjustable when logging to a file ## Bug fixes - https://github.com/qdrant/qdrant/pull/6954 - Fix consistency problem in null index storage by deferring writes until flush
| Low | 8/11/2025 |
| v1.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_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 pro | Low | 7/24/2025 |
| v1.15.0 | # Change log ## Features ๐ * [milestone/25](https://github.com/qdrant/qdrant/milestone/25?closed=1) - Phrase Matching in Full-Text index [[Docs](https://qdrant.tech/documentation/concepts/indexing/#phrase-search)] * [milestone/28](https://github.com/qdrant/qdrant/milestone/28?closed=1) - Stop words support in Full-Text index [[Docs](https://qdrant.tech/documentation/concepts/indexing/#stopwords)] * [milestone/29](https://github.com/qdrant/qdrant/milestone/29?closed=1) - New multilingual | Low | 7/18/2025 |
| v1.14.1 | # Change log ## Improvements * https://github.com/qdrant/qdrant/pull/6458 - Speed up WAL-delta shard transfer significantly via batching and more careful synchronization * https://github.com/qdrant/qdrant/pull/6462 - Improve GPU indexing speed for payload-related HNSW links, reuse GPU resources * https://github.com/qdrant/qdrant/pull/6444, https://github.com/qdrant/qdrant/pull/6495, https://github.com/qdrant/qdrant/pull/6503, https://github.com/qdrant/qdrant/pull/6587 - Greatly improve p | Low | 5/23/2025 |
| v1.14.0 | # Change log ## Features ๐ * https://github.com/qdrant/qdrant/milestone/23 - Allow server-side score boosting with user-defined formula. See [[Docs](https://qdrant.tech/documentation/concepts/hybrid-queries/#score-boosting)] * https://github.com/qdrant/qdrant/pull/6256 - New `sum_scores` recommendation strategy. Useful for implementing relevance feedback. See [[Docs](https://qdrant.tech/documentation/concepts/explore/#sum-scores-strategy)] ## Improvements ๐ณ * https://github.com/qd | Low | 4/22/2025 |
| v1.13.6 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/6279 - In query API, read vectors/payloads once at shard level instead of in every segment, greatly improve search performance when there's lots of segments - https://github.com/qdrant/qdrant/pull/6276 - In query API, don't send huge vectors/payloads over internal network, defer reads to greatly improve search performance - https://github.com/qdrant/qdrant/pull/6260 - Improve performance of resharding transfers, make th | Low | 3/31/2025 |
| v1.13.5 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/6015 - Split CPU budget into CPU and IO to better saturate resources during optimization - https://github.com/qdrant/qdrant/pull/6088 - Enhance payload indices to handle IsEmpty and IsNull conditions much more efficiently - https://github.com/qdrant/qdrant/pull/6022, https://github.com/qdrant/qdrant/pull/6023 - Optimize ID tracker in immutable segments by compressing point mappings and versions - https://github.com/qdr | Low | 3/21/2025 |
| v1.13.4 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5967 - Set maximum number of points in a collection with strict mode ## Bug fixes - https://github.com/qdrant/qdrant/commit/b2782ff11f60b25731e07ced3f923cb1e8fe8e97 - Fix HNSW index not respecting on-disk flag, using the inverse setting - https://github.com/qdrant/qdrant/pull/5991 - Do not deactivate replica or abort transfer if target is missing point, it may not be transferred yet - https://github.com/qdrant/qdr | Low | 2/17/2025 |
| v1.13.3 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5903 - Enable consensus compaction by default, enables fast peer joining and recovery - https://github.com/qdrant/qdrant/pull/5956, https://github.com/qdrant/qdrant/pull/5962 - Delete old point versions on update, prevent old points showing up in reads - https://github.com/qdrant/qdrant/pull/5870 - Don't include unversioned points in reads, don't include partially persisted points in searches - https://github.com/qdran | Low | 2/11/2025 |
| v1.13.2 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5891 - Add support for GPUs not featuring half floats, falling back to full floats ## Bug fixes - https://github.com/qdrant/qdrant/pull/5882 - Fix blob store for payloads and sparse vectors potentially panicking when inserting large value - https://github.com/qdrant/qdrant/pull/5866 - Fix optimizers reusing points with no version, improving data resilience | Low | 1/28/2025 |
| v1.13.1 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5820 - Improve performance and memory usage of segment merging in optimizers ## Bug fixes - https://github.com/qdrant/qdrant/pull/5848 - Fix potential panic in search after GPU HNSW building - https://github.com/qdrant/qdrant/pull/5847 - Fix potential panic in GPU HNSW building when having empty payload index - https://github.com/qdrant/qdrant/pull/5819 - Fix set payload by key on in-memory payload storage not per | Low | 1/23/2025 |
| v1.13.0 | # Change log ## Features ๐จ - [milestone/18](https://github.com/qdrant/qdrant/milestone/18) - Add GPU support for HNSW super fast indexing - [milestone/3](https://github.com/qdrant/qdrant/milestone/3) - Add resharding in our [cloud](https://qdrant.tech/documentation/cloud-intro/) offering, change the number of shards at runtime - [milestone/13](https://github.com/qdrant/qdrant/milestone/13) - Add strict mode to restrict certain type of operations on collections - https://github.com/qdra | Low | 1/17/2025 |
| v1.12.6 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5687 - Support 64-bit dimension indices for sparse vectors - https://github.com/qdrant/qdrant/pull/5609 - Support issues API with limited API keys - https://github.com/qdrant/qdrant/pull/5602 - Add support for logging in JSON format - https://github.com/qdrant/qdrant/pull/5630 - Add web UI to Debian package ## Bug fixes - https://github.com/qdrant/qdrant/pull/5629 - Properly flush files with fsync to prevent stor | Low | 1/8/2025 |
| v1.12.5 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5505 - Improve point retrieval across shards by streaming results - https://github.com/qdrant/qdrant/pull/5521 - Improve point searches across segments by streaming results - https://github.com/qdrant/qdrant/pull/5514 - Improve facet computing across shards by streaming results - https://github.com/qdrant/qdrant/pull/5405 - Make `/readyz` catch up to latest consensus commit - https://github.com/qdrant/qdrant/pull/5506 | Low | 12/9/2024 |
| v1.12.4 | # Change log ## Improvements * https://github.com/qdrant/qdrant/pull/5440 - :sparkles: Optimize mmap sequential access for full-scan segments and reading of large vectors * https://github.com/qdrant/qdrant/pull/5428 - Leverage ahash in search results * https://github.com/qdrant/qdrant/pull/5414 - Improvements for update clocks to improve updates consistency * https://github.com/qdrant/qdrant/pull/5448 - Sync consensus at the end of stream records transfer * https://github.com/qdrant/qd | Low | 11/18/2024 |
| v1.12.3 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5411 - Do not report peer address replaced as warning if it's still the same - https://github.com/qdrant/qdrant/pull/5426 - Expose usage of async scorer in telemetry ## Bug fixes - https://github.com/qdrant/qdrant/pull/5427 - Fix potential panic during search over deleted points or with payload filters | Low | 11/12/2024 |
| v1.12.2 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/5313, https://github.com/qdrant/qdrant/pull/5314, https://github.com/qdrant/qdrant/pull/5303, https://github.com/qdrant/qdrant/pull/5317 - Improve performance of matrix API - https://github.com/qdrant/qdrant/pull/5219, https://github.com/qdrant/qdrant/pull/5251, https://github.com/qdrant/qdrant/pull/5254, https://github.com/qdrant/qdrant/pull/5305 - Improve performance by not capturing backtrace if not necessary - https | Low | 11/8/2024 |
| v1.12.1 | # Change log ## Bug fixes * https://github.com/qdrant/qdrant/pull/5222 - prevents panic in case of geo-radius is 0 | Low | 10/11/2024 |
| v1.12.0 | # Change log ## Features :tropical_drink: * [#milestone-4](https://github.com/qdrant/qdrant/milestone/4?closed=1) - Facets API - adds ability to retrieve unique payload values with counts for a given index field under the given filter. [[Docs](https://qdrant.tech/documentation/concepts/payload/#facet-counts)] * [#milestone-11](https://github.com/qdrant/qdrant/milestone/11?closed=1) - Distance Matrix API - adds ability to calculate many-to-many distances between stored vectors. This featur | Low | 10/8/2024 |
| v1.11.5 | # Change log ## Bug fixes - https://github.com/qdrant/qdrant/pull/5113 - Fix set payload with nested key not updating nested structure properly in some cases - https://github.com/qdrant/qdrant/pull/5111 - Fix optimizations potentially getting stuck if low optimization limit is configured - https://github.com/qdrant/qdrant/pull/5105 - Properly configure RocksDB to use LZ4 compression for payload index - https://github.com/qdrant/qdrant/pull/5123 - If populating mmap with syscall fails, fal | Low | 9/23/2024 |
| v1.11.4 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/4940 - Add grey collection status if optimizations are pending after restart - https://github.com/qdrant/qdrant/pull/5073 - Parallelize deduplication of points on start, making startups faster - https://github.com/qdrant/qdrant/pull/5072 - Significantly improve performance of lookup/delete in keyword index, making startups faster - https://github.com/qdrant/qdrant/pull/5091 - Buffer reads when loading quantized vectors | Low | 9/17/2024 |
| v1.11.3 | # Change log ## Bug fixes - https://github.com/qdrant/qdrant/pull/4977 - Fix match payload filters on string and UUID indices | Low | 8/29/2024 |
| v1.11.2 | # Change log ## Bug fixes - https://github.com/qdrant/qdrant/pull/4973 - Fix potential panic during payload index building | Low | 8/28/2024 |
| v1.11.1 | # Change log ## Improvements * https://github.com/qdrant/qdrant/pull/4855 - Allow to modify data before writing on disk for copy-on-write operations * https://github.com/qdrant/qdrant/pull/4941 - Non-blocking payload index building * https://github.com/qdrant/qdrant/pull/4947 - Include list of peers in telemetry * https://github.com/qdrant/qdrant/pull/4961 - Support for MatchAny and Except conditions for UUID index ## Bug fixes * https://github.com/qdrant/qdrant/pull/4952 - Fix | Low | 8/27/2024 |
| v1.11.0 | # Change Log ## Features ๐ช * [milestone#6](https://github.com/qdrant/qdrant/milestone/6?closed=1) - GroupBy support for query API * [milestone#8](https://github.com/qdrant/qdrant/milestone/8?closed=1) - Introduce UUID payload index * [milestone#2](https://github.com/qdrant/qdrant/milestone/2?closed=1) - On-disk support for Keyword, Integer, Datatime, Float and UUID indexes * [milestone#5](https://github.com/qdrant/qdrant/milestone/5?closed=1) - Random sampling support in Query API * h | Low | 8/12/2024 |
| v1.10.1 | # Change log ## Bug fixes - https://github.com/qdrant/qdrant/pull/4611 - Fix offset being applied twice in query API - https://github.com/qdrant/qdrant/pull/4630 - Fix handling of score threshold for fusion requests in query API - https://github.com/qdrant/qdrant/pull/4631 - Fix locally disabling last shard replica in some cases, making a shard unavailable - https://github.com/qdrant/qdrant/pull/4653 - Fix not properly deleting points with delete by filter request right before hard cras | Low | 7/11/2024 |
| v1.10.0 | # Change Log ## Features :tiger: * https://github.com/qdrant/qdrant/issues/4225 - Universal query API - [[Docs](https://qdrant.tech/documentation/concepts/search/#query-api)] * Support search, recommendations, discovery, ordering by payload in a single request * Perform [hybrid search](https://qdrant.tech/documentation/concepts/hybrid-queries/#hybrid-search) by merging results from different queries with fusion * Build [multi-stage](https://qdrant.tech/documentation/concepts | Low | 7/1/2024 |
| v1.9.7 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/4517 - Do not allow embedding the web UI in an iframe - https://github.com/qdrant/qdrant/pull/4556 - Include HNSW configuration in snasphots to fix some edge cases ## Bug fixes - https://github.com/qdrant/qdrant/pull/4555 - Fix panic on start with sparse index from versions 1.9.3 to 1.9.6 - https://github.com/qdrant/qdrant/pull/4551 - Fix positive/negative points IDs being excluded when using recommendation search | Low | 6/25/2024 |
| v1.9.6 | # Change log ## Bug fixes * https://github.com/qdrant/qdrant/pull/4472 - fix potential panic on recovery sparse vectors from crash * https://github.com/qdrant/qdrant/pull/4426 - improve error message on missing payload index * https://github.com/qdrant/qdrant/pull/4375 - fix in-place updates for sparse index * https://github.com/qdrant/qdrant/pull/4523 - fix missing payload index issue, introduced in v1.9.5 | Low | 6/22/2024 |
| v1.9.5 | # Change log ## Features - https://github.com/qdrant/qdrant/pull/4254 - Add pyroscope integration for continuous profiling on demand ## Improvements - https://github.com/qdrant/qdrant/pull/4309 - Allow to configure default number of shards per node - https://github.com/qdrant/qdrant/pull/4317 - Allow to overwrite optimizer settings via config - https://github.com/qdrant/qdrant/pull/4312, https://github.com/qdrant/qdrant/pull/4369 - Improve vector size estimations, making index threshol | Low | 6/11/2024 |
| v1.9.4 | # Change log ## Bug fixes - https://github.com/qdrant/qdrant/pull/4332 - Fix potentially losing a segment when creating a snapshot with ongoing updates - https://github.com/qdrant/qdrant/pull/4342 - Fix potential panic on start if there is no appendable segment - https://github.com/qdrant/qdrant/pull/4328 - Prevent panic when searching with huge limit | Low | 5/28/2024 |
| v1.9.3 | # Change log ## Improvements * https://github.com/qdrant/qdrant/pull/4165 - Handle Out-Of-Disk on insertions gracefully * https://github.com/qdrant/qdrant/pull/3964 - Faster consensus convergence with batched updates * https://github.com/qdrant/qdrant/pull/4301 - Deduplicate points by ID for custom sharding ## Bug fixes * https://github.com/qdrant/qdrant/pull/4307 - Fix overflow panic if scroll limit is usize::MAX * https://github.com/qdrant/qdrant/pull/4322 - Fix panic with missi | Low | 5/26/2024 |
| v1.9.2 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/4148 - Greatly improve proxy segment performance when a lot of changes are tracked - https://github.com/qdrant/qdrant/pull/4176 - Speed up loading of large memory mapped segments - https://github.com/qdrant/qdrant/pull/4205 - Use distinct gRPC types for shard replication and overwriting payload requests, existing clients remain compatible - https://github.com/qdrant/qdrant/pull/4163 - Extend sparse vector benchmarks # | Low | 5/10/2024 |
| v1.9.1 | # Change Log ## Improvements * https://github.com/qdrant/qdrant/pull/4119 - performance of the numerical values range filter * https://github.com/qdrant/qdrant/pull/4103 - Handle antimeridians in geo bounding box filter * https://github.com/qdrant/qdrant/pull/3931 - Speedup consensus thread * https://github.com/qdrant/qdrant/pull/4084 - improve consistency of the scroll API with parallel updates ## Bug fixes * https://github.com/qdrant/qdrant/pull/4155 - fixes usage of `snapshot | Low | 5/2/2024 |
| v1.9.0 | # Change log ## Features ๐๏ธ - https://github.com/qdrant/qdrant/issues/3477 - Implement and enable shard diff transfer, greatly improve shard transfer speed on node recovery - https://github.com/qdrant/qdrant/issues/3777 - Role-based access control with JWT - https://github.com/qdrant/qdrant/pull/3976, https://github.com/qdrant/qdrant/pull/4049, https://github.com/qdrant/qdrant/pull/4065 - Add support for byte vectors, represent your vectors as float32 or uint8 ## Improvements ๐ต๏ธ | Low | 4/22/2024 |
| v1.8.4 | ## Bug fixes - https://github.com/qdrant/qdrant/pull/3948 - Fix persisted crash when using space in quoted JSON path | Low | 4/1/2024 |
| v1.8.3 | ## Bug fixes - https://github.com/qdrant/qdrant/pull/3856, https://github.com/qdrant/qdrant/pull/3867 - Fix arbitrary path traversal vulnerability in full snapshot REST API ## Improvements - https://github.com/qdrant/qdrant/pull/3837 - Improve error message when doing upsertion with malformed data ## Dashboard - https://github.com/qdrant/qdrant-web-ui/pull/167 - Find similar points by payload key:value pair - https://github.com/qdrant/qdrant-web-ui/pull/166 - Fix find similar poi | Low | 3/19/2024 |
| v1.8.2 | ## Bug Fixes * https://github.com/qdrant/qdrant/pull/3832 * fix propagation of `max_optimization_threads` on the collection params update * Improve of indexing optimizer conditions * https://github.com/qdrant/qdrant/pull/3835 - prevent unnecessary flushes of WAL Clock * https://github.com/qdrant/qdrant/pull/3776 - make `/readyz` check reliable on horizontal scaling * https://github.com/qdrant/qdrant/pull/3806 - fix memory addresses alignment for HNSW graph | Low | 3/15/2024 |
| v1.8.1 | # Bug fixes * https://github.com/qdrant/qdrant/pull/3788 - Allow payload paths starting with numbers | Low | 3/7/2024 |
| v1.8.0 | # Change log ## Features ๐
* Add ability to order Scroll API results by payload value - https://github.com/qdrant/qdrant/pull/3493, https://github.com/qdrant/qdrant/pull/3533, https://github.com/qdrant/qdrant/pull/3562, https://github.com/qdrant/qdrant/pull/3540, https://github.com/qdrant/qdrant/pull/3589, https://github.com/qdrant/qdrant/pull/3726 * Add date time payload index to efficiently filter by date time ranges - https://github.com/qdrant/qdrant/pull/3395, https://github.com/qdra | Low | 3/6/2024 |
| v1.7.4 | # Change log ## Improvements - https://github.com/qdrant/qdrant/pull/3318 - Synchronize all nodes after collection or shard key creation, prevents collection inconsistencies across nodes - https://github.com/qdrant/qdrant/pull/3458 - Limit automatic shard transfers for node recovery to 1, prevents huge load on cluster when recovering a big node | Low | 1/29/2024 |