v0.10.3
版本发布时间: 2022-10-11 17:31:08
qdrant/qdrant最新发布版本:v1.11.4(2024-09-18 00:53:26)
Changelog
Bug fixes
- https://github.com/qdrant/qdrant/pull/1108 - fix conflict resolution in Raft consensus WAL. Consensus is able to recover after split-brain cluster
- https://github.com/qdrant/qdrant/pull/1109 - fix panic on inconsistent storage updates. Now storage is sound after error recovery
- https://github.com/qdrant/qdrant/pull/1110 - additional guarantees on storage consistency in case of multiple vector collection
- https://github.com/qdrant/qdrant/pull/1102 - more explicit leader election flag in the Raft consensus
- https://github.com/qdrant/qdrant/pull/1083 - properly handle a corner-case of limit = 0 in search API