github vaadin/flow 24.7.0.rc2
Vaadin Flow 24.7.0.rc2

pre-release11 hours ago

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.