Change8

v1.13.4

📦 qdrant
1 features🐛 3 fixes

Summary

This release introduces a strict mode for setting the maximum number of points in a collection and includes several bug fixes related to HNSW indexing, replica management, and consensus deadlocks.

✨ New Features

  • Set maximum number of points in a collection with strict mode.

🐛 Bug Fixes

  • Fix HNSW index not respecting on-disk flag, using the inverse setting.
  • Do not deactivate replica or abort transfer if target is missing point, it may not be transferred yet.
  • Fix potential deadlock in consensus logic, which could get a node stuck.