Skip to content

Update docs for Meilisearch v1.53.0 - #3649

Draft
qdequele wants to merge 1 commit into
mainfrom
update/v1.53
Draft

Update docs for Meilisearch v1.53.0#3649
qdequele wants to merge 1 commit into
mainfrom
update/v1.53

Conversation

@qdequele

Copy link
Copy Markdown
Member

Description

Automated documentation update for Meilisearch v1.53.0, released 2026-08-10.

What was done

OpenAPI spec update

  • Downloaded meilisearch-openapi.json v1.53.0 directly from the GitHub release assets
  • Regenerated the Mintlify-compatible OpenAPI file (meilisearch-openapi-mintlify.json)

New cURL code samples added (3 routes were missing samples):

  • GET /tasks/stream — SSE streaming endpoint for task status updates (added get_tasks_stream_1)
  • GET /batches/stream — SSE streaming endpoint for batch status updates (added get_batches_stream_1)
  • DELETE /dynamic-search-rules — Clear all dynamic search rules (added delete_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):

  • New indexSize and usedIndexSize metrics in stats endpoints
  • Sharding support for foreign filters (limit increased from 100 to 1000)

Issues encountered during the run

GitHub API not accessible for meilisearch/meilisearch:

  • fetch-meilisearch-openapi-file script failed (GitHub token does not have access to the meilisearch/meilisearch repo). Workaround: downloaded the asset directly from the release URL.
  • generate-changelog script 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-openapi had 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-samples reports ~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 Result
check-openapi-code-samples curl-check All routes have cURL samples
check-unused-sdk-samples No unused samples
check-code-samples-usage All samples properly used
check-openapi-routes-coverage All 142 routes covered in docs.json
check-missing-sdk-samples Pre-existing gaps only (not v1.53-related)

Checklist

  • I checked and followed our internal guidelines
  • ⚠️ I updated the code samples according to our internal guidelines
  • AI tool used: Claude Code generated this PR automatically (scheduled task). Used for: OpenAPI update, code sample additions, changelog generation, and all script runs.

Generated by Claude Code

- 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)
@mintlify

mintlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
meilisearch-documentation 🟢 Ready View Preview Aug 10, 2026, 10:20 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 80ebef74-ee7a-4ddf-8819-8b1d0fcb834c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants