Skip to content

Releases: DevrexLabs/memstate

0.8.0

11 Dec 21:11
Compare
Choose a tag to compare
  • Update to latest nuget packages
  • Update from .NET Core 3 to .NET 6 (libs are still .NET Standard 2.x)
  • Drop Postgres Storage module - The module used NOTIFY/LISTEN but we never managed to pass all the concurrency tests
  • Drop SqlStreamStore module - We are building a new RDBMS storage module tailored to perform well with memstate. In the meantime, the Memstate.SqlStreamStore 0.7.x nuget package should work fine.
  • Drop the pravega storage module - not enough demand to warrant maintenance effort

0.7.45

08 Aug 22:30
c2796e9
Compare
Choose a tag to compare

This release fixes a bug that caused the Engine to fail after executing a command that throws exceptions.

0.7.11

11 Jun 21:15
Compare
Choose a tag to compare
  • Internalized Liblog library so it does not show up as a transitive nuget dependency

0.7.0

16 Apr 08:46
Compare
Choose a tag to compare
  • Updated to latest nuget dependencies
  • Added SqlStreamStore configuration support

0.6.22

28 Oct 22:11
15e7fed
Compare
Choose a tag to compare
Merge ace3b5da354d80bc3c013fd61ceebd461cc61898 into 0b4aa0f241f0b826e…

…06a8f04566cfd4a7841e0aa

0.6.6

15 Sep 07:39
Compare
Choose a tag to compare

Fixes a NullReferenceException bug when raising events from a command that is not run by the Engine, for example in automated tests.

0.6.1

11 Sep 15:48
Compare
Choose a tag to compare
constants for providers and file storage as default

0.4.8

18 Apr 00:41
Compare
Choose a tag to compare
0.4.8 Pre-release
Pre-release

Alpha release for evaluation, not stable! The API is subject to change.

0.4.5

17 Apr 23:28
Compare
Choose a tag to compare
more config key adjustments