Releases: liquidprojections/LiquidProjections
Releases · liquidprojections/LiquidProjections
3.2.0
3.1.1
- {Fix} Fixed the dependency on
LiquidProjections.Abstractions
.
3.1.0
3.0.0
- {New} Added support for applying filters on the
EventMapBuilder
level usingWhere
- #111 - {New}
IEventMap.Handle
will now return a boolean to indicate whether or not the event was configured to be handled (accounting for the filters applied) - #111 - {Breaking} The contract for a projector that is needed to build an
IEventMap
have changed. The methodsProjectionModificationHandler
,HandleProjectionDeletionsAs
and such onEventMapBuilder
are now passed to theBuild
method as an instance ofProjectionMap
- #111
2.4.1
2.4.0
- {New} Allowed the OWIN API for exposing projection stats to work with any implementation of
IProjectionStats
2.3.1
2.3.0
- {New} Extended the projector stats with the weighted average speed - #104
- {New} The memory event source supports projecting transactions asynchronously - #103
- {New} The dispatcher now also exposes a success handler - #103
- {Changed} Allow exception handlers to be cancelled when the subscription is canceled - #103