Skip to content

Vaadin Flow 24.7.12

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 28 Aug 10:03
2117b15

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