For the full list of changes, check out the Webiny 5.40.2external link release on GitHub.

Deployment
anchor

Increased Memory Size for AWS Lambda Functions to 1024MB (#4197external link)
anchor

With this release, we’ve increased the memory size for all AWS Lambda functions to 1024MB. This change will help improve the performance of your Webiny applications.

In terms of cost, note that this change should not have a significant impact on your AWS bill. The cost increase should be minimal or even non-existent, depending on your usage. This is because AWS Lambda pricing is based on the number of invocations, the duration of each invocation, and the amount of memory allocated to the function. By increasing the memory size, the duration of each invocation will be shorter, which can result even in lower costs.

Check out this AWS Knowledge Center articleexternal link for more information on how memory and computing power affect AWS Lambda costs.

Headless CMS
anchor

Fix Content Entry Traverser and Make It Async (#4196external link)
anchor

Content Entry Traverser is now async, and supports async visitors. We’ve also fixed a bug with the value path generation for single value Object and Dynamic Zone fields, and ensured that the visitor function is executed for all falsy values (null, false, [], "").

Fix Default Value Handling for Predefined Values (#4201external link)
anchor

When using predefined values in your content model fields, there’s an ability to mark one or more value as “selected”, making it a default value for the active renderer. With this release, we’ve fixed a few bugs in the relevant renderers (radio buttons, checkboxes, and select menu), made sure the correct values are selected in the corresponding UI elements, and also ensured that the default values are correctly set in the form itself.

Development
anchor

Fixed an Issue With Webiny Packages Not Building Correctly on Windows 11 (#4182external link)
anchor

We’ve received a report of Webiny packages not building correctly on Windows 11. Thanks to will-fagerstromexternal link, this issue has been fixed, and you can now build Webiny applications on Windows 11 without any problems.