Changes since 24.8.0.alpha11
Breaking changes
- Renamings in new handlers API
Commit · Pull request
New features
-
Introduce VaadinSecurityConfigurer for modular security configuration
Commit · Pull requestIntroduced
VaadinWebSecurityConfigurer
to improve modularity and readability, with almost the same logic present inVaadinWebSecurity
. This change promotes reusability and better separation of concerns while maintaining existing functionality. -
Add factory method for UploadHandler
Commit · Pull request · IssueAdd factory methods for in-memory, File and TemporaryFile for easier handling of upload.
Code refactoring
- Extract service worker plugin into internal package
Commit · Pull request