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.16.0
Milli v0.15.0
Changes
- Add benchmarks for the geosearch (#357) @irevoire
- Remove the
Cargo.lock
again (#362) @irevoire - Fix the returned
AscDesc
error (#363) @irevoire
Breaking changes ⚠️
- Implement documents API (#324) @MarinPostma
Thanks again to @MarinPostma, and @irevoire! 🎉
Milli v0.14.0
Changes
- Update the README (#356) @Kerollmops
- Improve the benchmark comparison script (#359) @irevoire
Breaking changes ⚠️
Thanks again to @Kerollmops, and @irevoire! 🎉
Milli v0.13.1
Changes
- Add lacking parameter to word level position builder (#353) @ManyTheFish
Thanks again to @ManyTheFish! 🎉
Milli v0.13.0
Changes
- Fix string fields sorting (#338) @shekhirin
- remove unused grenad default features (#346) @MarinPostma
- Move the sort ranking rule before the exactness ranking rule (#344) @Kerollmops
- Better dependencies cache for CI (#345) @shekhirin
- Drop sorter before creating a new one (#348) @ManyTheFish
- Enable the grenad tempfile feature back (#349) @Kerollmops
- Fix mdb val size error (#350) @ManyTheFish
Breaking changes ⚠️
- Throw a query time error when a sort parameter is used but the sort ranking rule is missing (#341) @Kerollmops
- Let the caller decide what kind of error they want to returns when parsing
AscDesc
(#342) @irevoire
Thanks again to @Kerollmops, @ManyTheFish, @MarinPostma, @curquiza, @irevoire and @shekhirin! 🎉
Milli v0.12.0
Changes
- Remove
beta
compilation in CI (#328) @shekhirin - Sortable attributes in http-ui (#332) @irevoire
- Introduce the reset_sortable_fields Settings method (#330) @Kerollmops
- Wrap long values into BStr for warn logs (#334) @shekhirin
- Run all benchmarks once every friday (#329) @irevoire
- Get sortable_fields from index only if criteria present in query (#335) @shekhirin
Breaking changes ⚠️
- Implement a better parallel indexer (#308) @ManyTheFish
Thanks again to @Kerollmops, @ManyTheFish, @curquiza, @irevoire and @shekhirin! 🎉
Milli v0.11.0
Changes
Breaking changes ⚠️
- Sort at query time (#320) @Kerollmops
Thanks again to @Kerollmops, and @irevoire! 🎉
Milli v0.10.2
Changes
- Fix the facet string docids filterable deletion bug (#317) @Kerollmops
Revert
- Sort at query time (#309) @Kerollmops
- Revert "Sort at query time" (#318) @curquiza
Thanks again to @Kerollmops, @ManyTheFish, and @curquiza! 🎉
Milli v0.10.1
Changes
- Modify the README file (#310) @Kerollmops
- Update tokenizer version to v0.2.5 (#311) @curquiza
Thanks again to @Kerollmops, and @curquiza! 🎉
Milli v0.10.0
Changes
Breaking changes ⚠️
- Remove max values by facet limit for facet distribution (#303) @ManyTheFish
Thanks again to @ManyTheFish 🎉