Releases: meilisearch/meilisearch-ruby
Releases ยท meilisearch/meilisearch-ruby
v0.31.0 ๐
v0.30.0 ๐
โ ๏ธ Breaking changes
- Rename top level module from
MeiliSearch
toMeilisearch
(#585) @ellnix -> this is NOT a real breaking change, but the beginning of a deprecation. We highly recommend you useMeilisearch
module instead ofMeiliSearch
๐ Enhancements
- Added update documents by function (#568) @Nymuxyzo
- Support localized-attributes settings (#583) @ellnix
- Support batches API (#587) @ellnix
- Support prefix and facet search settings (#584) @ellnix
- Accept :reverse param on client.tasks endpoint (#588) @ellnix
- Support embedders API (#592) @ellnix
โ๏ธ Maintenance/misc
Thanks again to @Nymuxyzo, @brunoocasali, @curquiza, @dureuill, @ellnix, and Andre! ๐
v0.29.0 ๐
โ ๏ธ Breaking changes (experimental feature)
embedder
is now mandatory everywhere - Ensure compatibility with Meilisearch v1.11 by @curquiza
Thanks again to @curquiza! ๐
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 Andreฬ 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! ๐