Update version for the next release (v0.21.0)#401
Merged
meili-bors[bot] merged 1 commit intomainfrom Nov 28, 2022
Merged
Conversation
Member
Author
|
PS: (the CI is not breaking in the bump v0.30.0) |
mdubus
approved these changes
Nov 28, 2022
Contributor
|
SOme things are missing:
|
Member
Author
|
Member
Author
|
bors merge |
Contributor
|
Build succeeded:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version makes this package compatible with Meilisearch v0.30.0 🎉
Check out the changelog of Meilisearch v0.30.0 for more information on the changes.
🚀 Enhancements
MeilisearchClient#cancel_tasks(Addcancel_tasksmethod #392) @brunoocasaliMeilisearchClient#swap_indexes(Addswap_indexesmethod #393) @brunoocasaliMeilisearchClient#delete_tasks(Adddelete_tasksmethod #394) @brunoocasalipageandhits_per_pagelikeindex.search('', { page: 1, hits_per_page: 10 })uidsfilter parameter forMeilisearchClient#get_tasks({ uids: [1, 2, 3] })canceled_byfilter parameter forMeilisearchClient#get_tasks({ canceled_by: [99, 100]})before_enqueued_atandafter_enqueued_atfilter parameter forMeilisearchClient#get_tasks({ before_enqueued_at: DateTime.new(2022), after_enqueued_at: '2022-01-20' })before_finished_atandafter_finished_atfilter parameter forMeilisearchClient#get_tasks({ before_finished_at: DateTime.new(2022), after_finished_at: '2022-01-20' })before_started_atandafter_started_atfilter parameter forMeilisearchClient#get_tasks({ before_started_at: DateTime.new(2022), after_started_at: '2022-01-20' })index_uidquery parameter is renamedindex_uidswhen queryingMeilisearchClient#get_taskstypequery parameter is renamedtypeswhen queryingMeilisearchClient#get_tasksstatusquery parameter is renamedstatuseswhen queryingMeilisearchClient#get_tasks💅 Misc
Thanks again to @brunoocasali, @dibashthapa, @jonatanrdsantos, and @thicolares! 🎉