Skip to content

Releases: liquidprojections/LiquidProjections

3.2.0

21 Aug 17:39
Compare
Choose a tag to compare
  • {New} Made projection context available when determining the projection key in IAction - #119

Kudos to @Jubast for this nice little addition

3.1.1

24 May 06:57
Compare
Choose a tag to compare
  • {Fix} Fixed the dependency on LiquidProjections.Abstractions.

3.1.0

10 May 15:48
1c1336a
Compare
Choose a tag to compare
  • {New} If the mapping for the base class of event is configured, it will be invoked as well as a handler for a concrete event type - #114

3.0.0

13 Mar 13:17
b01ddc2
Compare
Choose a tag to compare
  • {New} Added support for applying filters on the EventMapBuilder level using Where - #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 methods ProjectionModificationHandler, HandleProjectionDeletionsAs and such on EventMapBuilder are now passed to the Build method as an instance of ProjectionMap - #111

2.4.1

08 Feb 11:38
d5f8366
Compare
Choose a tag to compare
  • {Fix} Ensures that the memory event store doesn't shallow projection exceptions - #109

2.4.0

03 Oct 10:01
Compare
Choose a tag to compare
  • {New} Allowed the OWIN API for exposing projection stats to work with any implementation of IProjectionStats

2.3.1

18 Sep 08:10
Compare
Choose a tag to compare
  • {Fix} It was possible for a subscription to start processing a new batch of transactions after the subscription has been cancelled - #105

2.3.0

14 Sep 06:35
Compare
Choose a tag to compare
  • {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

2.2.0

14 Jul 19:29
Compare
Choose a tag to compare
  • {New} Added possibility to track projection statistics and ETAs to reach checkpoints, including OWIN Middleware - #36

2.1.0

15 Jun 08:04
Compare
Choose a tag to compare
  • {New} Added the possibility to influence the exception handling behavior of the Dispatcher - #98