Documentation release notes
This page lists all the Strapi Docs version numbers and their corresponding updates.
Strapi Docs version numbers explained:
The Strapi Documentation (Strapi Docs) at docs.strapi.io always documents the latest version of Strapi (CMS and Cloud) products.
Since Strapi Docs version 5.0.0, the docs' version number is independent from the Strapi product version. Thus, the version numbers of strapi/documentation and strapi/strapi may differ.
Strapi Docs now follow the semantic versioning philosophy, but adapted to docs:
- Major version (6.0.0, 7.0.0…): A significant rewrite of the docs (content or framework). This may impact the user experience, redesign the site, or break old links (redirections are handled, but broken links can be reported).
- Minor version (5.1.0, 5.2.0…): New Strapi features or improvements to the docs framework (e.g., new components or tools).
- Patch version (5.1.1, 5.1.2…): Content updates, including improvement or extension of existing pages, code examples fixes, and typos.
New versions (minor or patch) are generally released weekly, on Wednesdays.
Reminder: Version numbers on this page are for the Strapi Docs package. The latest Strapi CMS version is 5.52.2.
7.1.0
New content
CMS
- Document morphMany empty-array serialization
- Document publicationFilter for REST, GraphQL, and Document Service API
Cloud
Updated content
CMS
- Add callout to mention the beta Media Library
- Document Users & Permissions Content API session endpoints
- Document auth.cookie.path requirement when customizing admin.url
- Document Content History retention and version creation scope
- Document the status parameter on REST create and update requests
- Document SVG denial in generated project upload defaults
- Document GraphQL operation limits startup warning and recommended security profile
- Clarify partial data transfer stage filtering and preservation behavior
- Document content-type filtering options for data management CLI
- Clarify repeatable component update workarounds
- Document dynamic database credentials with connection functions
Repository
Chore, fixes, typos, and other improvements
CMS
- Remove unsupported $eqi from RBAC condition operators
- Clarify sizeLimit applies to file replacement operations
- Improve the REST API reference structure and fix response inaccuracies
- Clarify contact process for Enterprise plan changes
- Document that MCP actions are recorded in audit logs
- Correct dbclient value from 'sql' to 'sqlite'
- Add proxy IP header configuration options to server config documentation
- Clarify that a release publishes the latest draft, not a snapshot
- Remove incorrect private-provider section from custom email providers doc
- Use matching SSO login screenshot for dark mode
- Fix Document Service API examples not rendering with the redesigned Endpoint
- Mention that local plugin server entry must be JavaScript without SDK
- General design improvements
- Add forgotPassword.expiresIn option for admin password-reset tokens
- Improve GraphQL configuration docs
- Document auth.cookie.name option in admin panel configuration
- Clarify that ForbiddenError custom messages are not included in API responses
Cloud
- Fix sidebar labels for many Cloud pages
- Update recommended maximum image upload sizes for Strapi Cloud
Repository
- Apply the merge pending release flag when the source has not shipped
- Fetch only the release script in the unflag workflow
- Automate the merge pending release flag on self-healing doc PRs
- Fix ApiCall request/response layout at narrow content width
- Automate docs issue triage into PR creation, Slack ping, or redirect
- Fix note admonition and linked inline-code contrast/consistency
- Wrap single-status API responses in one bordered content box
- Fix content column width and alignment on API reference pages
- Move data-management CLI pages under features to fix breadcrumbs
- Fix doc card width so cards fill their grid cell
- Fix inconsistent chevron on linked sidebar categories
- Correct package manager version handling on Strapi Cloud
- Restore Cloud qualifier in Cloud page titles and guard frontmatter edits
- Fix API Explorer homepage label, doc link CTA, and card height
- Fix vertical centering in homepage Quick start card
- Fix ScreenshotNumberReference number centering
- Unify homepage card styles and typography
- Tags UI improvements
This release was made possible thanks to the following contributors. Thank you! 🫶
7.0.1
New content
Repository
Updated content
CMS
- Rework OpenAPI HTTP endpoint config for the new access setting
- Add note on Users & Permissions role documentId support
- Document AWS credential provider function support for S3 uploads
- Add guide on reusing built-in admin panel components in plugins
- Document unified addSettingsLink and related deprecations in admin nav docs
- Document OpenAPI HTTP endpoint serving
Cloud
- Update Cloud documentation for Essential, Pro, and Scale pricing
- Update Cloud CLI deploy documentation for link-first workflow
Repository
Chore, fixes, typos, and other improvements
CMS
- Document SendGrid EU data residency region option
- Document admin logo transfer in data export/import
Repository
- View mode switcher improvements
- Add shared Claude Code settings to auto-offer the Inki plugin
- Sidebar UI improvements
- Update documentation-related label in self-healing workflows
- Fix scrollbar and unequal heights on doc cards
- Add Inki authoring guides for redesign MDX components
- Add an Install Strapi Docs MCP entry to the toolbar dropdown
- Mention the Inki docs plugin on the What's new page
- Add note about many-to-many relation ordering with GraphQL pagination
This release was made possible thanks to the following contributors. Thank you! 🫶
7.0.0
The Strapi Documentation has a whole new design, complete with new reading modes, content width selector, redesigned API pages, a new feedback widget, and more! . You can also contribute more easily to the documentation, with the Inki plugin for Claude Code, specifically tailored to Strapi Docs. Check out all the new docs features on the What's new? page!
New content
Repository
Updated content
CMS
Chore, fixes, typos, and other improvements
CMS
- Document license sync delay when changing Growth plan seats
- Fix documentId character count in documentation
- Restrict MCP capability registration to register() and rename the tools group
- Document Vite client types for admin image imports
- Document that the Deploy widget only shows in local development
Cloud
Repository
- Fix selection feedback failing on the n8n webhook
- Raise self-healing workflow max-turns to prevent mid-run failures
- Add inki pitfall: document MCP capability registration in register() only
- Make
inki:prderive the Vercel preview host robustly for long branch names - Add review fix loop and max-review-fix-rounds flag to inki
This release was made possible thanks to the following contributors. Thank you! 🫶
See older release notes for all previous Strapi Docs versions (5.x and 6.x).