Releases: asynkron/protoactor-dotnet
Releases · asynkron/protoactor-dotnet
0.26.0
- PidCache GC fix
- OpenTelemetry tracing
- RequestReenter and ClusterRequestReenter
0.25.0
- RequestReenter, ClusterRequestReenter
0.24.0
- Resolve ECS Registration issue
0.23.0
- Deprecated ClusterInit
- Retry Forever in Cluster provider RegisterMember
- Serialization cache
- Cluster.StartMemberAsync will wait until it sees itself in member list
0.22.0
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
- New cluster provider - Amazon ETC
- Bugfix Proto.Cluster.CodeGen - revert handlebars version
- Bringing back TestKit
- Configuration settings for Gossip timeout
0.20.0
-
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
- 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
- Improved registration of Futures
- Improved logging and diagnostics for KubernetesProvider
- Bugfix Serialization surrogates
0.17.0
fix example