Release Notes > 5.38.5
Webiny 5.38.5 Changelog
See what's new in Webiny version 5.38.5.
Page Builder
Pages Not Being Shown in Folders (With Folder Level Permissions Enabled) (#3838)
With this release, we’ve fixed an issue where, with the Folder Level Permissions feature enabled, one or more pages would sometimes not be shown in a folder.
Essentially, this issue was caused by an incorrect underlying database query, whose purpose was to ensure only pages that the user has access to are shown in the folder.
This issue has now been fixed, and the pages should be shown correctly.
Replaced JsonPack With GZIP for Page Content Compression (#3839)
Upon storing to the database, in order to bypass potential database size limitations, the actual page content is always compressed. Prior to this release, we were using JsonPack for this purpose. With this release, we’ve replaced JsonPack with GZIP.
This change was made because, in some cases, the page content was still too large to be stored in the database. This was especially true for very large pages.
With this change, the page content is now reduced by an extra 20-80%, depending on its original size. Most importantly, this change further reduces the chances of the content being too large to be stored in the database.
Backwards Compatibility
Note that no extra changes are required on your end. The page content data is automatically converted to the new format when pages are saved.