Change8

v5.47.0

📦 strapiView on GitHub →
3 features🐛 9 fixes🔧 9 symbols

Summary

This release introduces the BETA MCP server and adds the publicationFilter parameter to services. Several bug fixes address issues in content management, admin redirection, and GraphQL population.

Migration Steps

  1. If you rely on the adminTokens feature flag, note that it has been removed.

✨ New Features

  • BETA: MCP server introduced.
  • Added publicationFilter parameter to REST and document service.
  • Removed adminTokens future flag.

🐛 Bug Fixes

  • Fixed Relation Search in Nested Components.
  • Resolved issue preventing access to content manager page when fields are required and private.
  • Admin: Gated expiresIn deprecation on user auth options.
  • Admin: Redirect active tab to login upon session expiry.
  • Admin: Avoid serving extensionless admin paths as static files.
  • Content Manager: Fixed crash in content history when dealing with deleted relations.
  • Core: Preserved createdBy/updatedBy fields during drafts created by discard-drafts migration.
  • Core/Core: codeBlockValidator now uses language instead of syntax.
  • GraphQL: Inherited publicationFilter into populated relations.

Affected Symbols