meilisearch / meilisearch-vue

https://www.meilisearch.com/
MIT License
154 stars 13 forks source link

Bump meilisearch from 0.22.3 to 0.24.0 in /examples/nobel-prizes #95

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps meilisearch from 0.22.3 to 0.24.0.

Release notes

Sourced from meilisearch's releases.

v0.24.0 🌻

This package version is compatible with MeiliSearch v0.25.0 🎉

⚠️ Breaking changes

  • This package is only compatible with MeiliSearch v0.25.0 and later, but not with v0.24.0 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade. Why isn't it compatible?
    • MeiliSearch v0.25.0 uses Authorization header instead of X-Meili-API-Key
    • MeiliSearch v0.25.0 has a new API regarding the updates that have been renamed into tasks. More details in the following points
  • Changes related to the new task API (#1123) @​bidoubiwa Check out the task API references and the asynchronous tasks guide
    • createIndex, updateIndex and deleteIndex are now asynchrone regarding MeiliSearch and do not return a Index instance anymore, but a task object. Please use index() method instead.
    • Rename index.get_all_update_status into index.tasks
    • Rename index.get_update_status into index.task
    • wait_for_pending_update is renamed into wait_for_task and is accessible from index and from client
  • Remove getOrCreateIndex method (#1125) @​bidoubiwa
  • Remove deleteIndexIfExists method (#1124) @​bidoubiwa
  • client.getKeys() does not return an object of keys, but an array of keys. Check out keys API references.

🚀 Enhancements

  • Add API keys methods (#1123) @​bidoubiwa
    • client.createKey()
    • client.updateKey()
    • client.deleteKey()
    • client.getKey()

Check out the documentation guide.

  • Add new methods client.getTasks() and client.getTask()

Thanks again to @​bidoubiwa, @​alallema and @​curquiza ! 🎉

v0.24.0-beta.1

This package version is compatible with MeiliSearch v0.25.0.rc3 🎉

⚠️ Breaking changes

  • Wrap keys results inside results object #1132

Thanks again to @​bidoubiwa! 🎉

v0.24.0-beta.0

This package version is compatible with MeiliSearch v0.25.0.rc3 🎉

⚠️ Breaking changes

  • Changes related to the next MeiliSearch release (v0.24.0) (#1108)
  • Change update API to task API #1123
  • Remove deleteIfExists method #1124
  • Remove get or create index #1125
  • Change key methods #1123

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #104.