Releases: meilisearch/meilisearch-ruby
Releases · meilisearch/meilisearch-ruby
v0.29.0 💎
v0.28.4 💎
🚀 Enhancements
- Add support of similar search (#566) @andre-m-dev
Thanks again to @andre-m-dev, and Andre! 🎉
v0.28.3 💎
🐛 Bug Fixes
- Explicitly require json on top of entry file (#564) @brunoocasali
Thanks again to @brunoocasali! 🎉
v0.28.2 💎
🐛 Bug Fixes
⚙️ Maintenance/misc
- Fix weird error on global SDK CI from meilisearch/meilisearch (#554) @brunoocasali
Thanks again to @Trehana, @brunoocasali, ! 🎉
v0.28.1 💎
🚀 Enhancements
- Update
httparty
dependency to allow the latest versions (#538) @brunoocasali
⚙️ Maintenance/misc
- Add tests for frequency matchingStrategy search parameter (#548) @andre-m-dev
- Add code samples and tests for distinct search parameter (#551) @andre-m-dev
- Add code sample and tests for rankingScoreThreshold search parameter (#550) @andre-m-dev
- Update docker-compose.yml to use supported ruby version (#549) @bb
Thanks again to @andre-m-dev, @bb, @brunoocasali, @curquiza and @andre-m-dev! 🎉
v0.28.0 💎
⚠️ Breaking changes
- Remove ruby 3.0 & Upgrade codecov setup (#533) @brunoocasali
🚀 Enhancements
- Support searchCutoffMs setting (#540) @andre-m-dev
⚙️ Maintenance/misc
- Clarify the ruby version (#534) @brunoocasali
- Changes related to the next Meilisearch release (v1.9.0) (#542)
Thanks again to @andre-m-dev, @brunoocasali, @curquiza, @the-sinner and André Mommert! 🎉
v0.27.1 💎
v0.27.0 💎
⚠️ Breaking changes
🚀 Enhancements
- Implement new proximityPrecision (#512) @andre-m-dev
- Add method for creating a snapshot (#508) @andre-m-dev
🐛 Bug Fixes
⚙️ Maintenance/misc
- Replace deprecated action (#506) @brunoocasali
- Update version targets (Ruby 3.1, Ubuntu 22.04) (#510) @ellnix
Thanks again to @andre-m-dev, @brunoocasali, @ellnix! 🎉
v0.26.0
What's Changed
- Changes related to the next Meilisearch release (v1.4.0) by @meili-bot in #481
- Bump actions/checkout from 3 to 4 by @dependabot in #490
- Add code samples and remove useless ones by @curquiza in #486
- Add new
MeiliSearch::Error
from which other errors inherit by @ellnix in #492 - Support user dictionary loading by @ellnix in #491
- Support text-separator customization by @ellnix in #493
- Implement facet_search by @ellnix in #496
- Add webinar banner to README by @meili-bot in #501
- Fix matching_strategy_spec by @ellnix in #495
- Add new section to release drafter by @curquiza in #502
- Remove webinar banner to README by @meili-bot in #503
- Update version for the next release (v0.26.0) by @meili-bot in #505
New Contributors
Full Changelog: v0.25.1...v0.26.0
v0.25.1 💎
💅 Misc & Tests
- Added display hits ranking scores (#466) @andre-m-dev
- [EXPERIMENTAL] Display ranking details at search #460 (#476) @andre-m-dev
- [EXPERIMENTAL] Vector Store (#478) @andre-m-dev
- Define fields to search on at search-time (#479) @davidpan
Thanks again to @andre-m-dev, @brunoocasali, @curquiza, @davidpan! 🎉