🚨 IMPORTANT We made the development branch the new default branch. This does not affect your current setup, as main is still our release branch. But for new setups ensure you check out the main branch for production use (git clone -b main https://github.com/hawk-digital-environments/HAWKI.git). We updated our documentation to reflect this change.
Automatic CacheBuster for static assets. Instead of manually setting the asset version (js/css) in the templates, we now use a more robust hash generation, based on the HAWKI version and file modification time. If you extend HAWKI and want to hook into this logic? Take a look at the APP_CACHE_BUSTER environment variable.
Dependency updates to the latest versions.
Improve the error output in the ChainedAuthService
(Docker) Ensure that PHP allows uploads greater than 2MB.