strapi-plugin-meilisearch
strapi-plugin-meilisearch copied to clipboard
Bump meilisearch from 0.36.0 to 0.37.0 in /playground
Bumps meilisearch from 0.36.0 to 0.37.0.
Release notes
Sourced from meilisearch's releases.
v0.37.0 🌻
This version introduces features released on Meilisearch v1.6.0 :tada: Check out the changelog of Meilisearch v1.6.0 for more information on the changes.
⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.
🚀 Enhancements
- Add support for the new setting:
proximityPrecision(meilisearch/meilisearch-js#1619) mdubusclient.index('books').getProximityPrecision() client.index('books').updateProximityPrecision('byAttribute') client.index('books').resetProximityPrecision()
- Update error inheritance to extend
MeiliSearchError(#1607) amit-ksh🧪 Experimental enhancement - Hybrid and vector search
⚠️ This is about an experimental feature of Meilisearch. Activate the
vectorStoreexperimental feature to use it
- Add support for the
embedderssettings (meilisearch/meilisearch-js#1623) mdubusclient.index('books').getEmbedders() client.index('books').updateEmbedders({ default: { source: 'userProvided', dimensions: 1 }}) client.index('books').resetEmbedders()
- Add support for the
hybridparameter during search (meilisearch/meilisearch-js#1623) mdubus⚙️ Maintenance/misc
Thanks again to
@amit-ksh,@curquiza,@flevi29,@mdubus,@meili-bors[bot] ! 🎉
Commits
a8b5e4bMerge #16251a9c032Merge #1614e598d94fix: default embedders for sub-route settings should be null53ef480fix: snapshots after removing embedders from default settings (#1627)6cd6b03Add code samples v1.6.0 (#1624)6750d75Merge branch 'main' into bump-meilisearch-v1.6.013c9c56Update README.md1e9d22fUpdate src/package-version.tsf2a8ee6Update package.json4e4b2e7Implement vector search experimental feature (#1623)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)