Skip to content

Conversation

bidoubiwa
Copy link
Contributor

Breaking

  • getOrCreateIndex no longer exists. Create index returns a Task as index creation became asynchronous.
  • deleteIfExistsIndex no longer exists. Because deleting an index is now an asynchronous task it will either delete the index or the task will fail. But it will not block any other action.

@bidoubiwa bidoubiwa added the breaking-change The related changes are breaking for the users label Feb 8, 2022
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

LGTM! 🦅

Base automatically changed from update_keys_api to bump-meilisearch-v0.25.0 February 14, 2022 15:04
@bidoubiwa bidoubiwa merged commit 596dd66 into bump-meilisearch-v0.25.0 Feb 14, 2022
@bidoubiwa bidoubiwa deleted the remove_obsolete_functions branch February 14, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change The related changes are breaking for the users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants