Added
- Added recommendations to the Blitz diagnostics utility.
- Added the user that runs controller actions to log messages.
- Added an expiry date column to pages and elements in the Blitz cache utility (#615).
- Added a
wrapperClass
property to theVariableConfigModel
class (#620). - Added new console commands for clearing, generating and purging the cache:
blitz/cache/clear-site
,blitz/cache/clear-tagged
,blitz/cache/clear-urls
,blitz/cache/generate-site
,blitz/cache/generate-tagged
,blitz/cache/generate-urls
,blitz/cache/purge-site
,blitz/cache/purge-tagged
,blitz/cache/purge-urls
.
Changed
- The Cache Folder Path column now displays aliases in the cached file table in the File Storage utility.
- Entry queries for “single” sections are no longer tracked.
- Improved error handling in a previous migration.
- Made minor optimisations to the file storage driver.
- Expired URIs are now deleted from the database immediately when refreshing expired cache.
- Invalid element query params no longer throw an error when applied (#579).
Fixed
- Fixed a bug in which line breaks were not being replaced with spaces in raw SQL query output in the Blitz diagnostics utility (#611).