Skip to content

Releases: meilisearch/meilisearch-ruby

v0.15.4 ๐Ÿ’Ž

11 Jun 17:56
8d85df7
Compare
Choose a tag to compare

Changes

Thanks again to @christianhellsten! ๐ŸŽ‰

v0.15.3 ๐Ÿ’Ž

24 May 07:15
d25acb5
Compare
Choose a tag to compare

Changes

  • Accept integer as a query parameter (#180) @manaleak2d

Thanks again to @bidoubiwa, @curquiza, and @manaleak2d! ๐ŸŽ‰

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