Skip to content

Releases: akkadotnet/Akka.Hosting

Akka.Hosting 1.5.8.1

12 Jul 17:17
a7f0ad5
Compare
Choose a tag to compare

Akka.Hosting 1.5.8

21 Jun 14:31
3f028f7
Compare
Choose a tag to compare

Akka.Hosting 1.5.7

23 May 14:10
f6d895d
Compare
Choose a tag to compare

Akka.Hosting 1.5.6.1

17 May 18:45
b486348
Compare
Choose a tag to compare

Akka.Hosting 1.5.6

10 May 16:08
9e08da2
Compare
Choose a tag to compare

1.5.5

04 May 18:44
12b2cfe
Compare
Choose a tag to compare

1.5.4.1

01 May 21:19
d015ab4
Compare
Choose a tag to compare

1.5.4

25 Apr 17:06
64de270
Compare
Choose a tag to compare

Update Akka.NET to 1.5.4
• Update Akka.Persistence.SqlServer to 1.5.4
• Update Akka.Persistence.PostgreSql to 1.5.4

1.5.3

25 Apr 14:04
73aebac
Compare
Choose a tag to compare

Update Akka.NET to 1.5.3
Add SQL transaction isolation level support
SQL Transaction Isolation Level Setting
In 1.5.3%2C we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Hosting%2C Akka.Persistence.SqlServer.Hosting%2C and Akka.Persistence.PostgreSql.Hosting plugins.
you can go to the official Microsoft documentation to read more about these isolation level settings.

Akka.Hosting 1.5.2

06 Apr 20:09
ace0870
Compare
Choose a tag to compare

Update Akka.NET to 1.5.2
Bump Akka.Persistence.PostgreSql to 1.5.2
Bump Akka.Persistence.SqlServer to 1.5.2
Persistence: Change persistence default serializer from json to null
Major Changes
• Persistence.Hosting default value for default serializer has been changed from json to null. This only affects persistence write and not reads. All objects with no serializer mapping will now be serialized using Akka default object serializer. If you have old persistence data where they do not have their serializer ID column populated%2C you will need to change this setting.
Inherited Changes From Akka.NET Core
• Persistence will now ignore the serializer setting inside journal settings when writing new events. This setting will only be used when data retrieved from the database does not have the serializer id column unpopulated.
• Cluster.Hosting%2C by default%2C will have SplitBrainResolver enabled.