Releases: liquidprojections/LiquidProjections.PollingEventStore
Releases · liquidprojections/LiquidProjections.PollingEventStore
1.2.0
1.1.8
1.1.6
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
LogMessage
delegate that can be passed as an optional parameter to the constructor
1.1.3
- {Fix} Made the
PollingEventStoreAdapter
classinternal
so 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_ONLY
is needed
1.1.2
- {Fix} Avoid creating long-running threads for each subscription that is immediately released (by @danielmarbach) - #4
1.1.1
1.1.0
- {New} Added support for the cancellation token that was introduced in LiquidProjections 2.3 - #2