Skip to content

Vaadin Flow 24.7.0.rc2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Mar 09:16
· 75 commits to 24.7 since this release
b293305

Changes since 24.7.0.rc1

All changes

Fixes

  • Prevent duplicated messages in client queue (#21103)
    Commit · Pull request · Issue

    Messages sent by the Flow client are queued until the server acknowledges their reception. However, if there's a network fault, the Flow client immediately attempts to resend the message, resulting in duplicates in the queue. This change ensures that the same message is not added to the queue multiple times.

  • Fix equality check in NavigationAccessControl (#21083)
    Commit · Pull request · Issue