<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Qdrant — The AI Toolchain</title>
    <link>https://aitoolchain.io/tools/qdrant</link>
    <description>New releases and features in Qdrant, tracked by The AI Toolchain.</description>
    <language>en</language>
    <lastBuildDate>Wed, 05 Aug 2026 11:26:05 GMT</lastBuildDate>
    <atom:link href="https://aitoolchain.io/tools/qdrant/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Qdrant v1.19.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.19.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.19.0</guid>
      <pubDate>Wed, 05 Aug 2026 11:26:05 GMT</pubDate>
      <description>Qdrant v1.19.0 adds TurboQuant 4-bit primary storage, prefix match filters, per-query IDF, slice filtering, a global quota API, and routing tokens for read affinity.
• Adds `&quot;memory&quot;: &quot;cold&quot; / &quot;cached&quot; / &quot;pinned&quot;` configuration per individual collection component to enable fine-grained control over memory behavior and performance.
• Adds `&quot;match&quot;: {&quot;prefix&quot;: &quot;...&quot;}` in `filter` to match keywords by prefix (must be enabled in the keyword index).
• Introduces a Global Quota API for managing resource quotas across the cluster.
• Adds a routing token for deterministic read routes, enabling read-affinity consistency guarantees.
• Introduces a Slice filtering condition supporting sliced scroll and deterministic sampling.
• Adds per-query IDF corpus for sparse vector search, enabling per-tenant IDF statistics in full-text search.
• Adds TurboQuant 4-bit as a datatype for primary vector storage, storing only 4-bit quantized vectors and eliminating the need to retain full-precision originals.
• Web UI gains a management interface for payload indexes and their configuration.
• Web UI gains a management interface for global resource quotas.
• Web UI adds a multi-delete feature for collections.
• Web UI adds display and editing for collection metadata.
• Web UI adds a display for resharding progress.
• Significantly more performant vector visualization and dimensionality reduction in the Web UI using a WASM-based UMAP implementation and WebGL rendering.
Breaking changes:
• The default update queue length is reduced from 1,000,000 to 200; deployments relying on the previous high-water mark will need to reconfigure.
• `max_resident_memory_percent` in strict mode is deprecated in favor of the new global quota API; existing configurations using this field should migrate.</description>
    </item>
    <item>
      <title>Qdrant v1.19.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.19.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.19.0</guid>
      <pubDate>Wed, 05 Aug 2026 11:26:05 GMT</pubDate>
      <description>Qdrant v1.19.0 adds TurboQuant 4-bit primary storage, per-component memory tiers, prefix-match filters, a global quota API, and major Web UI upgrades.
• Adds `&quot;memory&quot;: &quot;cold&quot; / &quot;cached&quot; / &quot;pinned&quot;` configuration per individual collection component to control memory behavior and performance with fine-grained precision.
• Adds `&quot;match&quot;: {&quot;prefix&quot;: &quot;...&quot;}` in `filter` to match keywords by prefix (must be enabled in keyword index).
• Introduces a global quota API replacing the `max_resident_memory_percent` strict-mode setting.
• Adds a routing token for deterministic read routes to support read-affinity consistency guarantees.
• Adds a `slice` filtering condition enabling sliced scroll and deterministic sampling.
• Introduces TurboQuant 4-bit as a datatype for primary vector storage, storing only 4-bit quantized vectors to eliminate disk usage for original vectors.
• Adds per-query IDF corpus for sparse vector search, enabling per-tenant IDF statistics in full-text search.
• New Web UI for managing payload indexes and their configuration.
• New Web UI for managing global resource quotas.
• Significantly more performant vectors visualization using a WASM implementation of UMAP and WebGL rendering in the Web UI.
• Adds multi-delete feature for collections in the Web UI.
• Adds display and editing for collection metadata in the Web UI.
• Adds resharding progress display in the Web UI.
• Adds an option to explicitly disable the BM25 stemmer (deprecating the previous `&apos;none&apos;` hack).
• Single-file mmap vector storage now enabled by default for immutable segments.
• Utilizes `io_uring` for payload storage, improving I/O performance.
• Reports effective (cgroup) CPU, RAM, and disk metrics in telemetry.
Breaking changes:
• The `max_resident_memory_percent` strict-mode setting is deprecated in favor of the new global quota API; configurations relying on it should migrate to the quota API.
• Deprecated search endpoints are removed from OpenAPI and deprecated in gRPC; clients using those endpoints will need to migrate.</description>
    </item>
    <item>
      <title>Qdrant v1.18.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.18.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.18.0</guid>
      <pubDate>Mon, 11 May 2026 15:04:38 GMT</pubDate>
      <description>Qdrant v1.18.0 adds TurboQuant 8x compression, named-vector CRUD APIs, low-memory mode, and a strict memory cap parameter.
• Adds `max_resident_memory_percent` strict-mode parameter to reject update requests when resident memory usage exceeds the configured threshold.
• Adds API endpoints to create and delete named vectors in an existing collection without recreating it.
• Adds config option to disable snapshot restore from URL, reducing the remote-fetch attack surface.
• Enforces API key / JWT authentication on internal gRPC endpoints.
• Introduces TurboQuant quantization variant delivering 8x vector compression with minimal recall degradation.
• Adds low-memory mode that forces all data open on disk to minimise out-of-memory crashes on startup.
• Adds deep memory reporting API that exposes a memory-usage breakdown per storage component.
• Records API method path in audit log events.
• Reports tracing ID in audit log events.
• Reports audit log configuration and data size in telemetry and metrics.
• Skips audit logging on telemetry endpoints to reduce noise.
• Web UI adds a memory and disk inspector showing usage breakdown per storage component.
• Web UI adds a high-contrast theme.
• Web UI renders inline documentation in the collection info panel.
• Web UI adds a refresh button to collection views.
• Uses a dynamic CPU pool for search workers, improving search performance under high IO wait.
• Uses operation-size-based batching in shard transfers for higher throughput.
• Reduces immutable geo index memory usage by 7x.
• Fully removes RocksDB support, simplifying storage handling.
Breaking changes:
• RocksDB support is fully removed; any deployment relying on RocksDB storage must migrate before upgrading.</description>
    </item>
    <item>
      <title>Qdrant v1.17.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.17.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.17.1</guid>
      <pubDate>Fri, 27 Mar 2026 08:37:25 GMT</pubDate>
      <description>Qdrant v1.17.1 adds deferred point updates with `prevent_unoptimized=true`, request tracing IDs in audit logs, and non-blocking Gridstore flushes.
• Defers point updates and efficiently applies/optimizes points when `prevent_unoptimized=true` is set, reducing write amplification under high ingest load.
• Adds request tracing ID into the audit log, enabling correlation of individual API calls through audit trails.
• Makes Gridstore flushes non-blocking to reduce search tail latencies during concurrent writes.
• Improves filtered search performance for queries on payload fields with a single (singular) value.
• Allows a peer to bootstrap using a previously used URI when the current URI is empty, improving cluster recovery ergonomics.</description>
    </item>
    <item>
      <title>Qdrant v1.17.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.17.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.17.0</guid>
      <pubDate>Fri, 20 Feb 2026 11:11:50 GMT</pubDate>
      <description>Qdrant v1.17.0 adds Relevance Feedback, audit logging, weighted RRF, cluster telemetry, and Qdrant Edge (in-process mode).
• Adds `update_mode` parameter to upsert operations, accepting `upsert`, `update`, or `insert` to control insert/update behavior per request.
• Adds secondary API key configuration for zero-downtime key rotation in distributed clusters.
• Adds a dedicated HTTP port for the `/metrics` endpoint to support internal monitoring without exposing the main API port.
• Adds an API to list shard keys for collections using user-defined sharding.
• Adds Audit Access Logging for tracking access to the Qdrant API.
• Adds Weighted RRF (Reciprocal Rank Fusion) support in hybrid queries, allowing per-query weight assignment to result sets.
• Adds configurable read fan-out delay to reduce tail latency in distributed clusters.
• Adds a config option to control update throughput and prevent searches on unoptimized segments.
• Adds an API for a detailed report on optimization progress and stages, including per-segment and per-shard visibility.
• Adds an API for aggregated telemetry across the whole cluster.
• Introduces Relevance Feedback, enabling search refinement using positive and negative example points.
• Introduces Qdrant Edge: an in-process version of Qdrant sharing the same storage format, points API, and shard snapshot compatibility as the server.
• Adds ability to disable extra HNSW links construction for specific payload indices.
• Adds a more convenient way to configure API keys for external inference providers.
• Adds unlimited update queue to gracefully absorb update spikes and maintain low search latency.
• Web UI now shows detailed visualization of optimization progress.
• Web UI &apos;Create collection&apos; dialog previews the exact API command that will be executed.
• Web UI adds buttons for resharding control.
Breaking changes:
• Starting in v1.17.0, the gRPC interface changes its response format for vector fields; deprecated fields are removed — upgrade all official Qdrant client libraries before upgrading the server.
• RocksDB support is completely removed in v1.17.x in favor of Gridstore, making direct upgrades from v1.15.x to v1.17.x unsupported — upgrade one minor version at a time.
• The old shard key format deprecated in v1.15.0 is now disabled.</description>
    </item>
    <item>
      <title>Qdrant v1.16.2</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.16.2</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.16.2</guid>
      <pubDate>Thu, 04 Dec 2025 11:03:49 GMT</pubDate>
      <description>Qdrant v1.16.2 adds user agent headers to outbound HTTP requests and improves telemetry/metrics timeout handling.
• Adds a user agent header to all HTTP requests sent by the Qdrant server to downstream services.
• Improves request timeout handling for telemetry and metrics endpoints.</description>
    </item>
    <item>
      <title>Qdrant v1.16.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.16.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.16.1</guid>
      <pubDate>Tue, 25 Nov 2025 17:16:19 GMT</pubDate>
      <description>Qdrant v1.16.1 brings up to 3× faster batch queries, active RocksDB-to-Gridstore migration on startup, and user-configurable inference request timeouts.
• Makes timeout for inference requests user configurable.
• Makes batch queries up to 3× faster on full scans by reading each point only once.
• Actively migrates vector, payload, and payload index storage from RocksDB into Gridstore on startup for better and more predictable performance.
• Adds a 60-second internal timeout for telemetry/metrics endpoints to prevent long-hanging tasks.
• Adds validation to the restart shard transfer operation.</description>
    </item>
    <item>
      <title>Qdrant v1.16.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.16.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.16.0</guid>
      <pubDate>Mon, 17 Nov 2025 14:32:11 GMT</pubDate>
      <description>Qdrant v1.16.0 adds ACORN-1 search, inline HNSW storage, conditional updates, tenant promotion, ASCII folding, and a wave of new Prometheus metrics.
• Adds `ReplicatePoints` action to promote a payload-based tenant into a dedicated shard key, enabling tiered multitenancy workflows.
• Adds fallback shard key for intelligent routing to tenants that are or are not promoted to a dedicated shard.
• Adds inline storage option to embed vectors directly in the HNSW graph for more efficient IO usage.
• Adds ACORN-1 search method for accurate search over heavily filtered point sets.
• Adds `text_any` full-text filter to match points containing any of the supplied query terms.
• Adds conditional update functionality so point updates are only applied to points matching a filter.
• Adds ASCII folding (normalization) to full-text indices, collapsing diacritics into ASCII equivalents.
• Adds option to customize the RRF `k` parameter for parametrized reciprocal rank fusion in hybrid queries.
• Adds custom key-value metadata to collections.
• Adds a profiler that logs slow point update and read requests.
• Adds `warnings` field to collection info to surface misconfiguration.
• In strict mode, allows specifying a maximum number of payload indices per collection.
• On shard key creation, allows specifying the initial state of new replicas.
• New metrics: `collection_points` and `collection_vectors` report point and vector counts per collection and vector name.
• New metric: `collection_indexed_only_excluded_points` reports points skipped during `indexed_only` search.
• New metrics: `collection_active_replicas_min` and `collection_active_replicas_max` report global effective minimum and maximum shard replication count.
• New metric: `collection_dead_replicas` reports the total number of non-active replicas.
• New metric: `collection_running_optimizations` reports the number of optimizers running per collection.
• New metrics: `snapshot_creation_running`, `snapshot_recovery_running`, and `snapshot_created_total` report snapshot lifecycle counts.
• New metric: `process_threads` reports the active thread count.
• New metrics: `process_open_fds` and `process_max_fds` report open file descriptor count and the system limit.
• New metrics: `process_open_mmaps` and `system_max_mmaps` report open memory maps and the system limit.
• New metrics: `process_minor_page_faults_total` and `process_major_page_faults_total` report cumulative page fault counts.
• Adds a configuration option to prefix all Prometheus metrics with `qdrant_` or a custom string.
• Adds `TARGET_CPU` and `JEMALLOC_SYS_WITH_LG_PAGE` build parameters to the Docker image.
• Implements AVX-512 SIMD optimizations for binary quantization on modern x86_64 CPUs, unlocking significantly faster quantized search on compatible hardware.
• Enables quantization in appendable segments by default, improving search performance without manual configuration.
• New web UI design to match Qdrant Cloud (v0.2.0).
Breaking changes:
• The `init_from` collection API is removed (deprecated since Qdrant 1.15).
• The lock API is removed (deprecated since Qdrant 1.15).
• The old internal shard key format is removed (deprecated and migrated away from in Qdrant 1.15).
• The payload filter from RBAC/JWT is removed (deprecated since Qdrant 1.15); API keys that use it are now rejected.</description>
    </item>
    <item>
      <title>Qdrant v1.15.5</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.15.5</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.15.5</guid>
      <pubDate>Tue, 30 Sep 2025 12:23:50 GMT</pubDate>
      <description>Qdrant v1.15.5 adds strict mode max payload indices, remove-peer timeout, and broader API validation.
• Adds `timeout` parameter to the remove peer operation for cluster management.
• Adds strict mode configuration to specify the maximum number of payload indices allowed.
• Adds API validation for `min_should`, filters, and point update batch operations.
• Decreases internal update batch sizes to minimize search latency spikes when processing large user batches.
• Acknowledges update/delete-by-filter operations on flush, preventing very slow restarts.
• Peer IDs are no longer anonymized in telemetry data.
• Removes the vector count field from collection info responses.
Breaking changes:
• The vector count field is removed from collection info — any client code or dashboards that read that field will stop seeing it.</description>
    </item>
    <item>
      <title>Qdrant v1.15.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.15.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.15.4</guid>
      <pubDate>Wed, 27 Aug 2025 11:24:04 GMT</pubDate>
      <description>Qdrant v1.15.4 adds SBOM and cosign-signed Docker images, reduces image size by up to 40%, and improves disk-space reliability.
• Includes a Software Bill of Materials (SBOM) in the Docker image for supply-chain visibility.
• Signs Docker images with cosign, enabling signature verification before deployment.
• Reduces Docker image size by 10–40%, lowering pull times and storage overhead.
• Actively migrates shard key data on disk from the old format to a more robust format.
• Measures segment size on disk more reliably to improve available disk space checks.
• Adjusts metrics histogram buckets — shows previously hidden empty buckets and removes very small ones.</description>
    </item>
    <item>
      <title>Qdrant v1.15.2</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.15.2</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.15.2</guid>
      <pubDate>Mon, 11 Aug 2025 18:04:43 GMT</pubDate>
      <description>Qdrant v1.15.2 adds local BM25 inference, adjustable log buffer size, and a shard distribution matrix in the Web UI.
• Makes log buffer size adjustable when logging to a file.
• Implements BM25 inference locally inside Qdrant, enabling sparse text scoring without an external inference service.
• Improves performance of the mutable map index, used for full-text, integer, and other payload field types.
• Adds a shard distribution view in the Web UI showing collection shards across a cluster as a replica/node matrix.</description>
    </item>
    <item>
      <title>Qdrant v1.15.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.15.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.15.1</guid>
      <pubDate>Thu, 24 Jul 2025 10:18:56 GMT</pubDate>
      <description>gRPC HealthCheck now works without authentication, and indexing IO gets a sequential-access memory hint.
• gRPC `HealthCheck` method now operates without authentication, matching the existing behavior of REST health endpoints.
• Storage components populated during indexing now use `MADV_SEQUENTIAL` hint for improved IO performance on large index builds.</description>
    </item>
    <item>
      <title>Qdrant v1.15.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.15.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.15.0</guid>
      <pubDate>Fri, 18 Jul 2025 13:08:28 GMT</pubDate>
      <description>Qdrant v1.15.0 adds phrase matching, stop words, stemming, a new multilingual tokenizer, asymmetric and sub-2-bit quantization, and MMR to its query engine.
• Adds phrase matching support to the Full-Text index, enabling exact multi-word sequence queries.
• Adds stop words support to the Full-Text index for filtering out common terms during indexing and search.
• Introduces Snowball Stemmer support in the Full-Text index for language-aware term normalization.
• Enables a new multilingual tokenizer by default in the Full-Text index.
• Adds asymmetric binary quantization, allowing query and storage vectors to use different quantization levels.
• Adds 2-bit and 1.5-bit binary quantization encoding options for further vector compression beyond standard 1-bit.
• Adds Maximum Marginal Relevance (MMR) support in hybrid queries for diversity-aware result reranking.
• Inference usage is now reported in API responses.
• Enables pod role-based auth for S3 snapshots.
• Adds filesystem compatibility verification on process start.
• Migrates internal storage away from RocksDB.
• Adds a &apos;Create Collection&apos; form to the Web UI and simplifies the JWT form.
• Adds HNSW healing on optimization to repair degraded graph connectivity automatically.
Breaking changes:
• The `max_optimization_threads` configuration key has been removed from config.</description>
    </item>
    <item>
      <title>Qdrant v1.14.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.14.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.14.1</guid>
      <pubDate>Fri, 23 May 2025 13:09:01 GMT</pubDate>
      <description>Qdrant v1.14.1 adds a collection count limit config option and brings major payload index, GPU, and WAL transfer performance gains.
• Adds a config option to limit the number of collections in a Qdrant instance.
• Greatly improves payload index load time by replacing RocksDB with mmaps as the persistence layer.
• Adds a specialized index for `isEmpty` and `!isNull` filter conditions, improving their query performance.
• Speeds up WAL-delta shard transfer significantly via batching and more careful synchronization.
• Improves GPU indexing speed for payload-related HNSW links and reuses GPU resources across operations.
• Speeds up HNSW construction by improving heuristics computation.
• Improves IO/CPU resource scheduling for optimizers and batches IO when merging segments.</description>
    </item>
    <item>
      <title>Qdrant v1.14.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.14.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.14.0</guid>
      <pubDate>Tue, 22 Apr 2025 16:34:34 GMT</pubDate>
      <description>Qdrant v1.14.0 adds server-side score boosting with custom formulas, a new `sum_scores` recommendation strategy, and full query auto-completion in the Web UI.
• New `sum_scores` recommendation strategy available in the Explore API, designed for relevance feedback workflows.
• Adds server-side score boosting via user-defined formulas in hybrid queries, allowing custom ranking logic without client-side post-processing.
• Changed behavior: `offset` parameter in queries with `prefetch` is now applied only to the prefetch result and is no longer propagated into the prefetch query itself.
• Incremental HNSW building — segment optimizer partially re-uses the existing HNSW graph when merging segments, reducing rebuild cost.
• Parallelizes large segment search batches for improved throughput.
• Full query auto-completion added to the Qdrant Web UI.
Breaking changes:
• The `offset` parameter in a query that uses `prefetch` now applies only to the prefetch result and is not propagated into the prefetch sub-query — queries relying on the previous propagation behavior will return different results.</description>
    </item>
    <item>
      <title>Qdrant v1.13.6</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.6</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.6</guid>
      <pubDate>Mon, 31 Mar 2025 23:28:22 GMT</pubDate>
      <description>Qdrant v1.13.6 cuts query API network overhead and speeds up resharding transfers on constrained hardware.
• Query API now reads vectors and payloads once at the shard level instead of per-segment, meaningfully improving search performance on collections with many segments.
• Query API defers vector and payload reads so large data is no longer sent over the internal network during distributed queries, reducing latency in multi-node deployments.
• Resharding transfers now complete faster under slow-disk or high-memory-pressure conditions.</description>
    </item>
    <item>
      <title>Qdrant v1.13.5</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.5</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.5</guid>
      <pubDate>Fri, 21 Mar 2025 15:48:38 GMT</pubDate>
      <description>Qdrant v1.13.5 brings CPU/IO budget splitting, shard-level undersampling, and faster payload index filtering for large deployments.
• Splits the CPU budget into separate CPU and IO budgets to better saturate resources during segment optimization.
• Applies undersampling at the shard level, significantly improving query performance on large deployments with large search limits.
• Enhances payload indices to handle `IsEmpty` and `IsNull` filter conditions much more efficiently.
• Optimizes the ID tracker in immutable segments by compressing point mappings and versions, reducing memory footprint.
• Significantly improves performance of point delete propagation during resharding on large deployments.
• Uses approximate point counts at the start of shard transfers to make transfers start quicker.
• Emits a log message when hardware reporting is enabled.</description>
    </item>
    <item>
      <title>Qdrant v1.13.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.4</guid>
      <pubDate>Mon, 17 Feb 2025 12:53:02 GMT</pubDate>
      <description>Qdrant v1.13.4 adds strict-mode enforcement of a maximum point count per collection.
• Adds support for setting a maximum number of points in a collection via strict mode.</description>
    </item>
    <item>
      <title>Qdrant v1.13.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.3</guid>
      <pubDate>Tue, 11 Feb 2025 17:13:21 GMT</pubDate>
      <description>Qdrant v1.13.3 adds env-var peer/bootstrap URI config, consensus compaction on by default, Retry-After rate-limit headers, and a default log format config key.
• Adds support for passing peer/bootstrap URI via environment variables, simplifying cluster setup without config-file edits.
• Adds `Retry-After` HTTP header to REST responses when the rate limiter is exhausted, letting clients back off correctly.
• Adds a `default log format` property to the Qdrant configuration file.
• Enables consensus compaction by default, enabling faster peer joining and cluster recovery.
• Excludes unversioned and partially persisted points from reads and writes, preventing stale or incomplete data from appearing in search results or updates.
• Deletes old point versions on update, preventing superseded point versions from surfacing in reads.
• Normalizes URL paths in the REST API.</description>
    </item>
    <item>
      <title>Qdrant v1.13.2</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.2</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.2</guid>
      <pubDate>Tue, 28 Jan 2025 14:03:53 GMT</pubDate>
      <description>Qdrant v1.13.2 adds GPU support for devices without half-float capability, falling back to full floats.
• Adds support for GPUs that do not feature half floats, automatically falling back to full floats to enable indexing on a broader range of GPU hardware.</description>
    </item>
    <item>
      <title>Qdrant v1.13.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.13.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.13.0</guid>
      <pubDate>Fri, 17 Jan 2025 10:56:15 GMT</pubDate>
      <description>Qdrant v1.13.0 adds GPU-accelerated HNSW indexing, runtime resharding, strict mode, and a new Has Vector filter condition.
• Adds `has vector` filtering condition to check whether a named vector is present on a point, enabling queries that target only partially-vectorized records.
• Adds strict mode to collections to restrict certain categories of operations, giving operators tighter control over collection behaviour.
• Allows `max_optimization_threads` to be set back to automatic after being manually configured.
• Adds GPU support for HNSW indexing, dramatically accelerating index build times.
• Adds runtime resharding in Qdrant Cloud, allowing the number of shards on a collection to be changed without downtime.
• Switches payload storage to mmap by default, reducing unexpected latency spikes.
• Switches sparse vector storage to mmap, improving resource management.
• Compresses HNSW graph links to reduce memory footprint.
• Streams snapshots during snapshot transfer instead of writing them to disk first, reducing I/O overhead.
Breaking changes:
• Payload storage now defaults to mmap; existing deployments will use the new default on upgrade, which may change memory and disk I/O behaviour.
• Sparse vector storage now defaults to mmap; existing deployments will use the new default on upgrade.</description>
    </item>
    <item>
      <title>Qdrant v1.12.6</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.12.6</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.12.6</guid>
      <pubDate>Wed, 08 Jan 2025 19:45:07 GMT</pubDate>
      <description>Qdrant v1.12.6 adds 64-bit sparse vector indices, Issues API support for limited API keys, and JSON-format logging.
• Adds JSON-format logging support, enabling structured log ingestion into SIEM and log-aggregation pipelines.
• Extends the Issues API to work with limited (scoped) API keys, not just full-access credentials.
• Supports 64-bit dimension indices for sparse vectors, lifting the previous 32-bit index ceiling for very high-dimensional sparse data.
• Bundles the web UI in the official Debian package, removing the need for a separate installation step on Debian-based deployments.</description>
    </item>
    <item>
      <title>Qdrant v1.12.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.12.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.12.3</guid>
      <pubDate>Tue, 12 Nov 2024 17:15:26 GMT</pubDate>
      <description>Qdrant v1.12.3 exposes async scorer usage in telemetry data.
• Exposes async scorer usage in telemetry, making it observable whether the async scorer is active for a given collection or request.</description>
    </item>
    <item>
      <title>Qdrant v1.12.2</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.12.2</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.12.2</guid>
      <pubDate>Fri, 08 Nov 2024 16:00:45 GMT</pubDate>
      <description>Qdrant v1.12.2 adds memory usage metrics, CPU endianness telemetry, and quantized-data-in-RAM default alongside broad performance improvements.
• Reports memory usage in metrics and telemetry, giving operators visibility into runtime memory consumption.
• Reports storage bytes estimate for each segment in telemetry, enabling finer-grained capacity planning.
• Reports CPU endianness in telemetry output, surfacing hardware context alongside other node metadata.
• Adds support for reinitializing consensus with new peer URLs, easing cluster reconfiguration without a full restart.
• Uses streaming creation of snapshots during shard snapshot transfer, reducing peak memory pressure during transfers.
• Enables Jemalloc in RocksDB and its background thread for gradual release of unused memory, lowering the long-term RSS footprint.
• Improves matrix API performance across multiple code paths.
• Improves HNSW search performance by tweaking the visited list.
• Improves resilience by not killing replicas eagerly when a node is out of sync.
• Adds a log message when shard transfer is aborted, aiding operational debugging.</description>
    </item>
    <item>
      <title>Qdrant v1.12.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.12.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.12.0</guid>
      <pubDate>Tue, 08 Oct 2024 18:44:58 GMT</pubDate>
      <description>Qdrant v1.12.0 adds Facets API, Distance Matrix API, mmap vector storage by default, and on-disk text/geo index offloading.
• New Facets API retrieves unique payload values with counts for a given index field under a given filter, enabling faceted search workflows.
• New Distance Matrix API calculates many-to-many distances between stored vectors, supporting clustering, dimensionality reduction, and data visualization use cases.
• Switches default vector storage to memory-mapped files (mmap), replacing `rocksdb` to accelerate uploads for large datasets and reduce RSS anonymous memory consumption — Qdrant now slows gracefully under memory pressure instead of OOM-crashing.
• Enables sparse snapshots so that allocated-but-empty files in vector storage no longer consume extra disk space in snapshot archives.
• Adds ability to offload text-index to disk, reducing in-memory footprint for text-indexed collections.
• Adds ability to offload geo-index to disk.
• Triggers optimizers automatically when uploading snapshots.
• Instantly self-elects a Raft leader when the cluster contains a single peer, reducing startup latency in single-node deployments.
• Improved Web UI graph visualization allows sampling large chunks of data from a collection, with improved panning UX and more interactive tutorials.</description>
    </item>
    <item>
      <title>Qdrant v1.11.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.11.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.11.4</guid>
      <pubDate>Tue, 17 Sep 2024 16:53:26 GMT</pubDate>
      <description>Qdrant v1.11.4 adds a grey collection status for pending optimizations, faster startups, leaner snapshots, disk logging config, and a JWT entropy warning.
• Adds a logging-to-disk template in the configuration file, enabling structured log persistence without custom setup.
• Adds a grey collection status indicator when optimizations are pending after a node restart, distinguishing this state from healthy (green) or degraded.
• Prints a warning in logs when a JWT RBAC key has low entropy, surfacing credential-strength issues at runtime.
• Creates snapshots without intermediate temporary files, reducing disk space requirements and snapshot creation time.
• Parallelizes deduplication of points on startup, significantly reducing startup time for large collections.
• Improves geo index memory usage by up to 30% via geohash packing.
• Improves error reporting for malformed JSON path strings.
• Removes `max_segment_number` from the OpenAPI definition as the field is no longer used.</description>
    </item>
    <item>
      <title>Qdrant v1.11.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.11.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.11.1</guid>
      <pubDate>Tue, 27 Aug 2024 10:16:08 GMT</pubDate>
      <description>Qdrant v1.11.1 adds MatchAny/Except filtering for UUID indexes and non-blocking payload index builds.
• Supports `MatchAny` and `Except` filter conditions on UUID indexes, enabling set-based inclusion/exclusion filtering on UUID payload fields.
• Non-blocking payload index building keeps the collection available for queries while indexes are constructed in the background.
• Includes the list of cluster peers in telemetry data.
• Improves navigation and collection view in the Web UI.
• Allows modifying data before writing to disk for copy-on-write operations.</description>
    </item>
    <item>
      <title>Qdrant v1.11.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.11.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.11.0</guid>
      <pubDate>Mon, 12 Aug 2024 16:33:53 GMT</pubDate>
      <description>Qdrant v1.11.0 adds GroupBy in Query API, UUID payload index, Distribution-based Score Fusion, random sampling, and a graph-based collection explorer.
• Adds `group_by` support to the Query API, enabling grouped vector search results in a single request.
• Introduces a UUID payload index type for indexing and filtering on UUID fields.
• Adds on-disk index support for Keyword, Integer, Datetime, Float, and UUID indexes, reducing RAM requirements for large collections.
• Adds random sampling support in the Query API for approximate or exploratory queries.
• Adds Distribution-based Score Fusion (DBSFusion) as a new score fusion strategy for hybrid search.
• New graph-based collection exploration tool in the Web UI for visualizing vector neighborhoods.
• New real-time search quality check tool in the Web UI.</description>
    </item>
    <item>
      <title>Qdrant v1.10.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.10.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.10.0</guid>
      <pubDate>Mon, 01 Jul 2024 21:55:12 GMT</pubDate>
      <description>Qdrant v1.10 adds a Universal Query API, multivector/ColBERT support, float16/uint8 datatypes, S3 snapshot storage, and configurable collection defaults.
• Adds `POST /collections/{collection_name}/points/query` Universal Query API supporting search, recommendations, discovery, and payload ordering in a single request, with hybrid search via result fusion and multi-stage re-scoring.
• Adds `float16` datatype for dense vectors, halving memory consumption with minimal accuracy loss.
• Adds `float16` and `uint8` datatype options for sparse vector indexes, reducing memory by 2x and 4x respectively.
• Adds Inverse Document Frequency (IDF) modifier for sparse vectors, enabling streaming updates for BM25 and BM42 embeddings.
• Adds S3-compatible storage backend for snapshots.
• Adds ability to configure default collection parameters (quantization, vector storage, replication factor) applied to all new collections.
• Adds ability to overwrite global optimizer configuration per collection, enabling separation of indexing and searching roles within a single cluster.
• Adds support for multivectors, enabling native use of late-interaction models such as ColBERT and storing a dynamic number of vectors per point with shared payload.
• Adds issue reporting to surface potential performance problems and misconfigurations.
• Applies Delta Encoding and bitpacking compression for sparse vectors, reducing their memory footprint by up to 75%.
• Skips serialization of empty fields in search responses, reducing payload size and network traffic.</description>
    </item>
    <item>
      <title>Qdrant v1.9.5</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.9.5</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.9.5</guid>
      <pubDate>Tue, 11 Jun 2024 16:25:57 GMT</pubDate>
      <description>Qdrant v1.9.5 adds Pyroscope continuous profiling and new config knobs for shards and optimizer settings.
• Adds support for configuring the default number of shards per node via config.
• Allows optimizer settings to be overwritten via the Qdrant config file.
• Integrates Pyroscope for continuous profiling on demand.
• Improves default maximum segment size by basing it on the number of CPUs used for indexing.
• Improves vector size estimations, making index thresholds more reliable.</description>
    </item>
    <item>
      <title>Qdrant v1.9.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.9.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.9.3</guid>
      <pubDate>Sun, 26 May 2024 19:54:33 GMT</pubDate>
      <description>Qdrant v1.9.3 adds graceful out-of-disk handling, faster consensus convergence, and a Web UI misconfiguration alert.
• Adds Web UI notifications when collections are misconfigured, surfacing configuration problems at a glance.
• Handles out-of-disk conditions on insertions gracefully instead of failing hard, improving reliability under storage pressure.
• Speeds up consensus convergence in distributed deployments using batched updates.
• Deduplicates points by ID when using custom sharding, preventing duplicate-key anomalies on ingest.</description>
    </item>
    <item>
      <title>Qdrant v1.9.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.9.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.9.0</guid>
      <pubDate>Mon, 22 Apr 2024 13:27:09 GMT</pubDate>
      <description>Qdrant v1.9.0 adds JWT-based RBAC, byte vector support, faster shard diff transfer, and a dashboard JWT token generator.
• Adds role-based access control (RBAC) via JWT tokens, with a new dashboard page to generate RBAC JWT tokens.
• Adds support for byte vectors, allowing vectors to be represented as `uint8` in addition to `float32`.
• Implements shard diff transfer, greatly improving shard transfer speed during node recovery (falls back to streaming records when needed).
• Reports pending optimizations awaiting an update operation in collection info.
• Improves sparse vector search performance by an additional 7%.
• Improves write performance while creating snapshots of large collections.
Breaking changes:
• The `vectors_count` field is removed from collection info because it is unreliable — check any usage of this field before upgrading.
• The shard transfer method field is removed from the abort shard transfer operation.</description>
    </item>
    <item>
      <title>Qdrant v1.8.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.8.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.8.3</guid>
      <pubDate>Tue, 19 Mar 2024 13:47:46 GMT</pubDate>
      <description>Qdrant v1.8.3 adds dashboard support for finding similar points by payload key:value pair and 64-bit numbers.
• Dashboard: find similar points by payload key:value pair directly in the web UI.
• Dashboard: supports 64-bit numbers in the web UI.</description>
    </item>
    <item>
      <title>Qdrant v1.8.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.8.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.8.0</guid>
      <pubDate>Wed, 06 Mar 2024 12:20:37 GMT</pubDate>
      <description>Qdrant v1.8.0 adds Scroll API ordering by payload, datetime index, collection-exists API, minimum-match filters, and 16x faster sparse vector search.
• Adds `order_by` support to the Scroll API, enabling results to be ordered by payload field values.
• Adds a `datetime` payload index type for efficient filtering over date-time ranges.
• Adds an API endpoint to check whether a collection exists.
• Adds `min_should` (minimum number of conditions to match) support in payload filters.
• Improves the `set_payload` API to support modifying nested fields.
• Adds a config property to set the default shard transfer method.
• Adds the ability to selectively disable the `range` or `lookup` index for integer payloads to reduce memory usage.
• Exposes a request timing histogram for Prometheus at the metrics endpoint.
• Adds a checksum for snapshot files to verify integrity.
• Reports progress of ongoing shard transfers.
• Exposes the git commit hash of the build at the root endpoint.
• Sparse vector search is up to 16x faster, unlocking practical use of large sparse collections.
• Improves CPU saturation for indexing on high-CPU systems, significantly speeding up ingestion.
• Adds new release artifacts: MUSL binaries for x86_64 and AArch64, a portable AppImage binary, and a Debian `.deb` package.
• Reports the timestamp of the last seen cluster error, aiding distributed debugging.
• Dashboard adds a button to delete points, auto-complete for required fields when inserting commands, snapshot support for demo collections, and a discovery scores visualisation.</description>
    </item>
    <item>
      <title>Qdrant v1.7.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.7.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.7.0</guid>
      <pubDate>Fri, 08 Dec 2023 11:07:21 GMT</pubDate>
      <description>Qdrant v1.7.0 adds sparse vector support (SPLADE/BM25), discovery search, user-defined sharding, and a read-only API key.
• Adds sparse vector support to collections, enabling SPLADE and BM25 datasets alongside dense vectors.
• Adds a read-only API key for restricting clients to non-mutating operations.
• Adds `Manhattan` distance metric for vector similarity calculations.
• Adds support for authenticating with the API key via HTTP Bearer authentication.
• Exposes the update rate limiter parameter in server configuration.
• Adds a Discovery API for exploring and discovering vectors within a defined context.
• Adds user-defined sharding, allowing custom partitioning of data across a cluster.
• Adds shard snapshot transfer as a fast shard transfer method, including index and quantized data.
• Adds a geo map payload index to improve geo-filter search performance.
• Adds configurable timeout for search requests.
• Adds an interactive tutorial to the Web UI dashboard.
• Adds a command palette to the Web UI dashboard.
• Enables download/upload of snapshots with an API key in the Web UI.
• Improves `/readyz` health check to only mark a node as ready once it has caught up with cluster state.</description>
    </item>
    <item>
      <title>Qdrant v1.6.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.6.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.6.0</guid>
      <pubDate>Mon, 09 Oct 2023 11:03:17 GMT</pubDate>
      <description>Qdrant v1.6.0 adds a new recommendation engine, polygon geo filtering, raw-vector recommendation input, and distributed search load balancing.
• Adds a new recommendation engine that scores results directly from positive/negative examples rather than requiring point IDs.
• Extends the recommendation API to accept raw vectors as input alongside point IDs.
• Adds support for filtering geo coordinates by polygon (in addition to existing radius/bounding-box filters).
• Adds an option to tune shard update parallelism for improved write performance on large clusters.
• Distributes searches to other nodes when the current node is busy, reducing search latency on large clusters.
• Adds support for specifying a payload path to retrieve only a subset of a point&apos;s payload.
• Adds an immutable numeric index that reduces memory usage by a factor of 3.
• Adds automatic selection of search rescoring mode for improved binary quantization search accuracy.
• Adds a gRPC-compliant health check method.
• FastEmbed: adds new models `sentence-transformers/all-MiniLM-L6-v2` and `intfloat/multilingual-e5-large`.
• FastEmbed: adds an API to list supported models, including `BAAI/bge-small-en` and `BAAI/bge-base-en`.
• FastEmbed: removes bulky dependencies, reducing dependency size by a factor of 25.</description>
    </item>
    <item>
      <title>Qdrant v1.5.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.5.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.5.1</guid>
      <pubDate>Tue, 12 Sep 2023 15:35:57 GMT</pubDate>
      <description>Qdrant v1.5.1 adds an unprivileged Docker image for hardened deployments.
• Adds an unprivileged Docker image better suited for secure, least-privilege container environments.</description>
    </item>
    <item>
      <title>Qdrant v1.5.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.5.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.5.0</guid>
      <pubDate>Thu, 07 Sep 2023 11:25:54 GMT</pubDate>
      <description>Qdrant v1.5.0 adds binary quantization, batch point updates, shard snapshot API, and Kubernetes health endpoints.
• Adds `indexed_only` parameter to search requests to skip unindexed segments, speeding up search over large collections.
• Adds a batch update endpoint for the points API, enabling multiple point operations in a single request.
• Adds binary quantization support as a new quantization method for vector compression.
• Adds shard snapshot API for creating and managing per-shard snapshots in distributed deployments.
• Adds `healthz`, `livez`, and `readyz` HTTP endpoints for standard Kubernetes liveness and readiness health checking.
• Adds a stack trace API endpoint to expose the current state of all threads for runtime debugging.
• Adds a recovery mode flag surfaced in metrics.
• Adds optimizer status and history to telemetry output to aid in debugging optimizer failures.
• Adds gRPC reflection server, enabling gRPC tooling to discover and introspect the service schema at runtime.
• Adds a collection info tab to the web UI dashboard.
• Web UI dashboard now supports downloading and uploading snapshots with an API key.
• The `qdrant-client` Python library now integrates with the FastEmbed package for lightweight retrieval embedding generation, enabling document upsert and search without manual encoding.</description>
    </item>
    <item>
      <title>Qdrant v1.4.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.4.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.4.1</guid>
      <pubDate>Thu, 10 Aug 2023 21:59:43 GMT</pubDate>
      <description>Qdrant v1.4.1 whitelists the root endpoint for API-key-free health checks and improves search consistency and RAM usage.
• Whitelists the root endpoint so it no longer requires an API key, simplifying health-check configuration in Kubernetes environments.
• Improves search result consistency by using seeded randomness for ID tracker point sampling.
• Reduces RAM usage for the keywords index.
• Reduces consensus networking footprint by skipping outdated Raft heartbeats.</description>
    </item>
    <item>
      <title>Qdrant v1.4.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.4.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.4.0</guid>
      <pubDate>Thu, 03 Aug 2023 11:37:26 GMT</pubDate>
      <description>Qdrant v1.4.0 adds binary payload indexing, runtime HNSW/quantization tuning, multilingual tokenizer, and snapshot management in the dashboard.
• Adds `multilingual` tokenizer for full-text payload fields, supporting non-latin alphabets including optional CJK (Chinese, Japanese, Korean) character sets.
• Supports changing `hnsw`, `quantization`, and `on_disk` parameters of an existing collection at runtime without recreating it.
• Adds a binary index for boolean payload fields, enabling faster filtering on true/false values.
• Adds search request cancellation with a configurable timeout — searches stop early if the client drops the request.
• Allows configuring the name of the init file via an environment variable.
• New dashboard UI for collection snapshot management: upload, create, download, and delete snapshots from the browser.
• New dashboard UI for editing point payloads directly in the browser.
• New dashboard UI for vector visualization using t-SNE dimensionality reduction.</description>
    </item>
    <item>
      <title>Qdrant v1.3.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.3.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.3.1</guid>
      <pubDate>Mon, 03 Jul 2023 16:08:05 GMT</pubDate>
      <description>Qdrant v1.3.1 adds SIGTERM shutdown support and uses configured temp directory for snapshot uploads.
• Supports `SIGTERM` signal for graceful shutdown of Qdrant.
• Snapshot uploads now use the configured temporary directory instead of a hardcoded path.
• Improves validation of search API requests.</description>
    </item>
    <item>
      <title>Qdrant v1.3.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.3.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.3.0</guid>
      <pubDate>Fri, 23 Jun 2023 18:25:55 GMT</pubDate>
      <description>Qdrant v1.3.0 adds a self-hosted Web UI, group lookup, io_uring async IO, and quantized vector oversampling.
• Adds experimental `io_uring` async IO support (opt-in) for significantly improved performance on network-mounted storages, using a recent Linux kernel feature.
• Adds oversampling for quantized vector queries, letting you retrieve more candidate points with quantized vectors and re-score with originals to tune the speed/accuracy tradeoff at query time.
• Adds lookup in grouping requests, enabling shared group metadata to be stored in a dedicated collection to minimize memory usage.
• Adds a self-hosted Web UI dashboard at `http://localhost:6333/dashboard`, including a collection viewer and an interactive query editor with autocomplete.
• Adds `recovery_mode` flag to the telemetry output.
• Adds configurable location for temporary files.</description>
    </item>
    <item>
      <title>Qdrant v1.2.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.2.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.2.0</guid>
      <pubDate>Wed, 24 May 2023 09:17:15 GMT</pubDate>
      <description>Qdrant v1.2.0 adds API key auth, Product Quantization, Group-By API, optional vectors, recovery mode, and nested object filters.
• Adds built-in API key authentication support for securing Qdrant endpoints.
• Enables Product Quantization (PQ) for vectors, providing a new vector compression strategy alongside existing quantization options.
• Adds Group-By API, allowing search results to be grouped by a payload field for top-results-per-group retrieval.
• Adds optional vectors, allowing points to be created with only a subset of named vectors defined — two new APIs manage vectors independently from payload.
• Adds recovery mode for handling Out-of-Disk and Out-of-Memory errors, enabling the node to recover rather than crash.
• Adds nested object filter, enabling filtering by individual objects inside payload arrays.
• Adds dynamic mmap vector storage, allowing vectors to be stored in mmap files immediately on insert without requiring a separate optimization step.
• Adds Cluster management API in gRPC, bringing cluster operations to the gRPC interface.
• Adds support for TLS certificate rotation without requiring a full restart.
• Releases pre-built binaries for multiple platforms alongside Docker images.</description>
    </item>
    <item>
      <title>Qdrant v1.1.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.1.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.1.1</guid>
      <pubDate>Wed, 12 Apr 2023 06:19:17 GMT</pubDate>
      <description>Qdrant v1.1.1 adds per-vector HNSW/quantization config, TLS for gRPC and REST, `isNull` payload filter, and snapshot multipart upload.
• Adds `isNull` condition for payload filtering, enabling queries that distinguish null values from empty or missing fields in specific payload keys.
• Adds `wait` parameter to the snapshot API, allowing callers to skip blocking on snapshot creation and return immediately — useful for long-running operations.
• Adds `last-used` and `startup` timing fields to the telemetry API response.
• Adds aggregated vector count to the `/metrics` endpoint.
• Adds per-vector-field HNSW and quantization configuration, so each named vector field in a collection can carry independent index and quantization settings.
• Adds TLS support for gRPC and REST API, plus TLS for internal inter-node communication, with mutual (client and server) certificate verification.
• Adds ability to upload and recover snapshot files via multipart HTTP requests.
• Adds parameter validation to REST and gRPC APIs and to the config file, providing clearer error messages on misconfiguration.
• Introduces an internal rate limiter for the transport channel pool, improving cluster stability under high-concurrency load.</description>
    </item>
    <item>
      <title>Qdrant v1.1.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.1.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.1.0</guid>
      <pubDate>Fri, 17 Mar 2023 19:58:47 GMT</pubDate>
      <description>Qdrant v1.1.0 adds Scalar Quantization, Match Any filtering, listener mode, and a Prometheus-compatible `/metrics` endpoint.
• Adds `/metrics` API endpoint serving telemetry in OpenMetrics format, compatible with Prometheus and similar collectors.
• Adds `wait=false` parameter support to the snapshot recovery API, which also now tolerates disconnections mid-request.
• Introduces Scalar Quantization: compress vectors from `float32` to `int8` for up to 4x memory reduction and up to 2x speed improvement with minimal accuracy loss.
• Adds &apos;Match Any&apos; filtering condition, allowing a set of values to be matched in a single filter expression.
• Adds experimental listener mode for dedicated backup machines and cross-regional backup topologies.
• Adds Raft consensus checkpointing to optimize operations on long-running distributed clusters.
• Supports filtering conditions on nested data structures via nested key syntax.
• Snapshot recovery API now supports recovering snapshots taken in distributed mode on local deployments, and can recover into non-existent collections.</description>
    </item>
    <item>
      <title>Qdrant v1.0.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v1.0.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v1.0.0</guid>
      <pubDate>Wed, 08 Feb 2023 10:49:57 GMT</pubDate>
      <description>Qdrant v1.0 adds collection alias listing, snapshot deletion, collection initialization from another collection, and opt-in read/write consistency guarantees.
• New API to list collection aliases.
• New API to delete snapshots.
• New API to initialize a collection from another collection, enabling quick experiments over different indexing parameters and seamless shard-count scaling when combined with aliases.
• Read operations gain opt-in consistency guarantees, ensuring consistent reads even from an inconsistent cluster.
• Write operations gain opt-in ordering guarantees, ensuring writes are ordered across parallel overlapping requests.
• Telemetry data collection is now enabled by default and can be disabled via CLI or environment variable.
• Adds Windows platform support.
• Allows overriding the maximum number of CPUs via environment variable, useful for Docker containers and Kubernetes.</description>
    </item>
    <item>
      <title>Qdrant v0.11.6</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.6</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.6</guid>
      <pubDate>Tue, 27 Dec 2022 14:35:27 GMT</pubDate>
      <description>Qdrant v0.11.6 adds cross-collection vector lookup in the recommendation API for item-to-user recommendation scenarios.
• Enables lookup of vectors from a different collection inside the recommendation API, supporting item-to-user recommendations where user and item embeddings live in separate collections with independent index configurations.</description>
    </item>
    <item>
      <title>Qdrant v0.11.5</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.5</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.5</guid>
      <pubDate>Tue, 06 Dec 2022 21:23:43 GMT</pubDate>
      <description>Qdrant v0.11.5 adds overwrite-all payload API, filter-scoped payload edits, and optional global HNSW index disable
• Adds a new API to overwrite all existing payload fields in one step — unlike `set_payload`, which only replaces mentioned fields, this overwrites everything on the matched points.
• Enables setting and deleting payload fields by filter, so bulk payload updates can now target a subset of points using filtering conditions (useful when payloads carry a secondary key).
• Adds a parameter to define the source of truth for snapshot recovery, simplifying distributed-mode recovery scenarios including recovery on an empty cluster.
• Allows disabling the global HNSW index on a collection and building only per-payload-value HNSW sub-graphs, enabling efficient within-group-only search across sub-groups of varying sizes.
• Includes the peer ID in auto-generated snapshot names so snapshots from different nodes in a cluster can be distinguished.</description>
    </item>
    <item>
      <title>Qdrant v0.11.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.4</guid>
      <pubDate>Fri, 25 Nov 2022 16:07:23 GMT</pubDate>
      <description>Qdrant v0.11.4 adds mmap-based HNSW storage and gRPC compression, cutting RAM requirements and network overhead.
• Adds mmap support for HNSW graph storage, allowing the index to be kept on disk rather than in RAM — especially beneficial for collections with many small vectors.
• Enables compression in the gRPC protocol, reducing bandwidth for large payload transfers over slow networks.
• Adds probabilistic search sampling that significantly improves search speed when using large `limit` values, enabling fast retrieval of large numbers of nearest vectors.
• Switches to compact, CPU cache-friendly storage for HNSW graph links, improving search speed, memory usage, and application startup time.</description>
    </item>
    <item>
      <title>Qdrant v0.11.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.3</guid>
      <pubDate>Tue, 15 Nov 2022 19:37:02 GMT</pubDate>
      <description>Qdrant v0.11.3 adds a snapshot recovery API with distributed mode support.
• Adds an API for recovering snapshots, including support for recovery in distributed (multi-node) mode.</description>
    </item>
    <item>
      <title>Qdrant v0.11.2</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.2</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.2</guid>
      <pubDate>Wed, 09 Nov 2022 14:23:03 GMT</pubDate>
      <description>Qdrant v0.11.2 adds HTTP compression middleware and improved read-after-write consistency on replica failure.
• Enables HTTP compression middleware for the REST API, reducing bandwidth for large responses.
• Ensures read-after-write consistency when a replica fails and requests are routed to the same peer.
• Reduces RAM usage for the ID tracker, particularly beneficial for collections with many small vectors.</description>
    </item>
    <item>
      <title>Qdrant v0.11.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.1</guid>
      <pubDate>Sat, 05 Nov 2022 10:30:54 GMT</pubDate>
      <description>Qdrant v0.11.1 enables single-node snapshot recovery into cluster deployments.
• Supports migrating collections from single-node deployments to cluster mode, including restoring single-node snapshots into a cluster deployment.</description>
    </item>
    <item>
      <title>Qdrant v0.11.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.11.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.11.0</guid>
      <pubDate>Wed, 26 Oct 2022 11:55:31 GMT</pubDate>
      <description>Qdrant v0.11.0 adds replication for HA distributed deployments, a write-disable admin API, and an `exact` search parameter.
• Adds `exact` search parameter to force exact vector search even when an HNSW ANN index is built, enabling accuracy validation of index configurations.
• New administration API allows disabling write operations to the service when search availability must be prioritized over updates (e.g., when a memory usage watermark is reached).
• Replication support enables high-availability distributed deployments, combining with sharding to scale collection size and cluster throughput while eliminating single points of failure.
• Info API now reports indexed payload point counts, allowing verification that payload values are correctly formatted for indexing.
Breaking changes:
• Distributed deployment in v0.11.0 is incompatible with previous versions due to changes required for replica set implementation; existing distributed clusters cannot be upgraded in place.</description>
    </item>
    <item>
      <title>Qdrant v0.10.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.10.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.10.0</guid>
      <pubDate>Mon, 19 Sep 2022 11:30:31 GMT</pubDate>
      <description>Qdrant v0.10.0 adds multiple vectors per point, batch search, and full-text filtering across all filterable APIs.
• Adds `POST /collections/{collection_name}/points/search/batch` endpoint for batching multiple vector queries in a single request, reducing network overhead and sharing filter computation across queries.
• Extends `PUT /collections/{collection_name}/points` to accept multiple named vectors per point (e.g. `image` and `text` vectors) alongside the existing anonymous single-vector format, enabling multi-modal embeddings on a single record.
• Adds full-text filtering to all filterable APIs, supporting ngram-prefix and word tokenizers to restrict queries to records containing specified words.
• Multi-platform Docker images now available for both `x86_64` and `aarch64`, enabling native runs on ARM-based CPUs.
• `scroll` API performance improved by up to 1000x for strict filters.
Breaking changes:
• Fundamental changes to segment storage and API mean qdrant v0.10.1 (the follow-on release) will be incompatible with client v0.9.x; a two-step upgrade — first to v0.10.0, then to v0.10.1 — is required to maintain compatibility.</description>
    </item>
    <item>
      <title>Qdrant v0.9.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.9.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.9.0</guid>
      <pubDate>Mon, 08 Aug 2022 10:53:45 GMT</pubDate>
      <description>Qdrant v0.9.0 adds dynamic cluster scaling with Move Shard and Peer Removal APIs, plus indexing progress visibility.
• Adds Move Shard API to enable live redistribution of shards across cluster nodes for dynamic scaling.
• Adds Peer Removal API to safely remove nodes from a running cluster without downtime.
• Exposes `indexed_vectors_count` field in the Collection info API to report real-time indexing progress.</description>
    </item>
    <item>
      <title>Qdrant v0.8.5</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.8.5</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.8.5</guid>
      <pubDate>Tue, 26 Jul 2022 08:10:46 GMT</pubDate>
      <description>Qdrant v0.8.5 adds full-storage snapshots, parallel segment loading, and a shard distribution API.
• Adds a full storage snapshot endpoint that captures all collections and aliases in a single API call.
• New API for viewing the shard distribution of a collection across a distributed deployment.
• Automatic selection of the number of shards when creating a collection in a distributed deployment.
• Propagates the `wait` flag during distributed calls for consistent write-acknowledgement behavior.
• More even point distribution across shards in distributed deployments.
• Better handling of DNS record changes for cluster peers, improving distributed deployment stability.
• Better defaults for internal call timeouts in distributed deployments.</description>
    </item>
    <item>
      <title>Qdrant v0.8.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.8.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.8.4</guid>
      <pubDate>Tue, 05 Jul 2022 13:24:40 GMT</pubDate>
      <description>Qdrant v0.8.4 adds collection snapshots for backup/recovery and a Count API for filtered point counting.
• New Snapshots API lets you create a portable snapshot of a running collection and restore it on another machine — supports backups, testing, and high-availability workflows.
• New Count API returns the number of points matching a given filter — enables pagination, facet search, and dataset debugging.
• Parallel HNSW index building now utilises multiple cores, significantly reducing index build time for large segments on multi-core systems.</description>
    </item>
    <item>
      <title>Qdrant v0.8.3</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.8.3</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.8.3</guid>
      <pubDate>Tue, 28 Jun 2022 11:20:52 GMT</pubDate>
      <description>Qdrant v0.8.3 adds pagination support for search results.
• Adds pagination of search results, enabling offset-based traversal of large result sets.</description>
    </item>
    <item>
      <title>Qdrant v0.8.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.8.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.8.1</guid>
      <pubDate>Thu, 16 Jun 2022 14:43:23 GMT</pubDate>
      <description>Qdrant v0.8.1 adds a web-based UI for making requests to a local Qdrant instance directly from the browser.
• New web-based UI at https://ui.qdrant.tech/ lets practitioners make requests to a local Qdrant instance directly from the browser.</description>
    </item>
    <item>
      <title>Qdrant v0.8.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.8.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.8.0</guid>
      <pubDate>Wed, 08 Jun 2022 11:59:33 GMT</pubDate>
      <description>Qdrant v0.8.0 adds experimental distributed deployment with Raft consensus, sharding, score filtering, and on-disk payload storage.
• Adds a Cluster status API for monitoring distributed deployment topology.
• Experimental distributed deployment support: cluster topology synchronization via Raft consensus protocol, collection sharding, and distributed search and updates.
• Adds filtering by similarity score, allowing search results to be constrained by a minimum or maximum score threshold.
• Adds on-disk payload storage to serve large payloads with reduced RAM usage.
• Adds on-flight payload indexing — Numeric, Keyword, and Geo indexes are updated via streaming without requiring a full segment rebuild.
• HNSW index speed improvements that materially increase query throughput.
• Error responses are now returned as JSON for more machine-readable API error handling.
• CORS headers enabled for Swagger UI access.
Breaking changes:
• Collections created with any previous engine version are not compatible with v0.8.0 due to significant changes in payload storage — collections must be re-created from scratch after upgrading.</description>
    </item>
    <item>
      <title>Qdrant v0.7.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.7.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.7.0</guid>
      <pubDate>Wed, 13 Apr 2022 08:43:53 GMT</pubDate>
      <description>Qdrant v0.7.0 adds arbitrary JSON payloads, new Bool/IsEmpty/ValuesCount filters, Alias API in gRPC, and order-of-magnitude faster Euclidean distance via SIMD.
• Adds `IsEmpty` filter condition to match fields with no value set.
• Adds `ValuesCount` filter condition to match fields based on the number of values they contain.
• Adds Bool filter support and refactors the `Match` condition for payload filtering.
• Adds Alias API to gRPC, bringing it to parity with the REST API.
• Supports arbitrary JSON as payload — uploaded payload structure now exactly matches retrieved results, and the payload schema is used for field indexes only.
• Adds geo payload indexing so that geolocation queries are processed with a dedicated index type.
• Euclidean metric distance computation now uses SIMD, delivering order-of-magnitude faster performance, with additional support for NEON on aarch64.
Breaking changes:
• Collections created with any previous engine version are not compatible with v0.7.0 due to significant changes in payload format; re-create all collections from scratch after upgrading.</description>
    </item>
    <item>
      <title>Qdrant v0.6.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.6.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.6.0</guid>
      <pubDate>Fri, 04 Mar 2022 11:34:19 GMT</pubDate>
      <description>Qdrant v0.6.0 adds gRPC support for all endpoints and enriches `recommend` responses with payload and vector data.
• Adds gRPC support for all endpoints, with Protobuf docs and a configuration guide to enable it.
• The `recommend` endpoint can now return payload and vector alongside results.
Breaking changes:
• Python client users must follow migration examples at https://github.com/qdrant/qdrant_client/releases/tag/v0.6.0 — the REST API itself is compatible, but the Python client interface has changed.</description>
    </item>
    <item>
      <title>Qdrant v0.5.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.5.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.5.1</guid>
      <pubDate>Wed, 16 Feb 2022 11:51:30 GMT</pubDate>
      <description>Qdrant v0.5.1 adds improved error reporting in the collection info API and coordinate validation for geo payloads.
• Improves error reporting in the collection info API, surfacing more detail when a collection is in a degraded or error state.
• Validates geo coordinates submitted via the API, rejecting out-of-range or malformed latitude/longitude values at ingestion time.</description>
    </item>
    <item>
      <title>Qdrant v0.5.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.5.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.5.0</guid>
      <pubDate>Thu, 03 Feb 2022 12:02:30 GMT</pubDate>
      <description>Qdrant v0.5.0 adds UUID point IDs, filter-based deletion, per-operation endpoints, and multi-threaded optimization.
• Supports `UUID` as a point ID type in addition to integer IDs.
• Adds individual API endpoints for each collection and point operation (e.g. `set_payload`, separate upsert, delete, etc.) replacing the monolithic Update Collection and Update Points APIs.
• Enables deleting points by filter via a dedicated endpoint.
• Enables removing payload fields using filters via a dedicated endpoint.
• Includes payload and vector data in search results.
• Limits segment size to improve indexing performance.
• Introduces multi-threaded optimizer for faster background indexing.
Breaking changes:
• Indexes created with versions prior to v0.5.0 are not compatible due to UUID support and configuration format changes; collections must be re-created from scratch.</description>
    </item>
    <item>
      <title>Qdrant v0.4.1</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.4.1</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.4.1</guid>
      <pubDate>Mon, 25 Oct 2021 21:05:36 GMT</pubDate>
      <description>Qdrant v0.4.1 lets you retrieve payload and vectors in a single search request, with field selection and exclusion.
• Supports retrieving payload alongside search results in a single request, with field selection and exclusion.</description>
    </item>
    <item>
      <title>Qdrant v0.3.4</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.3.4</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.3.4</guid>
      <pubDate>Sun, 20 Jun 2021 13:49:12 GMT</pubDate>
      <description>Qdrant v0.3.4 adds a scroll API endpoint for paginating over filtered point sets.
• Adds `scroll_points` API endpoint for paginating over collections of points with filter support.</description>
    </item>
    <item>
      <title>Qdrant v0.3.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.3.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.3.0</guid>
      <pubDate>Thu, 03 Jun 2021 14:23:34 GMT</pubDate>
      <description>Qdrant v0.3.0 adds filterable HNSW indexing, per-collection config via API, a query planner, and collection status indicators.
• Adds filterable HNSW index: the optimizer automatically builds an HNSW index for vectors after a specified threshold, with the index taking payload fields into account for filtered searches.
• Adds dynamic per-collection configuration: each collection now has individual settings that can be updated at any time via API request.
• Adds a query planner that decides whether to use the HNSW index based on estimated filtering cardinality.
• Adds a collection status indicator surfaced per collection.</description>
    </item>
    <item>
      <title>Qdrant v0.2.0</title>
      <link>https://github.com/qdrant/qdrant/releases/tag/v0.2.0</link>
      <guid isPermaLink="true">https://github.com/qdrant/qdrant/releases/tag/v0.2.0</guid>
      <pubDate>Tue, 06 Apr 2021 15:35:20 GMT</pubDate>
      <description>Qdrant v0.2.0 adds payload field indexing for number and keyword types and revamps the Search API filter schema.
• Adds the ability to mark a payload field as &apos;indexed&apos;, enabling payload indexation for `number` and `keyword` field types (geo field index is in progress).
• Segments are now automatically rebuilt into MMap and indexed segments when enough vectors are stored, unlocking better performance at scale without manual intervention.
• Changes the Search API `filter` schema: the `key` property moves out of the condition object (e.g. `match`) and becomes a sibling field alongside it — existing filter queries using the old nested-key layout will break.
Breaking changes:
• The Search API filter schema has changed: `key` is no longer nested inside the condition object (e.g. `match`). It must now be a sibling field at the same level as the condition. Existing queries with the old layout (e.g. `{&quot;match&quot;: {&quot;key&quot;: &quot;city&quot;, &quot;keyword&quot;: &quot;London&quot;}}`) will break and must be updated to the new layout (e.g. `{&quot;key&quot;: &quot;city&quot;, &quot;match&quot;: {&quot;keyword&quot;: &quot;London&quot;}}`).</description>
    </item>
  </channel>
</rss>
