Skip to content

Releases: akkadotnet/Akka.Hosting

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.

1.5.1.1

04 Apr 19:12
bf6d79e
Compare
Choose a tag to compare

Akka.Hosting 1.5.1

16 Mar 17:40
145fc49
Compare
Choose a tag to compare

Akka.Hosting 1.5.0

02 Mar 21:33
4ea61d0
Compare
Choose a tag to compare

Version 1.5.0 is the RTM release of Akka.Hosting and Akka.NET v1.5.0 RTM integration.
Full changes
Update Akka.NET to 1.5.0
Fix missing cluster configuration on certain edge cases
Add new Cluster.Sharding RememberEntitiesStore
Add Cluster.Sharding journal migration adapter convenience method
Add LogMessageFormatter formatter support to logging

Upgrading From v1.4 To v1.5

As noted in the upgrade advisories%2C there was some major changes inside Akka.NET that directly affects Akka.Hosting. To upgrade from v1.4 to v1.5%2C please watch our video here covering this process.

1.5.0-beta6

01 Mar 16:51
a78d024
Compare
Choose a tag to compare