🚨 Security
- [core:strapi] chore: bump glob from 7.2.0 to 10.4.2 in core/strapi (#20607) @chrismuiruriz
⚙️ Chore
- [cli] chore(cloud-cli): migrate to fs-extra (#20695) @nathan-pichon
- [core:admin] Change the Cloud message in Homepage (#20685) @simotae14
Tag Name: v4.25.3
Release Date: 7/10/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 v4.25.3 is a minor release that includes a security update by bumping the glob package from 7.2.0 to 10.4.2, enhances the CLI to use project name from package.json by default, and updates the Cloud message in the homepage. This release focuses on security improvements and developer experience enhancements.
No specific migration steps are required for this update. Follow the general update guide:
yarn install or npm install to update packagesFor detailed instructions, refer to the general update guide.
It is recommended to upgrade to v4.25.3 as soon as possible, especially due to the security improvements from the glob package update. This is a minor release with minimal changes, so the upgrade process should be straightforward with low risk of breaking changes.
Follow the standard Strapi update procedure:
npm install [email protected] --save
# or
yarn upgrade [email protected]
After updating, restart your Strapi application and verify that everything works as expected.
No specific bug fixes were mentioned in this release.
packages/core/strapi/src/load/glob.ts file was removed, helping to maintain a cleaner codebase.No specific performance improvements were mentioned in this release.
This release primarily focuses on security improvements by updating the glob package to version 10.4.2, which addresses potential vulnerabilities in the older version. Additionally, it enhances developer experience with the CLI now using project name from package.json by default and updates the Cloud message in the homepage.
The impact is relatively minimal and focused on security and developer experience improvements. No breaking changes were introduced, making this a safe update for all Strapi users. The security update to the glob package is particularly important as it helps maintain the security posture of Strapi applications.