Skip to content

Fluxzero 1.142.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 14:23

1.142.1 (2026-04-04)

Bug Fixes

  • fix(entity): support multi-level apply without slowing routed replay (2b12a53)

    Treat payloads that carry both the current aggregate id and a distinct descendant id as ambiguous instead of immediately routing them to the current entity.

    This preserves multi-level @​Apply flows such as CreatePaymentAttempt while keeping the routing-key replay fast path intact.

    Add a regression test for the payment/attempt aggregate-plus-child-id case.

Tests

  • test(entity): simplify self-referential entity tests (2d47ffc)