Releases: akkadotnet/Akka.Hosting
Releases · akkadotnet/Akka.Hosting
1.5.16
1.5.15
• Update Akka.NET to 1.5.15
• Marked all Akka.Cluster.Hosting methods that accept deprecated sharding delegates as Obsolete
1.5.14
1.5.13
Akka.Hosting v1.5.12.1
• Add IConfiguration to HOCON adapter key name normalization toggle flag
• Expand Cluster.Hosting and Remote.Hosting options
You can now specify whether IConfiguration key strings should be normalized to lower case or not when they are being converted into HOCON keys. You can read the documentation here
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.