Skip to content

Fluxzero 1.127.1

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:42

1.127.1 (2026-03-27)

Bug Fixes

  • fix(entity): evict inconsistent aggregate histories (ebebfd5)

    Prevent cached aggregate histories from staying in an order that no longer matches global event index order when same-client event indices are filled in later.

    This keeps handler playback aligned with the handled event, so consumers do not observe a later no-op state instead of the intended historical version.

    Also keep local baseline versions without event metadata valid, avoiding unnecessary cache eviction and reload failures in aggregate entity flows.