Skip to content

Releases: akkadotnet/Akka.Hosting

0.3.1

09 Jun 14:44
ed718fd
Compare
Choose a tag to compare

0.3.0

24 May 16:57
86d18b8
Compare
Choose a tag to compare

0.2.2

10 Apr 18:20
8af9b2c
Compare
Choose a tag to compare

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