Skip to content

Fluxzero 1.190.8

Choose a tag to compare

@github-actions github-actions released this 04 Jun 05:28

1.190.8 (2026-06-04)

Bug Fixes

  • fix(entity): keep relationship cache in sync with aggregate evictions (dd14eca)

    Introduce a RelationshipsCache wrapper so repositories can invalidate relationship lookups when cached aggregate state is evicted after commit or playback failures.

    Covers same-client index failures, foreign replay failures, stale no-event commits, commit failures, and stale child lookups that still point at an evicted aggregate.

    Tests: ./mvnw -pl sdk -Dtest=AggregatePlaybackTest test; ./mvnw -pl sdk test