99.md (7550B)
1 # PR #99 Bump meilisearch from 0.24.0 to 0.25.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-03-15T08:55:38Z 6 - **Branch:** dependabot/npm_and_yarn/meilisearch-0.25.0 → main 7 - **Merged:** 2022-03-15T10:44:52Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [99.diff](./99.diff) 12 13 --- 14 15 Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.24.0 to 0.25.0. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-js/releases">meilisearch's releases</a>.</em></p> 19 <blockquote> 20 <h2>v0.25.0 🌻</h2> 21 <p>This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 :tada: 22 Check out the changelog of <a href="https://github.com/meilisearch/MeiliSearch/releases/tag/v0.26.0">MeiliSearch v0.26.0</a> for more information about the :warning: breaking changes about the flag and dump new behavior.</p> 23 <h2>🚀 Enhancements</h2> 24 <ul> 25 <li>Added new method <code>generateTenantToken()</code> as a result of the addition of the multi-tenant functionality. 26 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. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1162">#1162</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> 27 <li>Complete details field in tasks (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1151">#1151</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> 28 <li>Add a validator on the provided host (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1168">#1168</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> 29 </ul> 30 <h2>⚠️ Breaking changes</h2> 31 <ul> 32 <li>Add new method to <code>getAllRawIndexes()</code>, change <code>getIndexes()</code> behavior (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1045">#1045</a>) <a href="https://github.com/K-Kumar-01"><code>@K-Kumar-01</code></a> 33 <ul> 34 <li><code>client.getIndexes</code> now returns an array of <code>Index</code> instances.</li> 35 <li><code>client.getRawIndexes</code> now returns an array of object containing the indexes information returned by meilisearch</li> 36 </ul> 37 </li> 38 <li>Change how the library exports bundles (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1161">#1161</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> 39 </ul> 40 <h2>🔒 Security</h2> 41 <ul> 42 <li>[Security] build(deps): bump shelljs from 0.8.4 to 0.8.5 (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1134">#1134</a>)</li> 43 </ul> 44 <p>Thanks again to <a href="https://github.com/K-Kumar-01"><code>@K-Kumar-01</code></a>, <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a>, <a href="https://github.com/dichotommy"><code>@dichotommy</code></a>, and <a href="https://github.com/psvnlsaikumar"><code>@psvnlsaikumar</code></a>! 🎉</p> 45 </blockquote> 46 </details> 47 <details> 48 <summary>Commits</summary> 49 <ul> 50 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/be800d5eb582513ed2d3fabf07474519465162aa"><code>be800d5</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1175">#1175</a></li> 51 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/1937ed5c83fc10ef92b16dbb94c364313f4b4ce8"><code>1937ed5</code></a> Update version for the next release (v0.25.0)</li> 52 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/c866f8dc6233c0a6533b9ee2c959c070fc382a47"><code>c866f8d</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1154">#1154</a></li> 53 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/6c8c591031db936ff6d23237a2d52127d7f7274c"><code>6c8c591</code></a> Merge</li> 54 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/b69319598ae6c138e2e9ea8763929d54b76b6792"><code>b693195</code></a> Merge branch 'main' of github.com:meilisearch/meilisearch-js into bump-meilis...</li> 55 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/6297dc950a34192c94b46ffee06d26d5977906fe"><code>6297dc9</code></a> Add code-samples for token generation (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1174">#1174</a>)</li> 56 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/4fdfba20c62bfcf18f455ec7b14f547ca6438b0f"><code>4fdfba2</code></a> Add generate tenant token feature (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1162">#1162</a>)</li> 57 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/efac18ef577ff584e14ad46926a10cc966f588e5"><code>efac18e</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1138">#1138</a></li> 58 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/76f2976869ecb0c77b55533f1b912894a8ba90d8"><code>76f2976</code></a> build(deps-dev): bump <code>@babel/preset-env</code> from 7.16.7 to 7.16.11</li> 59 <li><a href="https://github.com/meilisearch/meilisearch-js/commit/8b66ef8a8d794df58a3b04643acca2f90d4349a6"><code>8b66ef8</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1141">#1141</a></li> 60 <li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-js/compare/v0.24.0...v0.25.0">compare view</a></li> 61 </ul> 62 </details> 63 <br /> 64 65 66 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 67 68 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 69 70 [//]: # (dependabot-automerge-start) 71 [//]: # (dependabot-automerge-end) 72 73 --- 74 75 <details> 76 <summary>Dependabot commands and options</summary> 77 <br /> 78 79 You can trigger Dependabot actions by commenting on this PR: 80 - `@dependabot rebase` will rebase this PR 81 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 82 - `@dependabot merge` will merge this PR after your CI passes on it 83 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 84 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 85 - `@dependabot reopen` will reopen this PR if it is closed 86 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 87 - `@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) 88 - `@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) 89 - `@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) 90 91 92 </details> 93