Changes since 24.9.0-alpha6
New features
-
Clarify SignalEnvironment details (#22116)
Commit · Pull request -
Make signal environment init optional (#22074)
Commit · Pull request · IssueAlso removes the duplicate staticMocks variants in VaadinServiceSignalsInitializationTest
Fixes
-
Log "Connection remotely closed" IOException at debug level (#22102)
Commit · Pull request · IssueChanges the log level from ERROR to DEBUG for the specific IOException that occurs when a client connection dies during push communication. This reduces noise in logs, especially during integration tests.
-
Remove default value for deprecated property (#21789)
Commit · Pull requestHaving the default value leads to a wrong warning message "Both 'frontendOutputDirectory' and 'webpackOutputDirectory' are set"
-
Filename encoding of download (#22039)
Commit · Pull request · IssueApplies utf-8 encoding by default in Content-Disposition header for DownloadEvent.