This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Releases: meilisearch/milli
Releases · meilisearch/milli
Milli v0.41.3
Changes
- Fix phrase search containing only stop words (#779) @ManyTheFish
Thanks again to @ManyTheFish! 🎉
Milli v0.41.2
Milli v0.41.1
Milli v0.41.0
Milli v0.40.0
API breaking
Changes
- Indicate filterable attributes when the user sets a non filterable attribute in facet distributions (#766) @dureuill
- Update deserr v0.3.0 (#770) @ManyTheFish
Thanks again to @ManyTheFish, @ahlner, @curquiza, @dureuill ! 🎉
Milli v0.39.1
Milli v0.39.0
Milli v0.38.0
API breaking
DB breaking
- Simplify primary key inference (#752) @dureuill
- Update charabia (#736) @ManyTheFish
Changes
- Add a "Criterion implementation strategy" parameter to Search (#742) @loiclec
- Optimise the
ExactWords
sub-criterion withinExactness
(#709) @loiclec - Interpret synonyms as phrases (#732) @loiclec
- Avoid a prefix-related worst-case scenario in the proximity criterion (#733) @loiclec
- Soft-deletion computation no longer depends on the mapsize (#747) @dureuill
- Fix hard-deletion of an external id that was soft-deleted and then reimported - main (#750) @loiclec
- Fix bug 2945/3021 (missing key in documents database) (#734) @loiclec
- Fix typo initial candidates computation (#737) @ManyTheFish
- Add some integration tests on the sort criterion (#728) @loiclec
- Update the contributing.md (#726) @irevoire
- Fix bug in filter search (#727) @loiclec
- Fix distincted exhaustive hits (#729) @ManyTheFish
- Add all_obkv_to_json function (#707) @GregoryConrad
- Replace deprecated gh actions (#711) @pnhatminh
- Fix bulk facet indexing bug (#712) @loiclec
- Reduce memory usage of the MatchingWords structure (#708) @loiclec
- Fix benchmark CI (#715) @curquiza
- Limit the reindexing caused by updating settings when not needed (#706) @GregoryConrad
- Make soft deletion optional in document addition and deletion + add lots of tests (#720) @loiclec
- Geosearch for zero radius (#722) @amab8901
- Add more members of
filter_parser
tomilli::
&From<&str>
implementation forToken
(#719) @GregoryConrad - Fix bug in handling of soft deleted documents when updating settings (#723) @loiclec
Thanks again to @ManyTheFish, @dureuill, @GregoryConrad, @pnhatminh, @amab8901, and @loiclec! 🎉
Milli v0.37.5
Milli v0.37.4
For v0.30.4 of Meilisearch, done on the release-v0.37.4
branch, starting itself from v0.37.3 tag
Changes
- Fix finite pagination with placeholder search (#743) @ManyTheFish
Thanks again to @ManyTheFish ! 🎉