Skip to content

Vaadin Flow 24.4.8

Latest
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 12 Sep 09:39
· 8 commits to 24.4 since this release
12de7a0

Changes since 24.4.7

All changes

New features

  • Add option to not modify readonly files during copy, add logging of time (#19894)
    Commit · Pull request · Issue

    Allows to skip setting writable flag on copied files by providing the vaadin.frontend.disableWritableFlagCheckOnCopy system property. This may improve performance in certain scenarios with Windows OS.

Fixes

  • Wait for output reading to complete before parsing version (#19921)
    Commit · Pull request

    NodeInstall.getVersion currently does not block waiting for STDOUT and STDERR to be read completely. This causes random failure during node installation because of forcing an empty version. This change waits for future to complete before parsing the version value.