Skip to content

Revo-1.9.1

Compare
Choose a tag to compare
@martinzima martinzima released this 15 May 08:26

[1.9.1] - 2019-05-15

Added

  • IEventNumberVersioned and EventEntityReadModel for read models with additional arbitrary versioning (concurrency control)

Changed

  • now possible to configure ODataQuerySettings for EFCoreQueryableToODataResultConverter
  • removed IEventSourcedAggregateRoot constraints from EF Core and EF6 projectors (now can be any IAggregateRoot)

Fixed

  • CrudAggregateStore now automatically removes entities that have been marked with IsDeleted
  • FakeRepository now correctly removes entites that have been flagged as IsDeleted