github vaadin/flow 24.9.0-alpha6
Vaadin Flow 24.9.0-alpha6

latest releases: 25.0.0-alpha11, 23.6.5, 24.9.0-beta2...
pre-release10 days ago

Changes since 24.9.0-alpha5

All changes

New features

  • Add Exception to DownloadResponse and TransferContext (#22066)
    Commit · Pull request · Issue

    Adds DownloadResponse#exception and TransferContext#exception of type java.lang.Exception. Updates DownloadHandlers to fill exception automatically in case of IOException (or RuntimeException, or error in DownloadResponse for InputStreamDownloadHandler).

  • Assets using NpmPackage (#22027) (CP: 24.9)
    Commit · Pull request · Issue


Fixes

  • Fixed high CPU usage due to pending JS commands (#22024) (#22035)
    Commit · Pull request · Issue

    Field "pendingJsInvocations" should be a Set instead of a List in order to avoid O(n^2) operations. This greatly improves performance in situations where many fields are updated constantly and the JS command queue becomes very large.

  • Support callpod user agent format (#21828)
    Commit · Pull request · Issues 21829, 21546

Don't miss a new flow release

NewReleases is sending notifications on new releases.