Skip to content

Vaadin Flow 24.9.4

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Oct 10:15
· 4 commits to 24.9 since this release
6ce1500

Changes since 24.9.3

All changes

Fixes

  • Set Content-Length header in InputStreamDownloadHandler (#22558) (#22564)
    Commit · Pull request

    InputStreamDownloadHandler now properly sets the Content-Length HTTP header when provided in DownloadResponse, enabling browsers to display download progress and allowing TransferProgressListener implementations to calculate accurate progress percentages. This aligns behavior with FileDownloadHandler. 🤖 Generated with Claude Code

  • No empty first line in log (#22523)
    Commit · Pull request · Issue

    Added message to not log with "" and throwable.

  • Store UI reference on start (#22532)
    Commit · Pull request · Issue

    Store UI ref to have a correct ui for TransferProgress even when element is detached during transfer.

  • Fix glob pattern in runtime hints registration (#22531)
    Commit · Pull request · Issue

    in order to match resources in subfolders. Also adds some basic test to ensure main resources are accepted