Skip to content

Releases: meilisearch/meilisearch-rails

v0.5.0 🛤

08 Feb 10:30
0b39d16
Compare
Choose a tag to compare

⚠️ Breaking changes

To prevent problems in the future #106 was merged and to use this version, changes should be done in order to use successfully.
The most common replacements you should do are:

  • include MeiliSearch should be now include MeiliSearch::Rails
  • MeiliSearch.configuration = should be nowMeiliSearch::Rails.configuration =

Be aware about every internal can be accessed from the namespaced model MeiliSearch::Rails, if you call MeiliSearch::SomeClass you'll be accessing an internal from meilisearch-ruby not meilisearch-rails.

🐛 Bug Fixes

  • Fix Rails module calls inside the Meilisearch::Rails & Add smoke-test workflow step (#108) @brunoocasali

🚀 Enhancements

Thanks again to @brunoocasali, @cjilbert504 and @excid3! 🎉

v0.4.1 🛤

25 Jan 17:38
d0f115f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Remove the internal method ms_full_const_get from MeiliSearch::ClassMethods in order to fix superclass mismatch (#102) @brunoocasali

Thanks, @brunoocasali! 🎉

v0.4.0 🛤

13 Jan 17:45
28088e6
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.25.0 🎉

⚠️ Breaking changes

This package version use meilisearch-ruby v0.18.0 which is only compatible with MeiliSearch v0.25.0 and later, but not with v0.24.0 and older. Be sure you are using at least MeiliSearch v0.25.0 or newer before doing the upgrade.

Thanks again to @curquiza and @jitingcn for all the work done in our test suite, for the simplecov addition but also for the upgrade of rspec! 🎉

v0.3.0 🛤

18 Nov 15:02
2edeff2
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.24.0 🎉

⚠️ Breaking changes

This package version use meilisearch-ruby v0.17.2 which is only compatible with MeiliSearch v0.24.0 and later, but not with v0.23.1 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade.

💅 Enhancements

Expand to see the list!

New Contributors

Thanks again to @danirod, @hosamaly, @bb, @brunoocasali, and @curquiza what a hacktoberfest! 🎉

v0.2.3 🛤

26 Aug 08:11
Compare
Choose a tag to compare

Changes

Thanks again to @jitingcn! 🎉

v0.2.2 🛤

24 Aug 20:36
75b4498
Compare
Choose a tag to compare

This version makes this package compatible with MeiliSearch v0.21.0
🎉 Check out the changelog of MeiliSearch v0.21.0

Changes

  • Changes related to the next MeiliSearch release (v0.21.0) (#47) @curquiza
  • Fix kaminari initialize error in Ruby3 (#61) @nykma

Thanks again to @alallema, @curquiza and @nykma! 🎉

v0.2.1 🛤

07 Jul 16:01
a8edb3c
Compare
Choose a tag to compare

Changes

  • Fix undefined method in reindex_all_models (#54) @jitingcn
  • Add timeout and max_retries options (#53) @sunny

Thanks again to @CaroFG, @jitingcn and @sunny! 🎉

v0.2.0 🛤

24 Jun 17:55
d9bc7e5
Compare
Choose a tag to compare

Changes

Breaking changes ⚠️

  • Accept snake_case for meilisearch options (#49) @sunny

Thanks again to @CaroFG, @curquiza and @sunny! 🎉

v0.1.0

09 Jun 18:30
029fc14
Compare
Choose a tag to compare

First release! 🎉
Thanks to @CaroFG