Ruby SDK for the Meilisearch API
## 🚀 Enhancements * Throw useful error message when URL missing scheme (#624) @ellnix * Add get documents by ids (#632) @Nymuxyzo * Add documents…
## 🚀 Enhancements * Support experimental features endpoints (#594) @ellnix * Use max_retries and give a bigger default timeout value (#614) @bruno…
## 🚀 Enhancements * Federated search added (#567) @Nymuxyzo * Support batching and updating with JSON, NDJSON, and CSV (#599) @ellnix ## ⚙️ Mai…
## ⚠️ Breaking changes * Rename top level module from `MeiliSearch` to `Meilisearch` (#585) @ellnix -> this is NOT a real breaking change, but the …
## ⚠️ Breaking changes (experimental feature) * `embedder` is now mandatory everywhere - Ensure compatibility with [Meilisearch v1.11](https://gith…
## 🚀 Enhancements * Add support of similar search (#566) @andre-m-dev Thanks again to @andre-m-dev, and Andre! 🎉
## 🐛 Bug Fixes * Explicitly require json on top of entry file (#564) @brunoocasali Thanks again to @brunoocasali! 🎉
## 🐛 Bug Fixes * Add validation for document_id to prevent nil or empty values (#557) @Trehana ## ⚙️ Maintenance/misc * Fix weird error on gl…