Releases: meilisearch/meilisearch-go
Releases · meilisearch/meilisearch-go
v0.13.1 🐹
v0.13.0 🐹 - Deprecated
🗣 This version does not work. Use the v0.13.1 to have the same changes present in the v0.13.0.
Changes
- Moving to fasthttp client (#88) @senyast4745
Breaking changes ⚠️
Thanks again to @eskombro and @senyast4745! 🎉
v0.12.1 🐹
v0.12.0 🐹
v0.11.1 🐹
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 /stats
route, thefieldsFrequency
attribute 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
,errorType
anderrorLink
.
Themessage
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 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.