Skip to content

Releases: liquidprojections/LiquidProjections.PollingEventStore

1.2.0

04 Jul 08:15
a907a7b
Compare
Choose a tag to compare
  • {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
cbf9308
Compare
Choose a tag to compare
  • {Fix} Ensures that the fastest completed subscriber doesn't block the others - #12

1.1.6

23 May 11:09
Compare
Choose a tag to compare
  • {Fix} All interfaces and delegates should be internal so that no collisions occur (#11)

1.1.5

20 Apr 13:38
Compare
Choose a tag to compare
  • {Fix} Relaxed the dependency on LiquidProjections.Abstractions. Now supports 2.x and 3.x.

1.1.4

07 Mar 09:57
f2dadc6
Compare
Choose a tag to compare
  • {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
4805677
Compare
Choose a tag to compare
  • {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
Choose a tag to compare
  • {Fix} Avoid creating long-running threads for each subscription that is immediately released (by @danielmarbach) - #4

1.1.1

18 Sep 08:07
Compare
Choose a tag to compare
  • {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
Choose a tag to compare

1.0.2

14 Sep 07:06
Compare
Choose a tag to compare
  • {Fix} Fixed potential deadlock when a subscription is disposed from a transaction handler - #1