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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Updated Cratis.Chronicle, Cratis.Chronicle.AspNetCore and Cratis.Chronicle.Testing to 15.32.3.
ICanProvideEventSourceId, ICanProvideEventStreamId, ICanProvideSubject and EventStreamIdAttribute now come from Cratis.Chronicle (the Cratis.Chronicle.Events namespace) instead of being duplicated in Arc. Command code that implements these should import them from Cratis.Chronicle.Events.
Fixed
The subject is now included when a command appends events for explicit event source ids (EventForEventSourceId), matching the behavior of the other event appenders.