Skip to content

v0.9.580

Compare
Choose a tag to compare
@rasmus rasmus released this 20 Jul 06:43
  • Braking: IEventStore.LoadAllEventsAsync and IEventStore.LoadAllEvents
    now take a GlobalPosition as an argument instead of a long for the
    starting position. The GlobalPosition is basically a wrapper around a
    string that hides the inner workings of each event store.
  • New: NuGet package EventFlow.EventStores.EventStore that provides
    integration to Event Store. Its an initial
    version and shouldn't be used in production.