meilisearch 1.47.0 - #288827
Merged
Merged
Conversation
chenrui333
approved these changes
Jun 19, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
BrewTestBot
enabled auto-merge
June 19, 2026 15:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
MEILI_EXPERIMENTAL_NO_EDITION_2024_FOR_SETTINGSenvironment variable totrue, all settings tasks can now be handled by the new settings indexer, bringing a better scaling behavior, much faster cancellation, and a more precise progress view.By @Kerollmops in meilisearch/meilisearch#6409
Observability improvements
We expose more Prometheus metrics to improve observability, specifically to show more metrics on document throughput and ease debugging.
By @Kerollmops in meilisearch/meilisearch#6430
🦋 Fixes
searchCutoffMsin some conditions when embedding documents, by @dureuill in Actually use the deadline as a timeout for the REST request meilisearch/meilisearch#6447'during remote federated search oruseNetwork: truesearch requests, by @dureuill in Fix filter serialization over proxying meilisearch/meilisearch#6445🔒 Security
🔩 Misc. changes
Search implementation refactor
Refactor the search pipeline to mutualize the code.
The new implementation will always perform a federated search under the hood, and then the output will be transformed into the expected route's output.
Noticeable changes from the user perspective:
MultiSearch<Error><-->Search<Error>Other changes
vectorStoreBackendsetting from the settings, by @Kerollmops in Remove the vector store backend from the settings meilisearch/meilisearch#6399MustStopProcessingtype everywhere by @Kerollmops in UseMustStopProcessingeverywhere meilisearch/meilisearch#6423New Contributors
Full Changelog: meilisearch/meilisearch@v1.46.1...v1.47.0
View the full release notes at https://github.com/meilisearch/meilisearch/releases/tag/v1.47.0.