Home

>

Tools

>

Strapi

>

Releases

>

4.0.0-beta.6

Strapi Release: 4.0.0-beta.6

Pre Release

Tag Name: v4.0.0-beta.6

Release Date: 10/26/2021

Strapi LogoStrapi

Open-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.

TL;DR

Strapi v4.0.0-beta.6 is a patch release that fixes critical bugs in the Content-Type Builder (CTB) and resolves dependency issues with Yup validation library. This release ensures services aren't accidentally overwritten and fixes validation problems that were blocking normal operation.

Highlight of the Release

    • Fixed a critical bug in the Content-Type Builder that was blocking normal operation
    • Resolved an issue where services could be accidentally overwritten
    • Fixed dependency issues with the Yup validation library

Migration Guide

No migration steps are required when upgrading from v4.0.0-beta.5 to v4.0.0-beta.6. This is a straightforward patch release that fixes bugs without introducing breaking changes.

Upgrade Recommendations

All users currently on v4.0.0-beta.5 should upgrade to v4.0.0-beta.6 as soon as possible to avoid issues with the Content-Type Builder and service functionality. This is a patch release that addresses critical bugs without introducing breaking changes.

To upgrade:

npm install [email protected]
# or
yarn add [email protected]

Bug Fixes

  • Fixed a blocking bug in the Content-Type Builder (CTB) that was preventing normal operation
  • Resolved an issue where services could be accidentally overwritten, potentially causing unexpected behavior
  • Fixed an invalid Yup version dependency that was causing validation problems

New Features

No new features were added in this patch release. This version focuses exclusively on bug fixes to improve stability in the beta.

Security Updates

No security fixes were included in this patch release.

Performance Improvements

No specific performance improvements were included in this patch release. The focus was on fixing critical bugs to ensure proper functionality.

Impact Summary

This patch release addresses critical bugs that were affecting the Content-Type Builder functionality and service management in Strapi v4.0.0-beta.5. By fixing the service overwrite issue and resolving the invalid Yup version dependency, this release improves the stability and reliability of the beta version. These fixes are particularly important for developers actively testing and building with the v4 beta, as they remove obstacles that could block development workflows.

Full Release Notes

Changes

  • Patch blocking bug in CTB

Statistics:

File Changed2
Line Additions2
Line Deletions3
Line Changes5
Total Commits2

User Affected:

  • Can now properly use the Content-Type Builder without encountering blocking bugs
  • Will experience more reliable service functionality without unexpected overwrites
  • Will have correct Yup validation library version dependencies resolved

Contributors:

alexandrebodin