v6.4.10

webiny/webiny-jsv6.4.10Sep 8, 2026by Pavel910

AI Summary

A maintenance release addressing bug fixes related to AWS infrastructure settings, UI layout improvements, and error handling in CMS and ACO modules.

Key Highlights

  • Fixed VPC configuration logic in project-aws to respect enabled={false} settings.
  • Improved stack grid layout using CSS media queries.
  • Fixed error handling for unknown DZ templates in the storage converter.
  • Fixed unchecked Result.value accesses in FLP list decorators.

Full Release Notes

# [6.4.10](https://github.com/webiny/webiny-js/compare/v6.4.9...v6.4.10) (2026-09-08)

### Bug Fixes

* **project-aws:** let Infra.Vpc enabled={false} win over the production default ([#5631](https://github.com/webiny/webiny-js/pull/5631))
* stack Grid columns via CSS media query ([#5628](https://github.com/webiny/webiny-js/pull/5628))
* **api-headless-cms:** handle unknown DZ templates gracefully in storage converter ([5674cf6](https://github.com/webiny/webiny-js/commit/5674cf683b0a4a510393ee0dd739e5f39096d154))
* **api-aco:** guard unchecked Result.value accesses in FLP list decorators ([c3824a6](https://github.com/webiny/webiny-js/commit/c3824a65078531365aaa86725b7007e2cde21272))
* unchecked result access ([#5625](https://github.com/webiny/webiny-js/pull/5625))