Releases: meilisearch/meilisearch-go
Releases · meilisearch/meilisearch-go
v0.11.0
- 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 /statsroute, thefieldsFrequencyattribute is renamed intofieldsDistribution. 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,errorTypeanderrorLink.
Themessageattribute 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 thev0.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
- 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.