v5.37.3
webiny/webiny-jsv5.37.3Aug 31, 2023by adrians5j
AI Summary
This release focuses on bug fixes for data migration logging, IAM permissions, and CMS localization issues, alongside dependency updates.
Key Highlights
- Added log stream link and improved logging for data migration.
- Added missing `iam:CreateServiceLinkedRole` permission.
- Fixed CMS model index names to always use locale.
- Optimized VPC usage for tenant router functions.
Full Release Notes
## [5.37.3](https://github.com/webiny/webiny-js/compare/v5.37.2...v5.37.3) (2023-08-31) ### Bug Fixes * **data-migration:** add log stream link and print logs to CLI ([#3508](https://github.com/webiny/webiny-js/issues/3508)) ([e631694](https://github.com/webiny/webiny-js/commit/e6316944de0335055d3e59eaaa441d90e43abb34)) * add missing `iam:CreateServiceLinkedRole` permission ([36831e8](https://github.com/webiny/webiny-js/commit/36831e800cf341a4149198f237aef3fe51ae79b6)) * always use locale in index name for CMS models ([917f4c5](https://github.com/webiny/webiny-js/commit/917f4c5efe9f8f49a2aef608271863c3ad6aa802)) * do not use VPC with tenant router fn ([56888a3](https://github.com/webiny/webiny-js/commit/56888a37cbe73618b262eaba3e18213142bf4771)) * improve error logging ([f8cbc5d](https://github.com/webiny/webiny-js/commit/f8cbc5d94c34b52479b1e9428424140b0954bd91)) * remove unused var ([8ec441a](https://github.com/webiny/webiny-js/commit/8ec441a2365d19d5d60123f9b889e83bd3215643)) * run ES service role check only for DDB+ES projects ([f2d74fd](https://github.com/webiny/webiny-js/commit/f2d74fd98dcbfdf7d65d16716613ccc41033f08c)) * update dependencies ([6058ead](https://github.com/webiny/webiny-js/commit/6058eadeb4735c2d25ea52da95240ebd9f6830c9))