github vaadin/flow 24.7.12
Vaadin Flow 24.7.12

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

Changes since 24.7.11

All changes

Fixes

  • Log "Connection remotely closed" IOException at debug level (#22102)
    Commit · Pull request · Issue

    Changes the log level from ERROR to DEBUG for the specific IOException that occurs when a client connection dies during push communication. This reduces noise in logs, especially during integration tests.

  • 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.