What meilisearch/meilisearch shipped
Generated by FoxPlug from public activity — not affiliated with Meilisearch.
Week of September 14, 2026
What shipped
- The POST /dynamic-search-rules endpoint now returns actions as an object with pin and other fields instead of a list, a breaking change to the dynamic search rules API. Pull request #6549
- An experimental MCP route was added supporting multi-index search, facet search, index descriptions, and index name listing. Pull request #6629
- A verbosity mode was introduced to the Progress trace that allows creating quiet progress traces that do not register logs when not in use. Pull request #6631
- Grammar and broken Markdown links in error code descriptions were fixed. Pull request #6626
- Documentation fixes corrected a mailto typo in the README, a broken TOC anchor in CONTRIBUTING.md, and grammar issues. Pull request #6619
- Release prototype-v1.52.3-fix-crashes-with-debug.2 added mimalloc tracking with callbacks and callback registration. Release
- Release prototype-v1.52.3-fix-crashes-with-debug.1 added symbols in the release build. Release
Why it matters
This week includes a breaking change to the dynamic search rules API alongside experimental features for MCP integration and improved tracing capabilities. Bug fixes to documentation and internal improvements to crash handling support ongoing stability.
Changelog entry
- Breaking: POST /dynamic-search-rules endpoint now returns actions as an object with pin and other fields instead of a list Pull request #6549
- Added experimental MCP route supporting multi-index search, facet search, index descriptions, and index name listing Pull request #6629
- Introduced verbosity level to progress trace for quieter logging in tests and documentation Pull request #6631
- Fixed grammar and broken Markdown links in error code descriptions Pull request #6626
- Fixed documentation typos and broken links in README and CONTRIBUTING files Pull request #6619
- Improved debug builds with mimalloc callback tracking Release
New this week: experimental MCP route for multi-index search, verbosity mode for progress traces, and the dynamic-search-rules endpoint restructured. See the details on what shipped.
This week's updates to Meilisearch include an experimental MCP route for multi-index search and facet operations, a new verbosity mode for progress traces that quiets logs in tests, and a breaking change restructuring the dynamic-search-rules endpoint actions field. Documentation fixes and crash handling improvements round out the week.