🔥 Bug fix
- [cli] fix(cloud-cli): avoid blocking event loop in deploy command (#20850) @nathan-pichon
- [typescript] Cron type fix (#19723) @Boegie19
🚀 New feature
⚙️ Chore
- [docs] fix: updating contributing guide workflow (#20717) @SalahAdDin
Tag Name: v4.25.5
Release Date: 7/24/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.5 brings important bug fixes for the CLI and TypeScript types, along with a new Cloud CLI feature for linking projects. This release focuses on improving developer experience with better TypeScript support for cron jobs and enhanced CLI functionality for Strapi Cloud users.
No specific migration steps are required for this release. This is a maintenance release with bug fixes and minor feature additions that should not impact existing functionality.
For general update guidance:
This release is recommended for all Strapi users, especially:
To upgrade, run one of the following commands depending on your package manager:
npm install [email protected] --save
# or
yarn upgrade [email protected]
A new project link command has been added to the Strapi Cloud CLI (#20714). This feature enhances the developer experience for Strapi Cloud users by providing a dedicated command to link local projects to their cloud counterparts, streamlining the deployment workflow.
No security fixes were included in this release.
The fix for the event loop blocking issue in the Cloud CLI deploy command (#20850) improves the performance and responsiveness of the CLI tool. By properly clearing timeouts before returning from functions, the command now executes more efficiently without unnecessarily tying up system resources.
Strapi v4.25.5 is a maintenance release that focuses on improving developer experience through bug fixes and feature enhancements for the CLI tools. The TypeScript type fixes for cron jobs address issues developers may have encountered when working with scheduled tasks, providing better type safety.
The Cloud CLI improvements, including the new project link command and fixes for the deploy command, enhance the workflow for Strapi Cloud users by providing more reliable and feature-rich tooling.
Documentation updates to the contributing guide workflow improve the experience for community contributors. Overall, this release represents incremental but important improvements to the Strapi ecosystem with minimal risk of disruption to existing projects.