Skip to content

Releases: asynkron/protoactor-dotnet

0.25.0

05 Nov 16:14
ac3fd4f
Compare
Choose a tag to compare
  • RequestReenter, ClusterRequestReenter

0.24.0

18 Sep 05:52
Compare
Choose a tag to compare
  • Resolve ECS Registration issue

0.23.0

17 Sep 17:51
54c5be6
Compare
Choose a tag to compare
  • Deprecated ClusterInit
  • Retry Forever in Cluster provider RegisterMember
  • Serialization cache
  • Cluster.StartMemberAsync will wait until it sees itself in member list

0.22.0

28 Aug 17:09
b7878b5
Compare
Choose a tag to compare

0.22.0

  • Better code generation for typed virtual actors. support for Google.Protobuf.Empty.
  • Added Spawn and Activation and Gossip timeouts to ClusterConfig
  • Cluster members await seeing self from cluster provider during StartMemberAsync

0.21.0

07 Jul 11:30
Compare
Choose a tag to compare
  • New cluster provider - Amazon ETC
  • Bugfix Proto.Cluster.CodeGen - revert handlebars version
  • Bringing back TestKit
  • Configuration settings for Gossip timeout

0.20.0

27 Jun 09:21
9309df5
Compare
Choose a tag to compare
  • Share banned members over Cluster gossip

  • Purge Cluster gossip state for banned members

  • Augment Props using system-wide hooks ActorSystemConfig.WithConfigureProps, ActorSystemConfig.WithDeveloperReceiveLogging

  • Fixes freeze issue when remote connections are shut down

  • Fixes mailbox system message rescheduling issue

  • Fixes transient registration issue for Kubernetes provider

  • Fixes snapshot version increment when using Persistence with only snapshotting

0.19.0

17 Jun 13:05
Compare
Choose a tag to compare
  • Fix a critical issue in ReenterAfter. Faulty tasks did not trigger continuation
  • Fix Proto.Persistence WithSnapshotting where Snapshot Index did not increment when used without event-sourcing
  • Gossip Read/Write API for Proto.Cluster introduced
  • Allow Message Headers to be sent and received on RequestAsync

0.18.0

04 Jun 05:38
Compare
Choose a tag to compare
  • Improved registration of Futures
  • Improved logging and diagnostics for KubernetesProvider
  • Bugfix Serialization surrogates

0.17.0

21 Apr 10:28
Compare
Choose a tag to compare
fix example

0.16.0

24 Mar 14:16
276b6cf
Compare
Choose a tag to compare
  • Better VirtualActor Metrics