v5.34.7
webiny/webiny-jsv5.34.7Mar 29, 2023by adrians5j
AI Summary
Introduces limits for the number of tenants, sets a default file size limit to 1TB, and improves error logging and seat decrementing logic.
Key Highlights
- Introduce limits to the number of tenants (WCP)
- Set default file size limit to 1TB
- Fix error logging to use console.error
- Fix seat decrementing order relative to user creation events
Full Release Notes
## [5.34.7](https://github.com/webiny/webiny-js/compare/v5.34.6...v5.34.7) (2023-03-23) ### Bug Fixes * introduce limits to number of tenants (WCP) ([9e62888](https://github.com/webiny/webiny-js/commit/9e628881625addb7164ac23a1f1df1f7a74c8feb)) * **app-admin:** set default file size limit to 1TB ([8d70c93](https://github.com/webiny/webiny-js/commit/8d70c93f713ed410c7fdb628375a01debf84c0de)) * log errors using console.error ([#3122](https://github.com/webiny/webiny-js/issues/3122)) ([2f09538](https://github.com/webiny/webiny-js/commit/2f09538708a0dfa889d831a7474c94ee22da1611)) * **app-admin:** remove hardcoded file size limitation ([43165b9](https://github.com/webiny/webiny-js/commit/43165b9364caccb86aa1da2624024c505f374ce6)) * move seats decrementing above the `onUserCreateError` event ([e7710b7](https://github.com/webiny/webiny-js/commit/e7710b7999bac768baf85d0f8a3ebafc2e5cbefb))