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
New: Removed the new() requirement for read models
New: If ISagaLocator.LocateSagaAsync cannot identify the saga for a given
event, it may now return Task.FromResult(null) in order to short-circuit
the dispatching process. This might be useful in cases where some instances
of an event belong to a saga process while others don't
Fixed: StringExtensions.ToSha256() can now be safely used from
concurrent threads.