Skip to content

v0.5.0 🛤

Compare
Choose a tag to compare
@brunoocasali brunoocasali released this 08 Feb 10:30
· 424 commits to main since this release
0b39d16

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