Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove delete_if_exist and get_or_create #381

Merged
merged 1 commit into from
Dec 29, 2021

Conversation

alallema
Copy link
Contributor

@alallema alallema commented Dec 29, 2021

Breaking Changes

Removing:

  • delete_if_exist
  • get_or_create

All the actions on indexes are now asynchronous, so the methods delete_if_exist and get_or_create are now useless.

@alallema
Copy link
Contributor Author

bors merge

bors bot added a commit that referenced this pull request Dec 29, 2021
381: Remove `delete_if_exist` and `get_or_create` r=alallema a=alallema

### Breaking Changes
Removing:
- delete_if_exist
- get_or_create

All the actions on indexes are now asynchronous, so the method `delete_if_exist` and `get_or_create` are now useless. 



Co-authored-by: alallema <amelie@meilisearch.com>
@bors
Copy link
Contributor

bors bot commented Dec 29, 2021

Build failed:

@alallema alallema merged commit e04de9e into bump-meilisearch-v0.25.0 Dec 29, 2021
@alallema alallema deleted the remove_useless_method branch December 29, 2021 11:43
@alallema alallema added the breaking-change The related changes are breaking for the users label Dec 29, 2021
bors bot added a commit that referenced this pull request Jan 12, 2022
370: Changes related to the next MeiliSearch release (v0.25.0) r=alallema a=meili-bot

Related to this issue: meilisearch/integration-guides#157

This PR:
- gathers the changes related to the next MeiliSearch release (v0.25.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases).
- might eventually contain test failures until the MeiliSearch v0.25.0 is out.

⚠️ This PR should NOT be merged until the next release of MeiliSearch (v0.25.0) is out.

_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._

Done:
- #371 
- #381 
- #372 
- #382 
- #396 

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: alallema <amelie@meilisearch.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
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.

1 participant