💅 Enhancement
- [core:utils] [enhancement]: Improve remove password sanitization performance (#15950) @Marc-Roig
🔥 Bug fix
- [core:strapi] Fix license seat undefined blocking user creation (#15962) @alexandrebodin
Tag Name: v4.7.1
Release Date: 3/2/2023
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v4.7.1 is a maintenance release that fixes critical issues with user creation due to license seat validation, improves performance for private attribute checking, and fixes database configuration generation for PostgreSQL. It also includes documentation improvements for package installation and Chinese (Simplified) translation updates.
No specific migration steps are required for this patch release. This is a drop-in replacement that fixes bugs and improves performance.
For general update guidance, refer to the official update guide.
This release fixes critical issues with user creation and database configuration. Immediate upgrade is recommended for all Strapi users, especially for:
To upgrade from v4.7.0 to v4.7.1:
npm install @strapi/[email protected] --save
# or
yarn upgrade @strapi/[email protected]
After upgrading, restart your Strapi application.
No new features were introduced in this maintenance release. This is primarily a bug fix and performance improvement release.
No specific security fixes were included in this release.
This patch release addresses several important issues that could impact day-to-day operations of Strapi instances. The fix for license seat validation is particularly important as it resolves a critical issue that was preventing user creation in some environments.
The PostgreSQL port configuration fix ensures that developers using PostgreSQL will have the correct default port (5432) when generating database configurations, preventing connection issues.
Performance improvements for private attribute checking will benefit all users, particularly those with complex content types that use many private attributes.
Documentation improvements and translation updates enhance the overall developer experience, especially for those working with monorepo setups using Lerna and Chinese-speaking users.
Overall, this is an important maintenance release that all Strapi users should apply to ensure smooth operation of their CMS.