Fluxzero 1.156.1
1.156.1 (2026-04-25)
Bug Fixes
fix(modelling): intercept event dispatch before event-sourced apply (
14f57a8)Resolve dispatch interception before applying event-sourced aggregate events so @Apply methods observe the same metadata during the initial apply and replay. Validate the original event before dispatch interception so payload-protection interceptors can still sanitize the stored/published event without hiding invalid outgoing payloads from validation.
Keep non-event-sourced aggregates on the existing state-first path: dispatch interception only affects publication, and blocked dispatches do not roll back the in-memory/document state mutation. Add regression coverage for user/metadata injection, protected-data validation, blocked dispatch, publish-never, and searchable upsert aggregates.