v5.35.1
webiny/webiny-jsv5.35.1May 15, 2023by adrians5j
AI Summary
Resolves data loader caching issues, improves ACO permission checks, and fixes Lambda@Edge function handling.
Key Highlights
- Fixed data loader caching for Headless CMS and Page Builder.
- Added base permissions check for ACO schemas.
- Fixed Lambda@Edge function deletion on website destroy.
Full Release Notes
## [5.35.1](https://github.com/webiny/webiny-js/compare/v5.35.0...v5.35.1) (2023-05-15) ### Bug Fixes * **api-file-manager-s3:** compare extensions using lower case ([aa78a32](https://github.com/webiny/webiny-js/commit/aa78a328be8bd5f7fb0855bd6d4f7a6be8114a98)) * **api-headless-cms-ddb:** data loader clear caching on each request ([f8b8b0a](https://github.com/webiny/webiny-js/commit/f8b8b0ae3f7bca5ac6ad144cedc1c6f8d795ea7d)) * **api-headless-cms-ddb-es:** data loader clear caching on each request ([3d21e6e](https://github.com/webiny/webiny-js/commit/3d21e6e1b428160f7968e59a0b1204933ee4520f)) * always assign plugins ([596042f](https://github.com/webiny/webiny-js/commit/596042ff35e8a16d1bc2576f85de9c5a2e420a23)) * check base permissions for ACO schemas ([#3296](https://github.com/webiny/webiny-js/issues/3296)) ([674ff9e](https://github.com/webiny/webiny-js/commit/674ff9ed39ee865f8f5a08f10f00120d217d31d5)) * do not delete Lambda@Edge function when destroying the website app ([#3278](https://github.com/webiny/webiny-js/issues/3278)) ([358f9d1](https://github.com/webiny/webiny-js/commit/358f9d163eaaf7215f8f25ac308e262d2beac39e)) * do not render element controls when rendering linked page template elements ([#3286](https://github.com/webiny/webiny-js/issues/3286)) ([910a80b](https://github.com/webiny/webiny-js/commit/910a80b4ab0071e64eec424611c3ad0d10e8fbfb)) * **api-aco:** models for multiple tenants and locales ([#3277](https://github.com/webiny/webiny-js/issues/3277)) ([283d7c3](https://github.com/webiny/webiny-js/commit/283d7c30871bfbc52029175193d8119501caa8e3)) * **api-headless-cms:** delete all entries in the id list ([00fc30a](https://github.com/webiny/webiny-js/commit/00fc30aa3af25e2ce5e4002209b3532c268c3dbd)) * **api-headless-cms:** missing checks in tests ([1642192](https://github.com/webiny/webiny-js/commit/16421923525be76e95411dfaaa58ba6053a8fdbf)) * **api-headless-cms-ddb:** delete all entries in the id list ([8cc74bf](https://github.com/webiny/webiny-js/commit/8cc74bf8fc9c65df2431c4c714a91102450b2ea6)) * **api-headless-cms-ddb-es:** delete all entries in the id list ([e99b970](https://github.com/webiny/webiny-js/commit/e99b970461d195f624dba44d90ec0581783f3c70)) * **api-page-builder-so-ddb:** data loader clear caching on each request ([ae27a35](https://github.com/webiny/webiny-js/commit/ae27a352e3d47dfc928c1c27400c2057077b9185)) * **api-page-builder-so-ddb-es:** data loader clear caching on each request ([412375c](https://github.com/webiny/webiny-js/commit/412375c2bb6b1eb97dd6d5cf42bdc862b92b9f1a)) * **serverless-cms-aws:** don't run migrations on deploy preview ([857387d](https://github.com/webiny/webiny-js/commit/857387da551951a4e0e13c3eb5fda1cdf5491939)) * **ui:** add missing useCallback dependency to Input onKeyDown handler ([a64f7c5](https://github.com/webiny/webiny-js/commit/a64f7c586b5295d5d6b019e28e5c2ac5ffc013aa)) * add a comment ([f088efe](https://github.com/webiny/webiny-js/commit/f088efed43e5f639e89a3e68f63d71c985df5a5b)) * remove double concatenation of `cwd` and `inputs.folder` ([37bf641](https://github.com/webiny/webiny-js/commit/37bf641b57b8ee67d2815b32eaa9d78b0e8947c3)) * **cli-plugin-deploy-pulumi:** always run migrations executed using cli ([0e0589d](https://github.com/webiny/webiny-js/commit/0e0589d16e499e582cb7802e21d1032c0fc20a60)) * remove and update `merge` dependency where needed ([c63f86b](https://github.com/webiny/webiny-js/commit/c63f86b2088762b696ad63d626ae8696e6803569)) * reorder imports ([5675fd6](https://github.com/webiny/webiny-js/commit/5675fd68f4c783e388465a2d3bad8796bcefe3b2)) * **headless-cms:** data loader caching ([#3273](https://github.com/webiny/webiny-js/issues/3273)) ([0bdbcf4](https://github.com/webiny/webiny-js/commit/0bdbcf4c2dfc09b7b67e226b8f565712e6df4cae))