- Update to Akka.NET v1.5.68
- Update to Akka.Hosting v1.5.68
- Update to Akka.NET v1.5.67
- Update to Akka.Hosting v1.5.67
- Update to Akka.NET v1.5.65
- Update to Akka.Hosting v1.5.65
- Update to Akka.NET v1.5.63
- Update to Akka.Hosting v1.5.63
- Fix heartbeat self-conflict causes unnecessary lease release after transient timeout
- Fix intermittent NRE in ServerSettings.Create due to config injection race
- Update to Akka.NET v1.5.62
- Update to Akka.Hosting v1.5.62
- fix heartbeat surrender bug - transient heartbeat failure causes immediate lease surrender instead of retrying within the TTL safety window in both Azure and Kubernetes
LeaseActor. - fix premature LeaseAcquired bug -
LeaseActorsendsLeaseAcquiredbefore the conflict retry write completes, causing a potential split-brain scenario in both Azure and Kubernetes providers.
- Update to Akka.NET v1.5.61
- Update to Akka.Hosting v1.5.61
- Fix
CreateIfNotExistsAsyncbug inAkka.Coordination.Azure- works around a known Azure SDK bug (azure-sdk-for-net#28549) whereCreateIfNotExistsAsynccould still throw a 409 conflict exception. - Update health check guidance in
reference.conf- corrects outdated comment that pointed users to the deprecatedAkka.HealthCheckNuGet package.
- Update to Akka.NET v1.5.60
- Update to Akka.Hosting v1.5.60
- Update to Akka.NET v1.5.59
- Update to Akka.Hosting v1.5.59
- Update to Akka.NET v1.5.57
- Update to Akka.Hosting v1.5.57
- Improve logging for Cluster.Bootstrap hostname matching diagnostics - fixes #3387
- Update Akka.Hosting and Pbm versions
- Update to Akka.NET v1.5.52
- Update to Akka.Hosting v1.5.52
- Update to Akka.NET v1.5.50
- Update to Akka.Hosting v1.5.50
- Bump KubernetesClient to 17.0.14
Note
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708. KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0