Skip to content

Releases: akkadotnet/Akka.Hosting

0.2.1

09 Apr 19:23
ce4423c
Compare
Choose a tag to compare

• Bugfix: when using Akka.Remote or Akka.Cluster%2C don't override any custom ProviderSelections provided by the user.

0.2.0

09 Apr 15:17
74e764c
Compare
Choose a tag to compare

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

06 Apr 20:26
84e3237
Compare
Choose a tag to compare

• Added Akka.Persistence.PostgreSql.Hosting NuGet package to support Postgres users.

0.1.4

02 Apr 17:55
da3ecb4
Compare
Choose a tag to compare

• Added WithCustomSerializer method to make it easy to add additional Serializer instances to an ActorSystem

0.1.3

01 Apr 00:37
7ae8ece
Compare
Choose a tag to compare

• Added ShardRegionProxy support to Akka.Cluster.Hosting
• Added DistributedPubSub support to Akka.Cluster.Hosting

0.1.2

31 Mar 13:28
cb07248
Compare
Choose a tag to compare

• 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

18 Mar 21:08
a1bd962
Compare
Choose a tag to compare

• Upgraded to Akka.NET v1.4.35

Akka.Hosting v0.1.0

10 Mar 02:48
b855a73
Compare
Choose a tag to compare

[0.1.0] / 09 March 2022

  • Initial release of Akka.Hosting, Akka.Remote.Hosting, Akka.Cluster.Hosting, and Akka.Persistence.SqlServer.Hosting