This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
v0.22.0
Breaking changes
- Store the geopoint in three dimensions (#424) @irevoire
- Prefer returning
None
instead of using anFilterCondition::Empty
state (#422) @Kerollmops
Enhancement
- Introduce the depth method on FilterCondition (#421) @Kerollmops
- Handle escaped characters in filters (#427) @irevoire
- Document batch support (#430) @MarinPostma
- Add fuzzing (#432) @irevoire
Fixes
- Fix search highlight for non-unicode chars (#426) @Samyak2
- Fix two filtering bugs (#433) @irevoire
- Ensure we get no documents and no error when filtering on an empty db (#435) @irevoire