Releases: meilisearch/meilisearch-ruby
Releases · meilisearch/meilisearch-ruby
v0.13.2 💎
v0.13.1 💎 [Not available on RubyGems]
No change
v0.13.0 💎
v0.12.0 💎
v0.11.1 💎
v0.11.0
- Refacto and simplify the code for better contributions (#36)
- Fix: Search params crash when they are a list of strings (#42)
- Implement the
wait_for_pending_updatemethod (#43) - Add
attributesForFacetingsettings routes (#44) - Implement facets in search using
facetFiltersandfacetsDistribution(#46 and #51) - Change prototype of
create_indexandindexmethods (#50) - Update README and dependencies
Breaking changes due to the MeiliSearch breaking upgrade (from v0.10.X to v0.11.X)
- in the
GET /statsroute, thefieldsFrequencyattribute is renamed intofieldsDistribution. The value of this attribute does not change. (#39) - MeiliSearch is currently doing a better error handler. Now, the following attributes are present in the body answer when raising an error:
errorCode,errorTypeanderrorLink.
Themessageattribute still exists but the value of this field might change for some errors.
We do not recommend using the content of these fields immediately (wait for thev0.12.0): MeiliSearch is indeed still working on this error handler and the content of these fields will probably change.