Releases: liquidprojections/LiquidProjections.PollingEventStore
Releases · liquidprojections/LiquidProjections.PollingEventStore
1.2.0
04 Jul 08:15
Compare
Sorry, something went wrong.
No results found
{New} Better scheduling so each subscriber gets a fair chance regardless of the number of subscribers - #14
{New} Use the page cache if the majority of the page was already cached - #17
1.1.8
15 Jun 12:41
Compare
Sorry, something went wrong.
No results found
{Fix} Ensures that the fastest completed subscriber doesn't block the others - #12
1.1.6
23 May 11:09
Compare
Sorry, something went wrong.
No results found
{Fix} All interfaces and delegates should be internal so that no collisions occur (#11 )
1.1.5
20 Apr 13:38
Compare
Sorry, something went wrong.
No results found
{Fix} Relaxed the dependency on LiquidProjections.Abstractions. Now supports 2.x and 3.x.
1.1.4
07 Mar 09:57
Compare
Sorry, something went wrong.
No results found
{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
23 Feb 07:12
Compare
Sorry, something went wrong.
No results found
{Fix} Made the PollingEventStoreAdapter class internal 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
29 Nov 13:42
Compare
Sorry, something went wrong.
No results found
{Fix} Avoid creating long-running threads for each subscription that is immediately released (by @danielmarbach ) - #4
1.1.1
18 Sep 08:07
Compare
Sorry, something went wrong.
No results found
{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
14 Sep 09:03
Compare
Sorry, something went wrong.
No results found
1.0.2
14 Sep 07:06
Compare
Sorry, something went wrong.
No results found
{Fix} Fixed potential deadlock when a subscription is disposed from a transaction handler - #1