Skip to content

Releases: meilisearch/meilisearch-ruby

v0.15.2 💎

05 May 17:14
1e444a7
Compare
Choose a tag to compare

Changes

  • Adding possibility to send body null and tests (#175) @alallema

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

v0.15.1 💎

19 Apr 12:04
0b18a51
Compare
Choose a tag to compare

Changes

Thanks also to @curquiza, @eskombro, @gurgeous, @khash, and @xluffy! 🎉

v0.15.0 💎

26 Nov 15:32
feabdc3
Compare
Choose a tag to compare

Changes

  • Introduction of the implicit index creation: Now you can add documents without creating an index first (#123) @curquiza
  • Implement dumps (#114) @CaroFG
  • Introduce idiomatic setters (#118) @bb

Breaking changes ⚠️

  • Changes due to implicit index creation introduction (#123) @curquiza
    • index.show and client.show_index(...) were removed. There are replaced by index.fetch_info and client.fetch_index(...).
    • index.update now returns an Index object

Thanks again to @CaroFG, @bb and @curquiza! 🎉

v0.14.0 💎

04 Nov 14:17
c07df3e
Compare
Choose a tag to compare

Changes

  • Update dependencies

Breaking changes

Thanks also to @Jeremy-Walton, and @gczh! 🎉

v0.13.3 💎

24 Sep 15:38
6750cf6
Compare
Choose a tag to compare

Changes

Thanks again to @bronislav! 🎉

v0.13.2 💎

01 Sep 14:30
Compare
Choose a tag to compare

Changes

  • Update dependencies

This gem is now compatible with MeiliSearch v0.14.0 without any changes in this gem! Enjoy!

Thanks again to @eskombro! 🎉

v0.13.1 💎 [Not available on RubyGems]

01 Sep 14:15
e270130
Compare
Choose a tag to compare

v0.13.0 💎

03 Aug 16:11
fa29f9b
Compare
Choose a tag to compare

Breaking changes

  • Remove sysinfo routes (#75) @curquiza
  • Seach route: use POST instead of GET and add tests for placeholder (#77) @curquiza
  • Update settings following the settings behavior changes on MeiliSearch (#78) @curquiza

v0.12.0 💎

09 Jul 15:53
7fdd79f
Compare
Choose a tag to compare

Changes

Breaking changes

v0.11.1 💎

23 Jun 17:17
5ca3e5e
Compare
Choose a tag to compare

Changes

  • Add release drafter (#52) @curquiza
  • Fix: uid in options does not overwrite the parameter in create_index (#53) @curquiza