Skip to content

Update version for the next release (v0.21.0)#401

Merged
meili-bors[bot] merged 1 commit intomainfrom
release-v0.21.0
Nov 28, 2022
Merged

Update version for the next release (v0.21.0)#401
meili-bors[bot] merged 1 commit intomainfrom
release-v0.21.0

Conversation

@brunoocasali
Copy link
Copy Markdown
Member

@brunoocasali brunoocasali commented Nov 26, 2022

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

  • Add MeilisearchClient#cancel_tasks (Add cancel_tasks method #392) @brunoocasali
  • Add MeilisearchClient#swap_indexes (Add swap_indexes method #393) @brunoocasali
  • Add MeilisearchClient#delete_tasks (Add delete_tasks method #394) @brunoocasali
  • Add support to finite pagination by using page and hits_per_page like index.search('', { page: 1, hits_per_page: 10 })
  • Add filters for tasks resources (Add update filter for tasks #391) @brunoocasali
    • uids filter parameter for MeilisearchClient#get_tasks({ uids: [1, 2, 3] })
    • canceled_by filter parameter for MeilisearchClient#get_tasks({ canceled_by: [99, 100]})
    • before_enqueued_at and after_enqueued_at filter parameter for MeilisearchClient#get_tasks({ before_enqueued_at: DateTime.new(2022), after_enqueued_at: '2022-01-20' })
    • before_finished_at and after_finished_at filter parameter for MeilisearchClient#get_tasks({ before_finished_at: DateTime.new(2022), after_finished_at: '2022-01-20' })
    • before_started_at and after_started_at filter parameter for MeilisearchClient#get_tasks({ before_started_at: DateTime.new(2022), after_started_at: '2022-01-20' })

⚠️ Breaking Changes

  • Update filters for tasks resources (Add update filter for tasks #391) @brunoocasali
    • index_uid query parameter is renamed index_uids when querying MeilisearchClient#get_tasks
    • type query parameter is renamed types when querying MeilisearchClient#get_tasks
    • status query parameter is renamed statuses when querying MeilisearchClient#get_tasks

💅 Misc

Thanks again to @brunoocasali, @dibashthapa, @jonatanrdsantos, and @thicolares! 🎉

@brunoocasali brunoocasali added the skip-changelog The PR will not appear in the release changelogs label Nov 26, 2022
@brunoocasali
Copy link
Copy Markdown
Member Author

PS: (the CI is not breaking in the bump v0.30.0)

@bidoubiwa
Copy link
Copy Markdown
Contributor

SOme things are missing:

  • page and hitsPerPage
  • Removing of batchUid (not sure you removed it in this update)
  • error in tasks is now always present (not sure it affects ruby)
  • Additional error codes (not sure it affects ruby)

@brunoocasali
Copy link
Copy Markdown
Member Author

SOme things are missing:

  • page and hitsPerPage
  • Removing of batchUid (not sure you removed it in this update)
  • error in tasks is now always present (not sure it affects ruby)
  • Additional error codes (not sure it affects ruby)
  • page and hitsPerPage I forgot to add it in the version changelog, thanks!.
  • Removing of batchUid (not sure you removed it in this update) does not affect ruby.
  • error in tasks is now always present (not sure it affects ruby) does not affect ruby.
  • Additional error codes (not sure it affects ruby) does not affect ruby.

Copy link
Copy Markdown
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Base automatically changed from bump-meilisearch-v0.30.0 to main November 28, 2022 14:43
@brunoocasali
Copy link
Copy Markdown
Member Author

bors merge

@meili-bors
Copy link
Copy Markdown
Contributor

meili-bors Bot commented Nov 28, 2022

Build succeeded:

@meili-bors meili-bors Bot merged commit efe6cb2 into main Nov 28, 2022
@meili-bors meili-bors Bot deleted the release-v0.21.0 branch November 28, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants