Memstate Versions Save

In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard

0.8.0

1 year ago
  • 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

3 years ago

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

0.7.11

4 years ago
  • Internalized Liblog library so it does not show up as a transitive nuget dependency

0.7.0

4 years ago
  • Updated to latest nuget dependencies
  • Added SqlStreamStore configuration support

0.6.22

4 years ago

0.6.6

5 years ago

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

5 years ago

0.4.8

6 years ago

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

0.4.5

6 years ago