Skip to content

Releases: meilisearch/meilisearch-ruby

v0.18.3 💎

09 May 11:27
d485a18
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v0.27.0 🎉
Check out the changelog of Meilisearch v0.27.0 for more information on the changes.

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @brunoocasali! 🎉

v0.18.2 💎

14 Mar 14:58
0f545bd
Compare
Choose a tag to compare

This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 🎉
Check out the changelog of MeiliSearch v0.26.0 for more information about the ⚠️ breaking changes about the flag and dump new behavior.

🚀 Enhancements

  • Added new method generate_tenant_token() as a result of the addition of the multi-tenant functionality.
    This method creates a JWT tenant token that will allow the user to have multi-tenant indexes and thus restrict access to documents based on the end-user making the search request. (#299) @brunoocasali

Thanks again to @brunoocasali! 🎉

v0.18.1 💎

01 Feb 17:43
6b89ff0
Compare
Choose a tag to compare

🚀 Enhancements

Analytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.

💅 Other improvements

Expand to see the list!

  • Update rubocop requirement from ~> 1.24.1 to ~> 1.25.0 (#290) @dependabot

Thanks again to @brunoocasali, @curquiza 🎉

v0.18.0 💎

12 Jan 14:05
5f282ef
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.25.0 🎉

⚠️ Breaking changes

  • This package 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.
    Why isn't it compatible?
    • MeiliSearch v0.25.0 uses Authorization header instead of X-Meili-API-Key (#275)
    • MeiliSearch v0.25.0 has a new API regarding the updates that have been renamed into tasks. More details in the following points
  • Changes related to the new task API (#276) @curquiza Check out the task API references and the asynchronous tasks guide
    • create_index, update_index and delete_index are now asynchrone regarding MeiliSearch and do not return a Index instance anymore, but a task object. Please use index() method instead.
    • Rename index.get_all_update_status into index.tasks
    • Rename index.get_update_status into index.task
    • wait_for_pending_update is renamed into wait_for_task and is accessible from index and from client
  • Remove get_or_create_index method (#277) @curquiza
  • Remove delete_index_if_exists method (#278) @curquiza
  • client.keys does not return an object of keys, but an array of keys. Check out keys API references.

🚀 Enhancements

  • Add API keys methods (#279) @curquiza
    • client.create_key
    • client.update_key
    • client.delete_key
    • client.key

Check out the documentation guide.

  • Add new method create_index! that creates an index synchronously regarding MeiliSearch. Be careful using it, this can block your code in production.
  • Add new methods client.tasks and client.task

Thanks again to @curquiza, and @brunoocasali ! 🎉

v0.17.3 💎

13 Dec 13:28
78017a5
Compare
Choose a tag to compare

🚀 Enhancements

Thanks again to @bidoubiwa, @brunoocasali, @curquiza, and @thicolares! 🎉

v0.17.2 💎

18 Nov 13:50
c0bfc68
Compare
Choose a tag to compare

This version is compatible with MeiliSearch v0.24.0

Breaking changes

  • Change client#indexes method to retrieve a list of Index instance (#234) @nagaroni
  • This package version is 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

🐛 Bug Fixes

  • Fix snake_case issue in v0.17.0 by moving out params parsing of the HttpRequest class (#266) @brunoocasali
  • Remove Content-Type from non-body HTTP methods (#253) @thicolares
  • Add utils.rb to meilisearch.gemspec (#269) @curquiza

Thanks again to @AudTheCodeWitch, @FlamesRunner, @bb, @brunoocasali, @curquiza, @edinapap, @jmks, @meili-bors[bot], @nagaroni, @rafaeelaudibert, @reginaalyssa, @saintmalik, @thicolares, @toshitapandey and @zinovik! 🎉

v0.17.1 💎 [DEPRECATED]

18 Nov 13:23
c0b4bfa
Compare
Choose a tag to compare

Deprecated because of #268

v0.17.0 💎 [DEPRECATED]

17 Nov 16:22
a6a53d6
Compare
Choose a tag to compare

⚠️ Do NOT use this version because of #265 ⚠️

v0.16.1 💎

13 Sep 14:29
7d1106a
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.22.0 🎉

Changes

  • Add sort feature compatibility (#211) @curquiza. More about sorting.
    • add sortable_attributes, update_sortable_attributes and reset_sortable_attributes methods
    • work with the sort parameter when using search() method

v0.16.0 💎

24 Aug 18:14
362dd8e
Compare
Choose a tag to compare

This version makes this package compatible with MeiliSearch v0.21.0
🎉 Check out the changelog of MeiliSearch v0.21.0

Changes

Breaking changes ⚠️

  • Rename attributes_for_faceting into filterable_attributes (#192) @curquiza
  • Use filter (#193) @curquiza
  • Rename fieldsDistribution into fieldDistribution (#194) @curquiza
  • Changes related to the next MeiliSearch release (v0.21.0) (#169)

Thanks again to @alallema, @bidoubiwa, @curquiza, ! 🎉