Releases: liquidprojections/LiquidProjections.PollingEventStore
Releases · liquidprojections/LiquidProjections.PollingEventStore
Release list
1.2.0
1.1.8
- {Fix} Ensures that the fastest completed subscriber doesn't block the others - #12
1.1.6
- {Fix} All interfaces and delegates should be internal so that no collisions occur (#11)
1.1.5
- {Fix} Relaxed the dependency on
LiquidProjections.Abstractions. Now supports 2.x and 3.x.
1.1.4
- {New} Removed dependency on Liblog and replaced it with a simple
LogMessagedelegate that can be passed as an optional parameter to the constructor
1.1.3
- {Fix} Made the
PollingEventStoreAdapterclassinternalso it doesn't leak from consuming packages - {Fix} The namespaces used by LibLog were wrong
- {Fix} Clarified how Liblog is used and explained that the compiler constant
LIBLOG_PROVIDERS_ONLYis needed
1.1.2
- {Fix} Avoid creating long-running threads for each subscription that is immediately released (by @danielmarbach) - #4
1.1.1
- {Fix} It was possible for a subscription to start processing a new batch of transactions after the subscription has been cancelled - #3
1.1.0
- {New} Added support for the cancellation token that was introduced in LiquidProjections 2.3 - #2
1.0.2
- {Fix} Fixed potential deadlock when a subscription is disposed from a transaction handler - #1