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.25.0 #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps meilisearch from 0.22.1 to 0.25.0.

Release notes

Sourced from meilisearch's releases.

v0.25.0 馃尰

This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 馃帀 Check out the changelog of MeiliSearch v0.26.0 for more information about the 鈿狅笍 breaking changes about the flag and dump new behavior.

馃殌 Enhancements

  • Added new method generateTenantToken() as a result of the addition of the multi-tenant functionality. This method creates a JWT tenant token that will allow the user to have multi-tenant indexes and thus restrict access to documents based on the end-user making the search request. (#1162) @鈥媌idoubiwa
  • Complete details field in tasks (#1151) @鈥媌idoubiwa
  • Add a validator on the provided host (#1168) @鈥媌idoubiwa

鈿狅笍 Breaking changes

  • Add new method to getAllRawIndexes(), change getIndexes() behavior (#1045) @鈥婯-Kumar-01
    • client.getIndexes now returns an array of Index instances.
    • client.getRawIndexes now returns an array of object containing the indexes information returned by meilisearch
  • Change how the library exports bundles (#1161) @鈥媌idoubiwa

馃敀 Security

  • [Security] build(deps): bump shelljs from 0.8.4 to 0.8.5 (#1134)

Thanks again to @鈥婯-Kumar-01, @鈥媌idoubiwa, @鈥媎ichotommy, and @鈥媝svnlsaikumar! 馃帀

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) @鈥媌idoubiwa 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.getAllUpdateStatus into index.getTasks
    • Rename index.getUpdateStatus into index.getTask
    • waitForPendingUpdate is renamed into waitForTask and is accessible from index and from client
  • Remove getOrCreateIndex method (#1125) @鈥媌idoubiwa
  • Remove deleteIndexIfExists method (#1124) @鈥媌idoubiwa
  • 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) @鈥媌idoubiwa
    • client.createKey()
    • client.updateKey()
    • client.deleteKey()
    • client.getKey()

... (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.25.0.
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](meilisearch/meilisearch-js@v0.22.1...v0.25.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 Mar 21, 2022
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