This patch release introduces small but impactful security, compatibility, and usability improvements. It enhances OAuth behavior, adds byte support for the PDF pane, and fixes several rendering and import issues across backends and components. Thanks to @ahuang11, @dalthviz, @MarcSkovMadsen, and @philippjfr for their contributions.
Enhancements
- Add support for
bytes
input to thePDF
pane (#8044) - Add
logout_url
for Auth0 to OAuth error page template (#8036)
Security
- Add authentication to files served from
--static-dirs
(#8042) - Escape error messages shown on the OAuth error page fixing XSS vulnerability (#8043)