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
event upgrade support - just implement IEventUpgrade in your code (auto discovery) and Revo upgrades the event streams on-the-fly upon loading the aggregates
Fixed
event version parsed from types whose name ends with V letter without number no longer recognized as versioned name
Changed
EventSourcedAggregateRoot.Commit increases Version by 1 (previously by event count)
EntityEventToPocoProjector uses AggregateVersion instead of StreamSequenceNumber event metadata for read model versioning
Removed
removed APNS and FCM (push notification) channel support from Revo.Extensions.Notifications using obsolete PushSharp library