Releases: akkadotnet/Akka.Hosting
0.3.1
0.3.0
0.2.2
0.2.1
• Bugfix: when using Akka.Remote or Akka.Cluster%2C don't override any custom ProviderSelections provided by the user.
0.2.0
• Bugfix: Fixed issues with duplicate IServiceProvider registration%2C this could cause multiple instances of dependencies to be instantiated since Akka.Hosting creating multiple IServiceProvider instances during the construction process. This has been resolved.
0.1.5
• Added Akka.Persistence.PostgreSql.Hosting NuGet package to support Postgres users.
0.1.4
• Added WithCustomSerializer method to make it easy to add additional Serializer instances to an ActorSystem
0.1.3
• Added ShardRegionProxy support to Akka.Cluster.Hosting
• Added DistributedPubSub support to Akka.Cluster.Hosting
0.1.2
• Removed all Cluster.Sharding methods that rely on ClusterShardingSettings%2C since it's not practical to create those prior to starting the ActorSystem.
0.1.1
• Upgraded to Akka.NET v1.4.35