Skip to content

Fluxzero 1.142.3

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:43

1.142.3 (2026-04-04)

Bug Fixes

  • fix(test): stabilize websocket proxy shutdown close handling (831e793)

    Wait for asynchronous websocket close notifications during proxy shutdown so the WS_CLOSE handler is not lost while the proxy is shutting down.

    Add a regression test that simulates a delayed onClose callback to cover the original flake in ProxyServerTest.

  • fix(entity): preserve routed root-child apply replay (9f8ebed)

    Only treat a routed update as ambiguous when its routing key overlaps the current aggregate id and the payload also carries a distinct descendant id.

    This restores payment-style root plus child @​Apply flows during replay while keeping root-only routed replay on the fast path.

    Add regression coverage for typed payment attempt apply and replay behaviour.