Skip to content

Releases: meilisearch/meilisearch-go

v0.13.1 🐹

05 Nov 10:26
0816b42
Compare
Choose a tag to compare

Changes

v0.13.0 🐹 - Deprecated

04 Nov 16:00
a8d6032
Compare
Choose a tag to compare

🗣 This version does not work. Use the v0.13.1 to have the same changes present in the v0.13.0.

Changes

Breaking changes ⚠️

Thanks again to @eskombro and @senyast4745! 🎉

v0.12.1 🐹

01 Sep 14:43
1eb2add
Compare
Choose a tag to compare

Changes

  • Update tests to be compatible with MeiliSearch v0.14.0 (#76) @eskombro

Thanks again to @curquiza and @eskombro! 🎉

v0.12.0 🐹

03 Aug 15:27
fa64835
Compare
Choose a tag to compare

Changes

Breaking changes

  • Remove sys-info route (#65) @eskombro
  • Update settings following the settings behavior changes on MeiliSearch (#73) @eskombro

Thanks again to @curquiza and @eskombro! 🎉

v0.11.1 🐹

01 Jul 09:14
cb0c6d0
Compare
Choose a tag to compare

Changes

Thanks again to @curquiza and @eskombro! 🎉

v0.11.0

15 Jun 15:24
5f4313e
Compare
Choose a tag to compare
  • Fix Document.List() (#31)
  • Fix search paramters (#37)
  • Add header Content-Type: application/json (#34)
  • Update README
  • Fix security issue with query parameters (#44)
  • Implement deleteAllIndexes() in tests, use before and after running tests (#42)
  • Implement faceting (#39)
  • Fix: empty params in Documents().List() (#38)

Breaking changes due to the MeiliSearch breaking upgrade (from v0.10.X to v0.11.X)

  • in the GET /stats route, the fieldsFrequency attribute is renamed into fieldsDistribution. The value of this attribute does not change.
  • MeiliSearch is currently doing a better error handler. Now, the following attributes are present in the body answer when raising an error: errorCode, errorType and errorLink.
    The message attribute 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 the v0.12.0): MeiliSearch is indeed still working on this error handler and the content of these fields will probably change.

Thanks to @derekahn, @eskombro, @matboivin, @alexisvisco and @curquiza

Some fixes

04 Apr 09:35
Compare
Choose a tag to compare
  • stats api now work
  • formerly named AwaitAsyncUpdateID now named WaitForPendingUpdate support context and custom interval
  • fix name with readme, this is not a gem
  • now in Search request limit is by default 20 if default value (0) is provided.