Skip to content

Releases: meilisearch/meilisearch-go

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.