Skip to content

Releases: meilisearch/meilisearch-rails

v0.9.1 πŸ›€

27 Apr 13:40
448a528
Compare
Choose a tag to compare

This version introduces features released on Meilisearch v1.1.0 πŸŽ‰
Check out the changelog of Meilisearch v1.1.0 for more information on the changes.

πŸš€ Changes

Thanks again to @brunoocasali! πŸŽ‰

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! πŸŽ‰