🐛 Bug fix
- Fix dependency error for data transfer
Tag Name: v4.16.1
Release Date: 12/21/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.16.1 is a minor patch release that fixes a dependency error in the data transfer functionality. This release ensures the data transfer feature works correctly without any dependency issues. Administrators and developers using data transfer features should update to this version to avoid potential errors.
No specific migration steps are required for this patch release. Simply update your Strapi version to v4.16.1.
For general update guidance, refer to the Strapi Update Guide.
If you're upgrading from an earlier major version, please consult the Migration Guides.
This patch release fixes an important dependency issue affecting data transfer functionality. If you're using Strapi's data transfer features for migrations, backups, or environment synchronization, we strongly recommend upgrading to v4.16.1 to avoid potential errors.
The upgrade process should be straightforward with minimal risk:
npm install [email protected]
# or
yarn upgrade [email protected]
After upgrading, restart your Strapi application to apply the changes.
Fixed a dependency error that was affecting the data transfer functionality. This issue could have prevented users from successfully transferring data between environments or during backup/restore operations. The fix ensures that all required dependencies are properly resolved, allowing the data transfer feature to work as expected.
Added telemetry for custom controllers, allowing Strapi to collect metrics about custom controller usage. This feature helps the Strapi team better understand how developers are extending the platform with custom controllers, which can inform future development priorities and improvements.
No security fixes were included in this patch release.
No specific performance improvements were included in this patch release. The focus was on fixing the dependency error for data transfer functionality.
This patch release has a targeted impact, primarily affecting users who rely on Strapi's data transfer functionality. By fixing the dependency error, the release ensures that data transfer operations work reliably without unexpected errors.
Additionally, the release includes telemetry enhancements for custom controllers, which has no direct impact on functionality but will help the Strapi team better understand usage patterns and prioritize future improvements.
Overall, this is a low-risk update that resolves a specific issue without introducing any breaking changes or requiring migration steps.