Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps meilisearch from 0.14.2 to 0.19.2.

Release notes

Sourced from meilisearch's releases.

v0.19.2 🐍

  • API resource output as class to utilize dot notation for attributes (#513) @​ElamC
  • Add pipenv install in the CONTRIBUTING guide (#519) @​brunoocasali
  • Bump mako from 1.2.1 to 1.2.2 due to security issue (#528)

Thanks again to @​ElamC, @​alallema, @​brunoocasali! 🎉

v0.19.1 🐍

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @​alallema, @​sapristi and @​voloyev! 🎉

v0.19.0 🐍

This version makes this package compatible with Meilisearch v0.28.0 🎉 Check out the changelog of Meilisearch v0.28.0 for more information on the changes.

💥 Breaking changes

  • update_key() can update only name and description fields. #477
  • get_tasks() has additional parameters for filtering:: type, status and indexUid. #476
  • client.get_tasks(...) and index.get_tasks() now returns the following fields: results, limit, from, next.#476
  • index.search changes in the response fields: #478
    • nbHits replaced with estimatedTotalHits
    • exhaustiveNbHits is deleted
    • exhaustiveFacetsCount is deleted
    • matches renamed showMatchesPosition
    • facetsDistribution response parameter is renamed facetDistribution.
  • index.search changes in the request parameters: #478
    • matches renamed showMatchesPosition
    • facetsDistribution request parameter is renamed facets.
  • index.get_documents() request parameters: #481
    • attributesToRetrieve replaced with fields.
  • client.get_indexes and client.get_raw_indexes now return the following fields: results, limit, offset, total. #478
  • index.get_documents and client.get_documents now return the following fields: results, limit, offset, total. #481
  • index.get_documents query parameter attributesToRetrieve is now called fields #481
  • client.get_dump_status and wait_for_dump_creation have been removed #479
  • client.create_dump() now returns tasks, similar to what add_documents or create_index returns #479
  • client.generate_tenant_token(api_key_uid, search_rules, expires_at) has now a mandatory api_key_uid parameter which should contain the uid of a specific API key. #484

🚀 Enhancements

  • index.get_tasks and client.get_tasks accept pagination metadata, added limit (default: 20), from. #476
  • client.get_indexes accept pagination metadata, added limit (default: 20) and offset (default: 0). #478

... (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-python) from 0.14.2 to 0.19.2.
- [Release notes](https://github.com/meilisearch/meilisearch-python/releases)
- [Commits](meilisearch/meilisearch-python@v0.14.2...v0.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2022

The following labels could not be found: skip-changelog, dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2022

Superseded by #72.

@dependabot dependabot bot closed this Sep 22, 2022
@dependabot dependabot bot deleted the dependabot/pip/meilisearch-0.19.2 branch September 22, 2022 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant