Skip to content

Fluxzero 1.159.1

Choose a tag to compare

@github-actions github-actions released this 08 May 18:03

1.159.1 (2026-05-08)

Bug Fixes

  • fix(modeling): keep publish-only applies out of state (abd1dc5)

    PUBLISH_ONLY events should remain publication-only facts: they are still emitted, but no longer advance aggregate cache, snapshots, relationships, or search/document state. This prevents hidden pending aggregate versions from causing event-index backfill failures.

    IF_MODIFIED no-op applies now preserve the existing aggregate version instead of creating an unpublished cached version. eventPublication=NEVER remains the supported way to update aggregate/document state without storing or publishing an event.

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

    Tests: ./mvnw -pl sdk test