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.9.0
Changes
Breaking changes ⚠️
- Fix prefix level position docids database (#300) @ManyTheFish
Needs re-indexation!
Thanks again to @ManyTheFish, and @irevoire! 🎉
Milli v0.8.1
Changes
- Fix invalid faceted documents ids buffer size (#296) @Kerollmops
Thanks again to @Kerollmops ! 🎉
Milli v0.8.0
Changes
- [http-ui] Introduce the route
die
(#284) @irevoire - Use the AlwaysFreePages flag when opening an index (#283) @Kerollmops
- Support documents with at most 65536 fields (#285) @Kerollmops
- Add benchmarks for indexing (#287) @irevoire
- Add a $HOME to the CI (#290) @irevoire
- Fix a bug about zero bytes in the inputs (#291) @Kerollmops
- Stop tracking the Cargo.lock and add cache + windows to the CI (#288) @irevoire
- Make sure that the relevancy is not impacted by other settings (#293) @Kerollmops
Breaking changes ⚠️
- Improve the facet string distribution speed (#254) @Kerollmops
Thanks again to @Kerollmops, @MarinPostma and @irevoire! 🎉
Milli v0.7.2
Changes
- Update tokenizer version to v0.2.3 (#273) @curquiza
- Fix the fmt of the auto-generated file (#276) @irevoire
- Fix the benchmarks dependencies (#275) @irevoire
- Fix matching length in matching_words (#280) @ManyTheFish
Thanks again to @Kerollmops, @ManyTheFish, @curquiza and @irevoire! 🎉
Milli v0.7.1
Changes
- Highlighting (#267) @irevoire
- Remove the roaring operation functions warnings (#271) @Kerollmops
- Fix bug when inserting previously deleted documents (#269) @Kerollmops
Thanks again to @Kerollmops, @curquiza and @irevoire! 🎉
Milli v0.7.0
Breaking changes ⚠️
- Fix the invalid heed usage (#264) @Kerollmops
- Bump LMDB to the latest version (v0.9.70) (#266) @Kerollmops
Thanks again to @Kerollmops ! 🎉
Milli v0.6.0
Changes
- Return a
MissingDocumentId
error when a document doesn't have one (#247) @Kerollmops - Warn for when a key is too large for LMDB (#245) @Kerollmops
- Enable the jemallocator dependencies only when we are running on linux (#249) @irevoire
- Fix the limit (#251) @irevoire
- Add the limit field to http-ui (#250) @irevoire
- Run the formatter on the whole project a second time (#252) @irevoire
- Improve the ci (#246) @irevoire
- Fix unconditional facet indexing (#257) @Kerollmops
Breaking changes ⚠️
- Fix facet distribution error (#255) @Kerollmops
Thanks again to @Kerollmops, @curquiza and @irevoire! 🎉
Milli v0.5.0
Changes
- Integration tests on filters and distinct (#238) @ManyTheFish
Breaking changes ⚠️
- Fix stats and rename fieldDistribution (#240) @irevoire
- Rename FieldsDistribution into FieldDistribution (#243) @curquiza
Thanks again to @ManyTheFish, @curquiza and @irevoire! 🎉
Milli v0.4.1
Changes
- Revert "Enable optimization in every profile" (#234) @ManyTheFish
- Format the whole project (#236) @irevoire
- change sub errors visibility (#237) @MarinPostma
Thanks again to @Kerollmops, @ManyTheFish, @MarinPostma, and @irevoire! 🎉
Milli v0.4.0
Changes
- Replace Consecutive by Phrase in query tree (#227) @ManyTheFish
- Update Tokenizer version to v0.2.3 (#230) @curquiza
Breaking changes ⚠️
- Introduce the error handler (#225) @Kerollmops
Thanks again to @Kerollmops, @ManyTheFish, and @curquiza! 🎉