Skip to content

Release v20.33.17

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:21
d05ede2

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.