Releases: akkadotnet/Akka.Hosting
Akka.Hosting 1.5.12
Akka.Hosting 1.5.8.1
Akka.Hosting 1.5.8
Akka.Hosting 1.5.7
Akka.Hosting 1.5.6.1
• Akka.Hosting now throws PlatformNotSupportedException when attempting to run on Maui due to dotnet/maui#2244. Maui support will be added in https://github.com/akkadotnet/Akka.Hosting.Maui
• make AkkaHostedService public • virtual so it can be extended and customized • advanced feature.
Akka.Hosting 1.5.6
1.5.5
1.5.4.1
1.5.4
• 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
• 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.