Releases: meilisearch/meilisearch-rust
Releases · meilisearch/meilisearch-rust
v0.10.0 🦀
This version makes this package compatible with MeiliSearch v0.21.0
🎉 Check out the changelog of MeiliSearch v0.21.0
Changes
- Some MeiliSearch v0.21.0 related changes (#150) @juzi5201314
- Update error enums (#155) @curquiza
- Changes related to the next MeiliSearch release (v0.21.0) (#130)
Breaking changes ⚠️
- Update RankingRule enum (#154) @curquiza
- Add new dump fields startedAt and finishedAt (#161) @curquiza
Thanks again to @curquiza, @juzi5201314, and @sanders41! 🎉
v0.9.0 🦀
v0.8.1 🦀
Changes
- Fix wasm example compilation (#136) @Mubelotix
- Create get_update fn to get one update status (#133) @icyJoseph
Thanks again to @Mubelotix, @curquiza, and @icyJoseph! 🎉
v0.8.0 🦀
v0.7.0 🦀
Changes
- Add the wait_for_pending_update method (#111) @sanders41
Breaking changes ⚠️
This version makes this repository fully compatible with MeiliSearch v0.20.0
Thanks again to @curquiza, @sanders41, and of course @Mubelotix for all the reviews! 🎉
v0.6.0 🦀
Changes
- Adding get_all_updates route (#108) @sanders41
- Minor fixes (#114) @Mubelotix
- Implement dumps (#113) @Mubelotix
Breaking changes ⚠️
- Update old code (#76) @Mubelotix
- Improve settings (#112) @Mubelotix
Thanks again to @Mubelotix, and @sanders41! 🎉
v0.5.1 🦀
v0.5.0 🦀
Breaking changes ⚠️
- Use isahc as replacement for reqwest (#49) @MCOfficer
- Remove tokio (#81) @Mubelotix
Thanks again to @MCOfficer, @Mubelotix, @bidoubiwa, @curquiza, @gcostigan, and @rrjanbiah! 🎉
v0.4.0 🦀
Changes
This package is ready to be used with a MeiliSearch v0.16.0 instance.
Breaking changes ⚠️
- Improve Query and SearchResults (#46) @Mubelotix
- Remove
set_health
method (#59) @curquiza - Rename method
get_health
intohealth
(#59) @curquiza
Thanks again to @Mubelotix! 🎉