Releases: akkadotnet/Akka.Hosting
0.3.3
• Added common Akka.Persistence.Hosting package to make it easier to add IEventAdapters to journals.
• Made Akka.Persistence.SqlServer.Hosting and Akka.Persistence.PostgreSql.Hosting both take a shared overload / dependency on Akka.Persistence.Hosting • did this to make it easier to add IEventAdapters to each of those.
• Add Akka.Cluster.Tools.Client support • now possible to start ClusterClient and ClusterClientReceptionists easily from Akka.Hosting.
0.3.2
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