This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Milli v0.24.0
Improvements
- Speed up the word prefix databases computation time (#436) @Kerollmops
- Reintroduce appending sorted entries when possible (#454) @Kerollmops
- Remove useless grenad merging (#456) @Kerollmops
- Avoid iterating on big databases when useless (#457) @Kerollmops
- Add a new error message when the
valid_fields
is empty (#461) @brunoocasali - cli improvements (#462) @MarinPostma
- Allow setting the primary-key in the cli (#463) @irevoire
- optimize prefix database (#467) @MarinPostma
- Optimize typo criterion (#439) @MarinPostma
- Add a new error message when the filterableAttributes are empty (#468) @brunoocasali
Misc
- Benchmark multi batch indexing (#453) @Kerollmops
- Raise the GitHub CI timeout limit to 72h (#455) @Kerollmops
- Update heed link in cargo toml (#459) @curquiza
- Set the cargo crate resolver to v2 (#470) @MarinPostma
- Update dependencies (#465) @Kerollmops
Breaking changes ⚠️
- exporting heed to avoid having different versions of Heed in Meilisearch (#464) @psvnlsaikumar
Thanks again to @Kerollmops, @MarinPostma, @brunoocasali, @curquiza, @irevoire and @psvnlsaikumar! 🎉