github vaadin/flow 24.8.5
Vaadin Flow 24.8.5

latest releases: 24.9.0-beta3, 25.0.0-alpha12, 25.0.0-alpha11...
28 days ago

Changes since 24.8.4

All changes

Fixes

  • Notify listener for all InputStreamDownloadCallback failures (#21994)
    Commit · Pull request · Issue

    Makes sure that transfer progress listeners are notified also for DownloadResponse.error return value and unchecked exception thrown by InputStreamDownloadCallback.

  • Notify listeners when InputStream download handler callback fails (#21952)
    Commit · Pull request

    When a callback provided to DownloadHandler.fromInputStream throws an IOException the transfer progress listeners are not notified about the error. This change catched IOException potentially thrown by the callback and notifies the registered listeners. Part of #21931

Don't miss a new flow release

NewReleases is sending notifications on new releases.