-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency meilisearch to v0.47.0 #345
base: main
Are you sure you want to change the base?
Conversation
|
1553aa4
to
6f9a4e3
Compare
6f9a4e3
to
984d284
Compare
984d284
to
4a6e3fa
Compare
4a6e3fa
to
b985d0c
Compare
b985d0c
to
916b5be
Compare
916b5be
to
040c4a9
Compare
040c4a9
to
450bbc8
Compare
450bbc8
to
2d53bbd
Compare
This PR contains the following updates:
0.41.0
->0.47.0
Release Notes
meilisearch/meilisearch-js (meilisearch)
v0.47.0
: 🌻Compare Source
This version introduces features released on Meilisearch v1.12.0 🎉
Check out the Meilisearch v1.12.0 changelog for more information.
🚀 Enhancements
Introducing new methods to get one or several batches, respectively
getBatch()
andgetBatches()
.The
getTasks()
methods now accept areverse
parameter to retrieve tasks in reverse chronological order.Index settings now allow disabling prefix search and facet search. They're both enabled by default. The SDK now comes with dedicated methods to configure these settings.
The
_matchesPosition
array now contains anindices
array the text was matched in an array.When searching for
fantasy
in a document that has a searchablegenre
field with the valuegenre: ["fantasy", "adventure"]
, the matches position will be as follow:Which means:
genre
array (array length == 1)0
(the first character, "f")7
(the entire "fantasy" word)⚙️ Maintenance/misc
Thanks again to @Barabasbalazs, @irevoire, @curquiza, and @Strift. 🎉
v0.46.0
: 🌻Compare Source
Old:
New:
🐛 Bug Fixes
🔒 Security
Thanks again to @Barabasbalazs, @flevi29, @mdubus! 🎉
v0.45.0
: 🌻Compare Source
This version introduces features released on Meilisearch v1.11.0 🎉
Check out the changelog of Meilisearch v1.11.0 for more information on the changes.
embedder
settings in Meilisearch v1.11 (#1715) @mdubus🚀 Enhancements
multiSearch
(#1715) @mdubus⚙️ Maintenance/misc
Thanks again to @Barabasbalazs, @brunoocasali, @curquiza, @mdubus! 🎉
v0.44.1
: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29 and @knd775 for the report! 🎉
v0.44.0
: 🌻Compare Source
package.json
"exports"
field (#1611) @flevi29Could be a breaking change for anyone who was importing anything other than what we have in the "exports" package.json field.
⚙️ Maintenance/misc
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
v0.43.0
: 🌻Compare Source
🔒 Security
⚙️ Maintenance/misc
"packageManager"
entry to package.json (#1698) @flevi29.editorconfig
(#1696) @flevi29Thanks again to @brunoocasali, @curquiza, @flevi29, @meili-bors[bot] ! 🎉
v0.42.0
: 🌻Compare Source
This version introduces features released on Meilisearch v1.10.0 🎉
Check out the changelog of Meilisearch v1.10.0 for more information on the changes.
More details here
query
,inputField
,inputType
,pathToEmbeddings
andembeddingObject
.request
andresponse
headers
🚀 Enhancements
Hybrid search improvements (#1692) @mdubus
url
parameter to the OpenAI embedderdimensions
is now available as an optional parameter forollama
embedders.Add federated search parameters (#1689) @flevi29
locale
search parameter (#1693) @flevi29⚙️ Maintenance/misc
Thanks again to @amit-ksh, @brunoocasali, @curquiza, @flevi29, @mdubus, @meili-bors[bot] ! 🎉
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.