github vaadin/flow 9.2.2
Vaadin Flow 9.2.2

latest releases: 24.5.0.alpha4, 24.3.12, 24.4.2...
4 months ago

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


Don't miss a new flow release

NewReleases is sending notifications on new releases.