What's Changed
- fix: cm validation logic is broken by @alexandrebodin in #21314
Full Changelog: v5.0.0-rc.29...v5.0.0-rc.30
Pre Release
Tag Name: v5.0.0-rc.30
Release Date: 9/18/2024
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v5.0.0-rc.30 fixes critical issues with content manager validation logic, schema definitions, and roles creation. This release focuses on stabilizing the platform before the final v5.0.0 release by addressing bugs that could impact data validation and user permissions.
No migration steps are required for this release. This is a bug fix release that addresses issues with content manager validation, schemas, and roles creation without introducing breaking changes that would require migration efforts.
If you're currently using v5.0.0-rc.29 or an earlier release candidate of Strapi v5, it's recommended to upgrade to v5.0.0-rc.30 to benefit from the fixed validation logic, schema improvements, and roles creation fixes.
To upgrade:
npm install [email protected]
or
yarn add [email protected]
This release contains important bug fixes that improve the stability of the platform, especially if you're experiencing issues with content validation or roles management.
No new features were introduced in this release. This is primarily a bug fix release focusing on stabilizing the platform before the final v5.0.0 release.
No security fixes were explicitly mentioned in this release. The changes were primarily focused on fixing functional bugs rather than addressing security vulnerabilities.
No specific performance improvements were mentioned in this release. The focus was on bug fixes related to validation logic, schemas, and roles creation.
This release addresses critical bugs in Strapi's content manager validation logic, schema definitions, and roles creation functionality. These fixes are important for ensuring data integrity and proper user permission management.
The content manager validation fix resolves issues that could lead to inconsistent validation behavior, potentially allowing invalid data to be saved or preventing valid data from being processed correctly. The schema updates properly handle nullable fields, which is essential for data models that need to support optional values. The roles creation fix ensures that administrators can properly manage user permissions.
While this is a release candidate (rc.30), these fixes represent important stability improvements as Strapi approaches its final v5.0.0 release. Users currently on earlier release candidates should upgrade to benefit from these fixes.
Full Changelog: v5.0.0-rc.29...v5.0.0-rc.30