Fluxzero 1.159.2
1.159.2 (2026-05-08)
Bug Fixes
fix(modeling): preserve publish-only document state (
90c7db1)Allow PUBLISH_ONLY applies to advance state for non-event-sourced document-backed aggregates while keeping event-sourced aggregates out of cache, snapshots, and search state.
This keeps document-backed read models working without writing to the aggregate event store, but preserves replay invariants for event-sourced aggregates.
Tests: ./mvnw -pl sdk test; ./mvnw test in flowmaps-service; ./mvnw test in dashboard.fluxzero.io