Akka.NET v1.5.26
1.5.26 June 27th 2024
Akka.NET v1.5.26 introduces a new Akka.Cluster.Tools feature and a logging improvement.
Preliminary ClusterClient Initial Contact Auto-Discovery Feature
To use this feature, you will need to use Akka.Discovery implementation (Kubernetes or Azure) version 1.5.26-beta1 or higher
This feature allows ClusterClient to use Akka.Discovery to automatically query for cluster client receptionists inside a dynamic environment such as Kubernetes.
The preliminary documentation for this feature can be read here
You can see the full set of changes for Akka.NET v1.5.26 here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 45 | 11 | Aaron Stannard |
2 | 945 | 15 | Gregorius Soedharmo |
Changes:
- c8fc3d4 Add notes to cluster client bit
- 8d60093 Update RELEASE_NOTES.md for 1.5.26 release
- 1cce480 Update ClusterClient documentation to include the new discovery feature (#7265)
- 0fd7ca0 Improve traceability of
ITimerMsg
(#7262) - 8fd8c62 Add ClusterClient initial contact discovery feature (#7261)
- 299fedf made examples, benchmarks, and internal libraries unpackable (#7263)
- 851a72b Added v1.5.26 placeholder (#7258)
This list of changes was auto generated.