Skip to content

chore(deps): update dependency qdrant to v1.18.0#4639

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/qdrant-1.x
Open

chore(deps): update dependency qdrant to v1.18.0#4639
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/qdrant-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 16, 2026

This PR contains the following updates:

Package Update Change
qdrant minor v1.17.1v1.18.0

Release Notes

qdrant/qdrant (qdrant)

v1.18.0

Compare Source

Change log

Features 🏎️

  • milestone!48 - Add TurboQuant quantization variant, 8x vector compression without the recall tax
  • #​8605 - Add API to create and delete named vectors in existing collection
  • #​8606 - Deep memory reporting, show memory usage breakdown for storage components
  • #​8714 - Add low memory mode, force open everything on disk to minimize out of memory crash on startup
  • #​8715 - Add strict mode parameter to reject updates when memory usage is high (max_resident_memory_percent)

Improvements 📏

  • #​8790, #​8769 - Use dynamic CPU pool for search workers, improve search performance when there's high IO wait
  • #​8526, #​8656 - Use operation size based batching in shard transfers to achieve higher throughput
  • #​8673 - Reduce memory usage of immutable geo index by 7x
  • #​8529 - Fully remove RocksDB support, simplifying storage handling
  • #​8768 - Don't stall update queue when waiting for deferred points
  • #​8944 - Use default timeout of 60 seconds to update requests, clean up long running update requests
  • #​8767 - When collection update triggers optimizer recreation, clear any optimizer errors to allow recovery without restart
  • #​8784 - Use snapshot based shard transfers for much faster recovery if WAL delta cannot be resolved
  • #​8782 - On snapshot transfer, first clear shard data on receiver to prevent out of disk crash
  • #​8689 - Clean temporary directories before loading collections, may prevent out of disk crash on recovery
  • #​8830 - Don't hold shard holder lock during search to prevent blocking various other operations
  • #​8626, #​8635 - Record API method path in audit log events
  • #​8402 - Report tracing ID in audit log events
  • #​8636 - Report audit log configuration and data size in telemetry and metrics
  • #​8640 - Optimize cosine normalization on ARM CPUs (SIMD)
  • #​8571 - Skip audit logging on telemetry endpoints
  • #​8693 - Make HNSW sub graph building deterministic
  • #​8712, #​8708, #​8706 - Report various structures in deterministic order
  • #​8932 - Link to agentic skills in startup message

Bug Fixes 🪺

  • #​8728 - Fix stop words always being lowercased over gRPC even if disabled
  • #​8719 - Fix datetime parsing for YYYY-MM-DDTHH:MM format
  • #​8734 - Fix IsEmpty condition on freshly rebuilt null index
  • #​8939 - Fix nested MatchTextAny not using full-text index
  • #​8646 - Fix geo circle hash bound checks
  • #​8938 - Fix phrase matching crossing string-array element boundaries
  • #​8762 - Fix hard panic when there are multiple validation errors
  • #​8194 - Disallow sparse vectors with an empty name
  • #​8832 - Fix GPU not being used for HNSW without main graph
  • #​8691 - Fix infinite loop in HNSW sub graph building
  • #​8577 - Fix panic when snapshot path contains non-UTF-8 characters
  • #​8293 - Fix hard panic on corrupt collection alias file, return error instead
  • #​8574 - Fix disk IO not always being measured in map index
  • #​8645 - Fix chunk capacity reservation to allocate more efficiently
  • #​8651 - Fix payload index flushers absorbing cancellations as errors
  • #​8474 - Fix snapshot files not cleaned up on snapshot restore failure
  • #​8654 - Fix clearing page cache not being reliable, add missing candidates
  • #​8542 - Fix map index listing modified file as immutable
  • #​8847 - Fix data race causing disk watcher not to be woken up causing timeouts
  • #​8789, #​8917 - Make resharding operations idempotent, fix cluster state corruption on crash
  • #​8831 - Fix slow request logging for read operations with shard level errors
  • #​8756 - Don't allocate async search workers we don't use reducing thread count
  • #​8596 - Don't write to old shards on resharding down after write hashring commit, fix missing shard errors
  • #​8543 - Fix edge sparse vector search panic on score post processing
  • #​8588 - Fix various Raft consensus correctness bugs upstream

Security 🕵️

  • #​8676 - Enforce API key/JWT authentication on internal gRPC endpoints
  • #​8628 - Add config option to disable snapshot restore from URL
  • #​8619 - Bump TLS dependencies to resolve security vulnerabilities

Web UI 🍱


Configuration

📅 Schedule: (in timezone US/Eastern)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants