Skip to content

Vaadin Flow 24.0.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Jun 10:43
· 32 commits to 24.0 since this release
91b43d7

Changes since 24.0.9

All changes

Fixes

  • Store LastSeenServerSyncId in atmosphere resource session (#16996)
    Commit · Pull request

    Storing the header value in AtmosphereResource session should prevent issues with long polling and servlet container that recycles requests. This change stores in the resource session the value got from client during connection so that it will be available even if the underliyng request gets nullified. Part of #16968 Part of #16775

  • Auto-update @vitejs/plugin-react devDependency
    Commit · Pull request