Skip to content

Fluxzero 1.190.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:40

1.190.1 (2026-06-03)

Bug Fixes

  • fix(modeling): infer aggregate type for untyped loads (60da625)

    Infer the aggregate type from the first known event when an untyped aggregate load cannot resolve it from relationship metadata. This lets the normal typed event-sourcing path honor aggregate annotations such as ignoreUnknownEvents while still failing fast if the first event type is unknown.

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