Home

>

Tools

>

Strapi

>

Releases

>

4.15.5-alpha.5

Strapi Release: 4.15.5-alpha.5

Pre Release

Tag Name: v4.15.5-alpha.5

Release Date: 11/21/2023

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.15.5-alpha.5 Release

This alpha release includes two important bug fixes: one addressing undefined values in SelectComponents within the Content Type Builder, and another fixing AWS credentials handling in the AWS provider. These fixes improve stability for developers working with form components and AWS integrations in Strapi.

Highlight of the Release

    • Fixed handling of undefined values in SelectComponents in the Content Type Builder
    • Resolved issues with AWS credentials in the AWS provider

Migration Guide

No migration steps are required for this alpha release as it only contains bug fixes that don't affect existing functionality.

Upgrade Recommendations

If you're currently using Strapi v4.15.5-alpha.4 and experiencing issues with:

  • Undefined values in SelectComponents in the Content Type Builder
  • AWS credentials in the AWS provider

It's recommended to upgrade to this alpha release to benefit from these bug fixes. As this is an alpha release, it's primarily intended for testing purposes and not recommended for production environments.

To upgrade:

npm install [email protected]

or

yarn add [email protected]

Bug Fixes

Content Type Builder

  • Fixed an issue where undefined values in SelectComponents were causing errors
  • Added protection to handle undefined values properly in select components
  • Implemented a fallback to set number to 0 when value is undefined

AWS Provider

  • Fixed issues with AWS credentials handling in the AWS provider
  • Improved the reliability of AWS integrations

New Features

No new features were introduced in this alpha release. This version focuses on bug fixes to improve stability.

Security Updates

No security fixes were included in this alpha release.

Performance Improvements

No specific performance improvements were highlighted in this alpha release. The changes focus on bug fixes rather than performance enhancements.

Impact Summary

This alpha release focuses on fixing two specific bugs that impact form components in the Content Type Builder and AWS provider integration. The changes are relatively minor but important for developers who are actively testing these features. The fixes address undefined value handling in SelectComponents and AWS credential issues, which should improve stability for developers working with these specific features. As an alpha release, these changes are part of the ongoing development and testing process before a stable release.

Full Release Notes

Statistics:

File Changed50
Line Additions427
Line Deletions417
Line Changes844
Total Commits3

User Affected:

  • Developers using SelectComponents in the Content Type Builder will no longer encounter issues with undefined values
  • Developers using AWS provider will benefit from fixed credential handling

Contributors:

alexandrebodin