What's Changed
- fix: protect undefined values on SelectComponents by @christiancp100 in #18808
- Fix/aws credentials by @christiancp100 in #18812
Full Changelog: v4.15.5-alpha.4...v4.15.5-alpha.5
Pre Release
Tag Name: v4.15.5-alpha.5
Release Date: 11/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.
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.
No migration steps are required for this alpha release as it only contains bug fixes that don't affect existing functionality.
If you're currently using Strapi v4.15.5-alpha.4 and experiencing issues with:
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]
No new features were introduced in this alpha release. This version focuses on bug fixes to improve stability.
No security fixes were included in this alpha release.
No specific performance improvements were highlighted in this alpha release. The changes focus on bug fixes rather than performance enhancements.
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 Changelog: v4.15.5-alpha.4...v4.15.5-alpha.5