Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Upgrade: bump meilisearch from 0.22.1 to 0.24.0 #183

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps meilisearch from 0.22.1 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)

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.22.1 to 0.24.0.
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](meilisearch/meilisearch-js@v0.22.1...v0.24.0)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2022

Superseded by #202.

@dependabot dependabot bot closed this Mar 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/meilisearch-0.24.0 branch March 21, 2022 04:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants