Skip to content

Commit

Permalink
Merge #257
Browse files Browse the repository at this point in the history
257: Bump meilisearch from 0.19.1 to 0.22.1 r=alallema a=dependabot[bot]

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-python) from 0.19.1 to 0.22.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-python/releases">meilisearch's releases</a>.</em></p>
<blockquote>
<h2>v0.22.1 🐍</h2>
<h2>🚀 Enhancements</h2>
<ul>
<li>Methods: <code>get_document</code>, <code>delete_document</code> and <code>delete_documents</code> can now take both types <code>str</code> or <code>int</code> (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/545">#545</a>) <a href="https://github.com/sarvesh4396"><code>`@​sarvesh4396</code></a></li>`
<li>Creation of an automatically generated hosted documentation (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/546">#546</a>) <a href="https://github.com/kaggrwal"><code>`@​kaggrwal</code></a></li>`
</ul>
<p>Thanks again to <a href="https://github.com/alallema"><code>`@​alallema</code></a>,` <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a>,` <a href="https://github.com/kaggrwal"><code>`@​kaggrwal</code></a>` and <a href="https://github.com/sarvesh4396"><code>`@​sarvesh4396</code></a>!` 🎉</p>
<h2>v0.22.0 🐍</h2>
<p>This version makes this package compatible with Meilisearch v0.29.0 🎉
Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0">Meilisearch v0.29.0</a> for more information on the changes.</p>
<h2>🚀 Enhancements</h2>
<ul>
<li>Ensure support to the new search query parameter <code>matchingStrategy</code> (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/522">#522</a>) <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a></li>`
<li>Ensure support to keys with wildcarded actions.
<ul>
<li><code>actions</code> field during key creation now accepts wildcards on actions. For example, <code>indexes.*</code> provides rights to <code>indexes.create</code>, <code>indexes.get</code>,<code>indexes.delete</code>, <code>indexes.delete</code>, and <code>indexes.update</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/521">#521</a>) <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a></li>`
</ul>
</li>
</ul>
<h2>⚠️ Breaking Changes</h2>
<p>This breaking change <em><strong>may not affect you</strong></em>, but in any case, you should check your search queries if you want to keep the same behavior from <code>v0.28</code>.</p>
<ul>
<li>The <code>NOT</code> filter keyword does not have an implicitly <code>EXIST</code> operator anymore. Check out for more information: <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch/issues/2486">meilisearch/meilisearch#2486</a></li>
</ul>
<p>Thanks again to <a href="https://github.com/alallema"><code>`@​alallema</code></a>,`  <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a>,`   ! 🎉</p>
<h2>v0.21.0 🐍</h2>
<h2>⚠️ Breaking changes</h2>
<ul>
<li>Drop python 3.6 support (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/529">#529</a>) <a href="https://github.com/sanders41"><code>`@​sanders41</code></a></li>`
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix required package (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/535">#535</a>) <a href="https://github.com/alallema"><code>`@​alallema</code></a></li>`
</ul>
<p>Thanks again to <a href="https://github.com/alallema"><code>`@​alallema</code></a>` and <a href="https://github.com/sanders41"><code>`@​sanders41</code></a>!` 🎉</p>
<h2>v0.20.0 🐍 [DEPRECATED]</h2>
<p><strong>Note:</strong> ⚠️ ⚠️ ⚠️
This release replaces the <a href="https://github.com/meilisearch/meilisearch-python/releases/tag/v0.19.2">v0.19.2</a>, which should be a <strong>minor</strong> update instead of a <strong>patch</strong> update due to a Breaking Change</p>
<h2>💥 Breaking changes</h2>
<ul>
<li>API resource output as a class to utilize dot notation for attributes (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/513">#513</a>) <a href="https://github.com/ElamC"><code>`@​ElamC</code></a>`
<ul>
<li><code>Document</code>, <code>Index</code>, and <code>Task</code> are now classes, and the attributes of these classes are now accessible via dot notation:</li>
<li><code>document.offset</code>, <code>document.limit</code>, <code>document.total</code></li>
<li><code>task.uid</code>, <code>task.duration</code>, <code>task.status</code> ...</li>
</ul>
</li>
</ul>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add pipenv install in the CONTRIBUTING guide (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/519">#519</a>) <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a></li>`
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/fb0f65fca2e8b597448fb1a04f9135551d2da7be"><code>fb0f65f</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/552">#552</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/009a2264657f26551bf98ceb3c9c925054044b6b"><code>009a226</code></a> Merge branch 'main' into update-release-v0.22.1</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/a7e34e1265fa14a559acc37b4a7c38434b51b43f"><code>a7e34e1</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/554">#554</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/3c297bc3e5df4c292399aa28ea7d0aaf0e3de62e"><code>3c297bc</code></a> Merge branch 'main' into dependabot/pip/pylint-2.15.4</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/10bdad12c40552c11182247ed6242880d1760a62"><code>10bdad1</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/553">#553</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/db0991cc919c138d20a54348ae8d679c0ca6289a"><code>db0991c</code></a> Remove empty line</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/1d76412ec47aa5a82f65b848c0e2f0d5958c8347"><code>1d76412</code></a> Merge branch 'main' into test-doc</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/226481c9d8583c58ef802554701e022fa47fb900"><code>226481c</code></a> Rollback action on PR</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/783bff5ed70d3e7c2e5fabb237d34200b24b8fcf"><code>783bff5</code></a> Bump pylint from 2.15.3 to 2.15.4</li>
<li><a href="https://github.com/meilisearch/meilisearch-python/commit/c5f8cec2fc8b15a460e0822af9bb05fbd99d9816"><code>c5f8cec</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-python/issues/551">#551</a></li>
<li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-python/compare/v0.19.1...v0.22.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meilisearch&package-manager=pip&previous-version=0.19.1&new-version=0.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Oct 11, 2022
2 parents 28d7b42 + 624f864 commit 3bd211d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
Scrapy = "==2.6.3"
selenium = "==4.5.0"
pytest = "==7.1.3"
meilisearch = "==0.19.1"
meilisearch = "==0.22.1"
requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"

Expand Down
60 changes: 56 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bd211d

Please sign in to comment.