Skip to content

Releases: meilisearch/meilisearch-rails

v0.7.0 🛤

12 Jul 15:32
ea71fc6
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of Meilisearch v0.28.0 for more information on the changes.

💥 Breaking changes

⚠️ Small disclaimer: All the raw* methods are a direct connection between your Rails application and Meilisearch, you may find changes that are not present in this section.

Thanks again to @brunoocasali 🎉

v0.6.0 🚂

29 Jun 16:56
c328326
Compare
Choose a tag to compare

⚠️ Breaking changes

  • PerEnvironment configuration now it should be applied globally (#153) @brunoocasali
    ⚠️ If the user runs the application with the old configuration, an exception will be raised. The choice here is to make the user aware of this configuration (if they keep the old way, no suffix would be applied and that will cause silent problems in production).

🚀 Enhancements

🐛 Bug Fixes

  • Check for Sequel::Model instead of only ::Sequel (#164) @uvera

Thanks again to @brunoocasali and @uvera! 🎉

v0.5.2 🛤

18 May 15:59
acbdd10
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @brunoocasali, @curquiza, @jmarsh24! 🎉

v0.5.1 🛤

14 Feb 18:50
92643c1
Compare
Choose a tag to compare

🐛 Bug Fixes

Thanks again to @jitingcn! 🎉

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! 🎉