Skip to content

Releases: liquidprojections/LiquidProjections.PollingEventStore

1.2.0

Choose a tag to compare

@dennisdoomen dennisdoomen released this 04 Jul 08:15
a907a7b
  • {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

Choose a tag to compare

@dennisdoomen dennisdoomen released this 15 Jun 12:41
cbf9308
  • {Fix} Ensures that the fastest completed subscriber doesn't block the others - #12

1.1.6

Choose a tag to compare

@dennisdoomen dennisdoomen released this 23 May 11:09
  • {Fix} All interfaces and delegates should be internal so that no collisions occur (#11)

1.1.5

Choose a tag to compare

@dennisdoomen dennisdoomen released this 20 Apr 13:38
  • {Fix} Relaxed the dependency on LiquidProjections.Abstractions. Now supports 2.x and 3.x.

1.1.4

Choose a tag to compare

@dennisdoomen dennisdoomen released this 07 Mar 09:57
f2dadc6
  • {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

Choose a tag to compare

@dennisdoomen dennisdoomen released this 23 Feb 07:12
4805677
  • {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

Choose a tag to compare

@dennisdoomen dennisdoomen released this 29 Nov 13:42
  • {Fix} Avoid creating long-running threads for each subscription that is immediately released (by @danielmarbach) - #4

1.1.1

Choose a tag to compare

@dennisdoomen dennisdoomen released this 18 Sep 08:07
  • {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

Choose a tag to compare

@dennisdoomen dennisdoomen released this 14 Sep 09:03

1.0.2

Choose a tag to compare

@dennisdoomen dennisdoomen released this 14 Sep 07:06
  • {Fix} Fixed potential deadlock when a subscription is disposed from a transaction handler - #1