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.21.0
Changes
- remove update_id in UpdateBuilder (#409) @MarinPostma
- change visibility of DocumentDeletionResult (#418) @MarinPostma
Breaking changes ⚠️
- Rewrite the filter parser and add a lot of tests (#400) @irevoire
- improve update result types (#414) @MarinPostma
- Update tokenizer v0.2.6 (#416) @ManyTheFish
- fix word pair proximity indexing (#419) @ManyTheFish
Thanks again to @ManyTheFish, @MarinPostma, and @irevoire! 🎉
Milli v0.20.2
Changes
- Change Attribute and Ranking rules errors (#412) @ManyTheFish
Thanks again to @ManyTheFish ! 🎉
Milli v0.20.1
Milli v0.20.0
Breaking changes ⚠️
- Return document count from builder (#406) @MarinPostma
- Change some error messages (#405) @ManyTheFish
Thanks again to @ManyTheFish, and @MarinPostma! 🎉
Milli v0.19.0
Changes
- Fix indexing benchmark GH actions upload filename (#396) @fumblehool
- Add search_geo benchmark in cron job (#394) @fumblehool
- Remove search crate (#404) @MarinPostma
Breaking changes ⚠️
- Revert "Replacing pest with nom" (#403) @curquiza
- Optimize document transform (#402) @MarinPostma
Thanks again to @MarinPostma, and @fumblehool! 🎉
Milli v0.18.0
Changes
- Replace memmap with memmap2 (#384) @palfrey
- Add helper methods on the settings (#390) @irevoire
- Fix the wiki indexing benchmark (#385) @irevoire
- Remove limit of 1000 position per attribute (#368) @ManyTheFish
Breaking changes ⚠️
Thanks again to @CNLHC, @irevoire, @ManyTheFish, and @palfrey! 🎉
Milli v0.17.3
Milli v0.17.2
Changes
- Refactor attribute criterion (#382) @ManyTheFish
- Add check on latitude and longitude (#383) @irevoire
- Fix obkv document (#386) @MarinPostma
Thanks again to @ManyTheFish, @MarinPostma, and @irevoire! 🎉
Milli v0.17.1
Milli v0.17.0
Changes
- Add test checking the bug reported in meilisearch issue 1716 (#369) @ManyTheFish
- Fix: Count the number of char instead of counting bytes to assign the typo tolerance (fix Meilisearch 1714) (#372) @ManyTheFish
- Improve error message when sorting without the sort criterion (#375) @vishnugt
- Stop casting integer docids to string (#376) @irevoire
- Enhance CSV document parsing (#374) @ManyTheFish
- Hotfix for search performance (meilisearch#1707) (#378) @ManyTheFish
Breaking changes ⚠️
- Provide a sort error handler (#371) @irevoire
- Improve error message for bad sort syntax with geosearch (#373) @irevoire
Added and reverted
- Change chunk size to 4MiB to fit more the end user usage (#370) @ManyTheFish
- Revert "Change chunk size to 4MiB to fit more the end user usage" (#379) @ManyTheFish
Thanks again to @ManyTheFish, @irevoire, @vishnugt and Vishnu Ganesan! 🎉