Releases: meilisearch/meilisearch-rails
v0.9.1 π€
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
- Bump
meilisearch-ruby
to~> v0.23.0
(#245) @brunoocasali.
Thanks again to @brunoocasali! π
v0.9.0 π
π Enhancements
- Enable configuring faceting settings (#242) @0xMostafa
- Adds support for setting options:
faceting
andtypo_tolerance
(#244) @anderson
π Bug Fixes
Thanks again to @0xMostafa, @anderson, @brunoocasali! π
v0.8.1 π€
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
- Update meilisearch-ruby to latest version
v0.22.0
(#231) @brunoocasali - Mention in the README about
formatted
method (#226) @brunoocasali
Thanks again to @brunoocasali ! π
v0.8.0 π
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
π Enhancements
- Changes related to the next Meilisearch release (v0.29.0) (#186) @brunoocasali
- Catch pagy configuration error (#223) @brunoocasali
- Add the ability to define
pagination
settings in the model directly. (#208) @yagince - Use finite pagination strategy when
pagination_backend
is defined. (#214) @brunoocasali
Read more about it here
Thanks again to @AdoPi, @brunoocasali, @curquiza, and @yagince! π
v0.7.3 π€
π Enhancements
- Control state of the access to the HTTP (#177) @brunoocasali
π Bug Fixes
- Background jobs should respect the conditionals (#182) @brunoocasali
Thanks again to @brunoocasali ! π
v0.7.2 π€
π Bug Fixes
- Add support for snake_case option in the pagination (#184) @brunoocasali
hitsPerPage
andhits_per_page
should work fine now.
Thanks again to @brunoocasali! π
v0.7.1 π
π Enhancements
- Add scope for eager loading (#170) @rolandasb
This scope will help eager loading associations when areindex
is called. - Feature/Analytics (#179) @brunoocasali
- Describe the use of
ms_
methods if things likesearch
are already defined (#159) @JasonBarnabe
π Bug Fixes
- Add timeout errors to be kept when
raise_on_failure
is false (#174) @brunoocasali
Now whenMeiliSearch::Client
raises aMeiliSearch::TimeoutError
we will catch the exception if theraise_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 theprimary_key
option in the index definition. - Fix playground with docker environment (#173) @brunoocasali
Thanks again to @JasonBarnabe, @brunoocasali and @rolandasb! π
v0.7.0 π€
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
raw*
methods are a direct connection between your Rails application and Meilisearch, you may find changes that are not present in this section.
- This release is only compatible with the latest version of Meilisearch v0.28.0
Thanks again to @brunoocasali π
v0.6.0 π
β οΈ 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
- Improve Docker configuration in the package (#151) @brunoocasali
π Bug Fixes
Thanks again to @brunoocasali and @uvera! π
v0.5.2 π€
π Enhancements
- Remove duplicated gem versions from the gemspec/Gemfile (#149) @brunoocasali
- Update sidekiq worker to job in readme (#137) @jmarsh24
π Bug Fixes
- Fix rubocop unintentional CI error (#144) @brunoocasali
Thanks again to @brunoocasali, @curquiza, @jmarsh24! π