Skip to content

Releases: liquidprojections/LiquidProjections

2.0.1

13 Jun 11:37
Compare
Choose a tag to compare
  • {Fix} The assembly versions were not set correctly.

2.0.0

29 May 06:26
Compare
Choose a tag to compare
  • {New} Added the possibility to restart a subscription if the projector is ahead of the event source.
  • {Breaking} Removed the IEventStore interface and replaced it with the CreateSubscription delegate.

1.4.1

05 May 06:52
Compare
Choose a tag to compare
  • {Fix} Removed the cyclic dependency in LiquidProjections.Abstractions

1.4.0

04 May 13:56
Compare
Choose a tag to compare
  • {Changed} Extracted the types that an event store implementation needs to a separate LiquidProjections.Abstractions package.

1.3.0

02 May 17:04
Compare
Choose a tag to compare
  • {New} Switched the core LiquidProjections assemblies to .NET Standard 1.1 and the RavenDB implementation to .NET Standard to 1.3

1.2.1

23 Mar 12:18
Compare
Choose a tag to compare
  • {New} Introduced a mechanism that can be used to retry failed projecting of transactions - #84

1.1.1

22 Mar 14:32
Compare
Choose a tag to compare
  • {Fix} Fixes a concurrency issue when running tests in parallel using the MemoryEventSource - #82

1.1.0

27 Feb 07:13
Compare
Choose a tag to compare
  • {Fix} Fixed several bugs that can happen with multiple subscribers and added additional debugging information - #81

1.0.2

22 Feb 12:39
Compare
Choose a tag to compare
  • {Fix} Add missing transaction ID to DB specific projection contexts - #79

1.0.1

16 Feb 06:30
Compare
Choose a tag to compare
  • {Fix} The checkpoint passed to the event store is the last checkpoint that was processed, not the first checkpoint that should be processed (by @corvansteijn) - #77