Releases: meilisearch/meilisearch-rails
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! 🎉
v0.5.1 🛤
v0.5.0 🛤
⚠️ Breaking changes
- Add a "submodule" called Rails (#106) @brunoocasali
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 nowinclude 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
- Add sortable attributes and update README (#113, #118) @cjilbert504
- Add official support to rails 7 (#116) @excid3
Thanks again to @brunoocasali, @cjilbert504 and @excid3! 🎉
v0.4.1 🛤
🐛 Bug Fixes
- Remove the internal method
ms_full_const_get
fromMeiliSearch::ClassMethods
in order to fix superclass mismatch (#102) @brunoocasali
Thanks, @brunoocasali! 🎉
v0.4.0 🛤
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 🛤
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!
- Update meilisearch_host in the conf example by @danirod in #68
- Update MeiliSearch version in README (v0.22.0) by @curquiza in #67
- Add Hacktoberfest section to CONTRIBUTING.md by @meili-bot in #70
- Update Hacktoberfest section to CONTRIBUTING.md by @meili-bot in #72
- Add Rubocop by @brunoocasali in #71
- Update CONTRIBUTING.md by @curquiza in #76
- Code Style: Fix offenses of root files by @brunoocasali in #73
- Code Style v2: Configuration file by @brunoocasali in #74
- Add default value to config by @brunoocasali in #75
- Changes related to the next MeiliSearch release (v0.23.0) by @meili-bot in #69
- Fix some rubocop warnings in tests by @hosamaly in #78
- Make tests run with default config by @bb in #79
- Enhancement/Code style v3 by @brunoocasali in #81
- Enhancement/Code style v4 by @brunoocasali in #82
- Enhancement/Code Style v5 by @brunoocasali in #83
- Enhancement/Code Style v6 by @brunoocasali in #84
- Code/Style v7 by @brunoocasali in #86
- Enhancement/Code Style v8 by @brunoocasali in #87
- Remove Hacktoberfest section from CONTRIBUTING.md by @meili-bot in #88
- Add categories to the release drafter by @meili-bot in #90
- Fix links and improve CONTRIBUTING.md by @meili-bot in #89
- Changes related to the next MeiliSearch release (v0.24.0) by @meili-bot in #80
- Fix version file by @curquiza in #91
New Contributors
Thanks again to @danirod, @hosamaly, @bb, @brunoocasali, and @curquiza what a hacktoberfest! 🎉
v0.2.3 🛤
v0.2.2 🛤
This version makes this package compatible with MeiliSearch v0.21.0
🎉 Check out the changelog of MeiliSearch v0.21.0