Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2023

Bumps meilisearch from 0.25.0 to 0.26.0.

Release notes

Sourced from meilisearch's releases.

v0.26.0 🐍

This version introduces features released on Meilisearch v1.1.0 🎉 Check out the changelog of Meilisearch v1.1.0 for more information on the changes.

⚠️ Breaking changes

🚀 Enhancements

  • Add the ability to provide a specific csv-delimiter when adding and updating documents in CSV format (#716) @​alallema
  • New method client.multi_search() provides the possibility to make multiple requests at once (#714) @​alallema

Example:

  client.multi_search(
    [
      {'indexUid': 'movies', 'q': 'pooh', 'limit': 5},
      {'indexUid': 'movies', 'q': 'nemo', 'limit': 5},
      {'indexUid': 'movie_ratings', 'q': 'us'}
    ]
  )

🐛 Bug Fixes

Thanks again to @​alallema and @​sanders41! 🎉

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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Apr 4, 2023
@alallema
Copy link
Contributor

@dependabot recreate

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-python) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/meilisearch/meilisearch-python/releases)
- [Commits](meilisearch/meilisearch-python@v0.25.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/meilisearch-0.26.0 branch from 7a26114 to 93e9e4f Compare May 30, 2023 12:26
@alallema
Copy link
Contributor

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented May 30, 2023

@meili-bors meili-bors bot merged commit 74f5999 into main May 30, 2023
@meili-bors meili-bors bot deleted the dependabot/pip/meilisearch-0.26.0 branch May 30, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants