v5.44.0

stepfun-ai/Step-Audiov5.44.0Jan 15, 2026by Pavel910

AI Summary

Webiny-js v5.44.0 adds website redirect support for Pulumi AWS and fixes several security-related bugs related to identity validation and email handling.

Key Highlights

  • Added website redirect support to the Pulumi-aws module.
  • Fixed email uniqueness validation during profile updates.

New Features

  • Website redirects support via pulumi-aws.
  • Enhanced API ACO security to ensure identity is of type 'admin'.
  • Cognito security improvements to skip validation if email is not updated.
  • Cookie header handling fixes to prevent double setting.

Full Release Notes

# [5.44.0](https://github.com/webiny/webiny-js/compare/v5.43.6...v5.44.0) (2026-01-15)


### New Features

* **pulumi-aws:** add support for website redirects ([215e58a](https://github.com/webiny/webiny-js/commit/215e58af76f8c136dc223cfe68c75b8fa97b9154))

### Bug Fixes

* **api-aco:** ensure identity is type=admin ([72b1a2a](https://github.com/webiny/webiny-js/commit/72b1a2aa720f3d49d1582da07e878008d95d725f))
* **api-security-cognito:** skip validation if email is not updated ([a84a4d8](https://github.com/webiny/webiny-js/commit/a84a4d84564b6d9b69972cea297d6edd6ea824bb))
* **api-security-cognito:** validate email uniqueness during profile update ([5b158e8](https://github.com/webiny/webiny-js/commit/5b158e8419ddf648cc5e52a3f537edb0d5071853))
* **handler:** ensure set-cookie header is not set twice ([a8fd53c](https://github.com/webiny/webiny-js/commit/a8fd53c160dd82062cf77485d4a8c29740a691af))