Skip to content

Releases: meilisearch/meilisearch-rails

v0.9.0 🚂

24 Mar 14:33
b81d693
Compare
Choose a tag to compare

🚀 Enhancements

  • Enable configuring faceting settings (#242) @0xMostafa
  • Adds support for setting options: faceting and typo_tolerance (#244) @anderson

🐛 Bug Fixes

Thanks again to @0xMostafa, @anderson, @brunoocasali! 🎉

v0.8.1 🛤

08 Feb 17:21
95d39b4
Compare
Choose a tag to compare

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

🚀 Enhancements

Thanks again to @brunoocasali ! 🎉

v0.8.0 🚂

01 Dec 15:19
1dc260a
Compare
Choose a tag to compare

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

⚠️ Breaking changes

This release is only compatible with the latest version of Meilisearch v0.30.0 and greater

  • Rename meilisearch_host to meilisearch_url in the initializer configuration block (#197) @AdoPi

🚀 Enhancements

Thanks again to @AdoPi, @brunoocasali, @curquiza, and @yagince! 🎉

v0.7.3 🛤

28 Sep 09:08
81925b7
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @brunoocasali ! 🎉

v0.7.2 🛤

18 Aug 16:34
f527133
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add support for snake_case option in the pagination (#184) @brunoocasali
    hitsPerPage and hits_per_page should work fine now.

Thanks again to @brunoocasali! 🎉

v0.7.1 🚂

01 Aug 15:39
347411a
Compare
Choose a tag to compare

🚀 Enhancements

  • Add scope for eager loading (#170) @rolandasb
    This scope will help eager loading associations when a reindex is called.
  • Feature/Analytics (#179) @brunoocasali
  • Describe the use of ms_ methods if things like search are already defined (#159) @JasonBarnabe

🐛 Bug Fixes

  • Add timeout errors to be kept when raise_on_failure is false (#174) @brunoocasali
    Now when MeiliSearch::Client raises a MeiliSearch::TimeoutError we will catch the exception if the raise_on_failure is being used.
  • Fix primary_key customization (#176) @brunoocasali
    Now when you want to customize the key, you will be able to if you use the primary_key option in the index definition.
  • Fix playground with docker environment (#173) @brunoocasali

Thanks again to @JasonBarnabe, @brunoocasali and @rolandasb! 🎉

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