Releases: DevrexLabs/memstate
Releases · DevrexLabs/memstate
0.8.0
- 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
This release fixes a bug that caused the Engine to fail after executing a command that throws exceptions.
0.7.11
- Internalized Liblog library so it does not show up as a transitive nuget dependency
0.7.0
- Updated to latest nuget dependencies
- Added SqlStreamStore configuration support
0.6.22
Merge ace3b5da354d80bc3c013fd61ceebd461cc61898 into 0b4aa0f241f0b826e…
0.6.6
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
constants for providers and file storage as default
0.4.8
Alpha release for evaluation, not stable! The API is subject to change.
0.4.5
more config key adjustments