Skip to content

Vaadin Flow 9.2.2

Choose a tag to compare

@vaadin-bot vaadin-bot released this 19 Feb 13:10
· 4 commits to 9.2 since this release
3dad424

Changes since 9.2.1

All changes

Fixes

  • Upgrade license-checker to 1.12.8
    Commit · Pull request

  • Postpone serverSyncId computation after changes are applied (#16660) (CP: 9.2)
    Commit · Pull request · Issue

    While UIDLWriter is encoding changes, it may happen that a push operation is invoked, thus incrementing the serverSyncId counter. If this happens, the client may receive the messages in the wrong order and and subsequently there may be a gap in the counter, so that a message will never be created for an expected id, and the client will force a resynchronization. This change reads the serverSyncId for the current request after all changes are applied, so the client will receive messages in the expected order.

  • Propagate all request parameter to location in eagerServerLoad mode (#18489) (CP: 9.2)
    Commit · Pull request · Issue