v0.20.0 π¦
·
618 commits
to refs/heads/main
since this release
This version makes this package compatible with Meilisearch v0.29.1 π
Check out the changelog of Meilisearch v0.29.1 for more information on the changes.
π Enhancements
- Ensure support to the new search query parameter
matchingStrategy
(#333) @bidoubiwa - Ensure support to keys with wildcarded actions.
actions
field during key creation now accepts wildcards on actions. For example,indexes.*
provides rights toindexes.create
,indexes.get
,indexes.delete
,indexes.delete
, andindexes.update
. meilisearch/meilisearch#2560
β οΈ Breaking Changes
- Replace struct Query with SearchQuery (#341) @vishalsodani
- Changes in filters and behavior of the NOT keyword meilisearch/meilisearch#2486
Thanks again to @bidoubiwa, @curquiza, and @vishalsodani! π