Update docs for Meilisearch v1.53.0 - #3649
Conversation
- Update OpenAPI spec from v1.52.0 to v1.53.0 - Regenerate Mintlify-compatible OpenAPI file - Add cURL code samples for 3 new routes: - GET /tasks/stream (SSE streaming) - GET /batches/stream (SSE streaming) - DELETE /dynamic-search-rules (clear all rules) - Add v1.53 changelog entry (index size metrics, sharding for foreign filters)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Automated documentation update for Meilisearch v1.53.0, released 2026-08-10.
What was done
OpenAPI spec update
meilisearch-openapi.jsonv1.53.0 directly from the GitHub release assetsmeilisearch-openapi-mintlify.json)New cURL code samples added (3 routes were missing samples):
GET /tasks/stream— SSE streaming endpoint for task status updates (addedget_tasks_stream_1)GET /batches/stream— SSE streaming endpoint for batch status updates (addedget_batches_stream_1)DELETE /dynamic-search-rules— Clear all dynamic search rules (addeddelete_all_dynamic_search_rules_1, matching the key already used by JS and PHP SDKs)Changelog entry for v1.53 (manually generated due to GitHub API rate limits during the run):
indexSizeandusedIndexSizemetrics in stats endpointsIssues encountered during the run
GitHub API not accessible for meilisearch/meilisearch:
fetch-meilisearch-openapi-filescript failed (GitHub token does not have access to the meilisearch/meilisearch repo). Workaround: downloaded the asset directly from the release URL.generate-changelogscript failed due to GitHub API rate limiting (unauthenticated Octokit). Workaround: fetched release notes via web and manually crafted the changelog entry following the script's format and rules.generate-mintlify-openapihad warnings about failing to fetch SDK code samples from raw.githubusercontent.com (also blocked). This only affects SDK language tabs in the API reference; cURL samples are present for all routes.Pre-existing: missing SDK samples
check-missing-sdk-samplesreports ~40-60 missing samples per SDK (JS, Python, PHP, Java, Ruby, Go, C#, Rust, Swift, Dart). These are all pre-existing gaps unrelated to v1.53 and were present before this update. No new gaps were introduced by this release.Checks summary
check-openapi-code-samples curl-checkcheck-unused-sdk-samplescheck-code-samples-usagecheck-openapi-routes-coveragecheck-missing-sdk-samplesChecklist
Generated by Claude Code