You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Adopt IntegrationEvent pipeline in outbox persistence. PayloadSerializer now receives IntegrationEventRecord instead of EventRecord, and DoctrineOutboxRepository gains a required IntegrationEventTranslators parameter. Domain events without a registered translator are silently skipped, making translator registration the explicit opt-in for cross-context publication.
* refactor: Move fromArray method to a new location in SerializedPayload.php.
0 commit comments