- Add experimental `queueDocumentsFetch` feature that queues GET /indexes/:uid/documents and POST /indexes/:uid/documents/fetch when no processing thread is available.
- These routes now wait in the search queue instead of failing immediately.
Official Meilisearch changelog summary with source attribution, release tags, and community reactions.
Track this Meilisearch release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Meilisearch release note into a weekly digest for the tools you actually use.
Create digestAdded environment variable to limit concurrent LMDB read transactions for the task queue.
Reverts a recent search speed optimisation introduced in PR #6542 to fix related issues
Reverted the `/tasks/stream` and `/batches/stream` Server-Sent Events (SSE) endpoints.