github vaadin/flow 24.9.6
Vaadin Flow 24.9.6

latest release: 24.8.13
one hour ago

Changes since 24.9.5

All changes

Fixes

  • Get ui from context if not given (#22833)
    Commit · Pull request

    setting the UI to the progress handler.

  • Explicitly check the lock when touching pendingJsInvocations (#22783)
    Commit · Pull request

    Explicitly check the lock when touching pendingJsInvocations Alos uses proper UI in test: this ensures that the session is available also from the inside and not only through a Mockito mock. Related to #22742

  • Ensure session lock is held during node state checks in StreamRequestHandler (#22765)
    Commit · Pull request · Issue

    StreamRequestHandler.callElementResourceHandler was performing node state checks (isInert, isEnabled, isAttached, isVisible) without holding the session lock, creating a race condition where node state could change between validation and handler execution. This change moves all node state checks inside a single session lock block to ensure thread-safe access throughout the validation process. The nested lock for UploadHandler has been removed as it's now redundant. 🤖 Generated with Claude Code

Don't miss a new flow release

NewReleases is sending notifications on new releases.