mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* fix: improve REST datetime_range RFC3339 error message * docs: add docstrings for datetime_range parsing * fix: avoid serde_json intermediary for non-human-readable deserialization * fix: avoid serde_json intermediary for non-human-readable range deserialization * refactor(segment): reduce Condition JSON routing boilerplate * fix(segment): preserve binary datetime deserialization compatibility * fix(segment): preserve binary datetime deserialization * test(segment): add datetime deserialization regression tests * chore: rerun CI * chore: rerun CI (2) * refactor(segment): simplify datetime deserialization