github vaadin/flow 24.4.8
Vaadin Flow 24.4.8

7 days ago

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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.