Skip to content

Revo-1.14.0

Compare
Choose a tag to compare
@martinzima martinzima released this 05 Mar 13:50

[1.14.0] - 2020-02-11

Added

  • 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