# Meilisearch v1.53.0 β€” πŸ–‡οΈβ€‹ v1.53.0 - Product: Meilisearch (https://whatsnew.fyi/product/meilisearch) - Vendor: Meili - Date: 2026-08-10 - Version: v1.53.0 - Original notes: https://github.com/meilisearch/meilisearch/releases/tag/v1.53.0 - Permalink: https://whatsnew.fyi/product/meilisearch/releases/v1.53.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are Β© What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted β€” terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** β€” Foreign filter now supports sharding by retrieving documents through the network when evaluating foreign filters and hydrating documents - **changed** β€” Increase the limit of documents that a foreign filter can retrieve from 100 to 1000 - **added** β€” Add indexSize and usedIndexSize fields returned by GET /indexes/{index_uid}/stats and GET /stats endpoints - **security** β€” Fix code security issues in GitHub Actions workflows ###### **✨ Enhancement** - Sharding for foreign filters by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6517 - The foreign filter now supports sharding by retrieving the documents through the network when evaluating the foreign filters and hydrating the documents. - The limit of documents that a foreign filter can retrieve has been increased from 100 to 1000. - Adds `indexSize` and `usedIndexSize` returned by `GET /indexes/{index_uid}/stats` and in `GET /stats` by @tpayet in https://github.com/meilisearch/meilisearch/pull/6563 ###### πŸ”’Β Security - Fix code security issues in GitHub Actions workflows by @curquiza in https://github.com/meilisearch/meilisearch/pull/6565 - Bump quinn-proto from 0.11.14 to 0.11.16 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6538 ###### **πŸ”© Miscellaneous** - Bump peter-evans/repository-dispatch from 3.0.0 to 4.0.1 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6556 **Full Changelog**: https://github.com/meilisearch/meilisearch/compare/v1.51.0...v1.53.0