This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
v0.21.0-alpha.5
meili-bot
released this
14 Jun 17:06
·
162 commits
to main
since this release
Additions
- Re-enable ranking rules route (#162) @MarinPostma
- Implements the synonyms (#196) @irevoire
- Dumps (#191, #192, #158) @irevoire @MarinPostma
- Bump sentry version (#194) @irevoire
- Remove facet setting (#182) @MarinPostma
- Enable filter parameter during search (#179) @MarinPostma
Fixes
- Fix CORS authentication issue (#172) @MarinPostma
- Settings fix (#186) @MarinPostma
- Fix snapshots (#189) @MarinPostma
- Fix update loop infinite loop (#175) @MarinPostma
- fix flaky tests (#199) @MarinPostma
- Convert UpdateStatus to legacy meilisearch format (#173) @MarinPostma
Internal improvements
- Shared update store (#143) @MarinPostma
- Concurrent update run loop (refactor) (#144) @MarinPostma
Misc
- Add tests for every plateform + clippy (#116) @curquiza
- Update mini-dashboard with version 0.1.2 (#171) @mdubus
- Improve CI (#170) @curquiza
- Bump milli (#177) @MarinPostma
- Upgrade Tokenizer (#174) @curquiza
- Fix the cron syntax to effectively run the test once every friday (#205) @irevoire
- Update milli (v0.3.1) with filterable attributes (#197) @curquiza
- Add a github action to run cargo-flaky 1000 times (#202) @irevoire