Skip to content

Releases: asynkron/protoactor-dotnet

1.0.0-rc3

25 Sep 18:11
35a94b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-rc2...1.0.0-rc3

1.0.0-rc2

18 Jun 12:32
3a29bf5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc1...1.0.0-rc2

1.0.0-rc1

12 Jun 15:00
2fc538d
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.33.0...1.0.0-rc1

0.33.0

30 May 12:51
4ad9e64
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.0...0.33.0

0.32.0

29 May 17:27
4dde62e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.31.0...0.32.0

0.31.0

25 May 10:17
0bbe5ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.30.0...0.31.0

0.30.0

14 May 19:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.29.0...0.30.0

0.29.0

01 Apr 15:40
1039904
Compare
Choose a tag to compare
  • 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

03 Mar 19:57
784c97a
Compare
Choose a tag to compare

What's Changed

0.27.0

31 Jan 18:11
daa7ed5
Compare
Choose a tag to compare
  • 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