Releases: liquidprojections/LiquidProjections.NHibernate
Releases · liquidprojections/LiquidProjections.NHibernate
3.1.0
3.0.2
3.0.1
3.0.0
- {Breaking} Added support for LiquidProjections 3.0.0 - #9
- {Breaking} Introduced a new exception policy that supports retrying individual transactions - #9
- {New} Added a
Filter
property to prevent the projector from updating certain projections - #9 - {Breaking} Allow canceling the projection work including any exception handlers - #9
- {New} Added an example program demonstrating several features of the NHibernateProjector - #9
2.2.1
2.2.0
- {New} If the implementation of
IProjectorState
has additional custom properties, you can now use theEnrichState
delegate to update the state object before it is written to the database.
2.1.0
- {New} Adds a simple caching mechanism in the form of the
IProjectionCache
and ships with theLruProjectionCache
based on the FluidCaching project - #2
2.0.0
- {Breaking} Updated the API to support LiquidProjections 2.0.
- {Breaking} Removed the need to implement
IHaveIdentity
1.4.1
Initial release after moving the code from the core LiquidProjections project