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.29.3
Milli v0.29.2
Changes
- Setup the new limits on the number of facet values to return (#548) @Kerollmops
- Add the two new pagination and faceting settings (#550) @Kerollmops
Thanks again to @Kerollmops ! 🎉
Milli v0.29.1
Milli v0.26.6
release-v0.26.6
, a branch starting from v0.26.5
and not from main
What's Changed
- bump version number by @irevoire in #545
- Fix wrong internal ids assignments (for details: see full changelog link below)
Full Changelog: v0.26.5...v0.26.6
Milli v0.29.0
API breaking
- Integrate charabia (#540) @ManyTheFish
- Refactor matching word (#542) @ManyTheFish
DB breaking
- Integrate charabia (#540) @ManyTheFish
Changes
- Improves ranking rules error message (#536) @matthias-wright
- Speedup exact words (#538) @MarinPostma
- Reintroduce the max values by facet limit (#535) @Kerollmops
Thanks again to @Kerollmops, @ManyTheFish, @MarinPostma, @curquiza and @matthias-wright! 🎉
Milli v0.28.0
API breaking
- Improve geosearch error messages and accept string as coord (#523) @irevoire
- fix the searchable fields bug when a field is nested (#530) @irevoire
DB breaking
Changes
- Add a test to make sure that long words are handled (#504) @Kerollmops
- normalize exact words (#505) @MarinPostma
- First version of new CONTRIBUTING.md (#508) @curquiza
- Remove pr_status from bors settings (#509) @curquiza
- Improve the README (#515) @Kerollmops
- Stop flattening every field (#514) @irevoire
- fix cargo warnings (#506) @MarinPostma
- Make nightly CI run every week (#517) @curquiza
- Return facets even when there is no value associated to it (#518) @Kerollmops
- deny warnings in CI (#507) @MarinPostma
- Do not generate keys that are too long for LMDB (#522) @Kerollmops
- fix mistake in Settings initialization (#520) @MarinPostma
- fix the mixed dataset geosearch indexing bug (#531) @irevoire
Thanks again to @Kerollmops, @ManyTheFish, @MarinPostma, @curquiza and @irevoire! 🎉
v0.26.5
Milli v0.26.4
Changes
- Return facets even when there is no value associated to it (#518) @Kerollmops
- Do not generate keys that are too long for LMDB (#522) @Kerollmops
- fix mistake in Settings initialization (#520) @MarinPostma
Thanks again to @Kerollmops, and @MarinPostma! 🎉
Milli v0.26.3
release-v0.26.3
branch, not on main
. Current release on main
is v0.27.0
Changes
- Normalize exact words (#505) @MarinPostma
- Stop flattening every field (#514) @irevoire
Thanks again to @MarinPostma, and @irevoire! 🎉
Milli v0.27.0
API breaking
- Enhance matching words (#483) @ManyTheFish