Protoactor Dotnet Versions Save

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

1.0.0-rc2

1 year ago

1.0.0-rc1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.33.0...1.0.0-rc1

0.33.0

2 years ago

What's Changed

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.32.0...0.33.0

0.32.0

2 years ago

What's Changed

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.31.0...0.32.0

0.31.0

2 years ago

What's Changed

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.30.0...0.31.0

0.30.0

2 years ago

What's Changed

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.29.0...0.30.0

0.29.0

2 years ago
  • Kubernetes Cluster Provider - Breaking API change, API Client is replaced with API Client factory.
  • TTL on BlockList entries
  • New PartitionActivator lookup strategy
  • Proto.Actor Cluster Dashboard package
  • Handlebars version fix for Proto.Cluster.CodeGen

0.28.0

2 years ago

What's Changed

0.27.0

2 years ago
  • Cluster graceful shutdown via gossip
  • Cluster member eviction using gossip heartbeat expiration
  • Cluster Gossip state local timestamp
  • Cluster Gossip actor statistics in heartbeats
  • Cluster Gossip max sends, avoid large gossip payloads
  • Cluster Gossip consensus abstractions
  • ActorSystem is Disposable
  • Endpoint Restart bugfix
  • Actor Receive Deadline decorator
  • Capture Context - improved stashing
  • PartitionIdentityLookup improvements
  • Remote Performance fixes
  • Threading bugfixes
  • Open Telemetry support
  • Seed Node Cluster Provider

0.26.0

2 years ago
  • PidCache GC fix
  • OpenTelemetry tracing
  • RequestReenter and ClusterRequestReenter