Skip to content

Akka.Persistence.Linq2Db v1.4.21

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 06 Jul 00:37
170c39a

1.4.21 July 6 2021

First official Release for Akka.Persistence.Linq2Db

Akka.Persistence.Linq2Db is an Akka.Net Persistence plug-in that is designed for both high performance as well as easy cross-database compatibility.

There is a compatibility mode also available for those who wish to migrate from the existing Sql.Common journals.

This release contains fixes for Transactions around batched writes, a fix for Sequence Number reading on Aggressive PersistAsync Usage, improved serialization/deserialization pipelines for improved write speed, and easier snapshot compatibility with Akka.Persistence.Sql.Common.

We are still looking for community help with adding tests/configurations for MySql and Oracle, as well as trying out the new plugin and providing feedback.

Please refer to the project page for information on configuration.

Changes:

  • 170c39a Merge pull request #28 from akkadotnet/dev
  • 644f270 release notes (#27)
  • 1432e22 update readme.md (#26)
  • 103d483 Fix pendingwrite clear on persistasync edge case (#25)
  • 24a798d Serialization pipeline Fixes/improvements (#22)
  • a8f9055 Disable PR support for Akka.Persistence.Linq2Db release pipeline

This list of changes was auto generated.