v0.21.0 🐹
meili-bot
released this
03 Oct 15:09
·
490 commits
to refs/heads/main
since this release
Check out the changelog of Meilisearch v0.29.0 for more information on the changes.
⚠️ Breaking changes
This breaking change may not affect you, but in any case, you should check your search queries if you want to keep the same behavior from v0.28
.
- The
NOT
filter keyword does not have an implicitlyEXIST
operator anymore. Check out for more information: meilisearch/meilisearch#2486 - Remove
All
from the methods name (#356) @vishalsodani
🚀 Enhancements
- Improve Docker configuration in the package (#301)
- Create key: Add ability to specify the
Uid
andName
value (#342) @dbolkensteyn - Pre-allocate search post body for
Index.Search()
(#341) @trim21 - Ensure support to the new search query parameter
MatchingStrategy
(#348) @brunoocasali - 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
. (#349) @brunoocasali
Thanks again to @OptimusePrime, @alallema, @brunoocasali, @dbolkensteyn, @tMinamiii, @trim21 and @vishalsodani! 🎉