diff --git a/Directory.Build.props b/Directory.Build.props index 745654af745..ff9cf6432cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team Akka.NET Team - 1.5.34 + 1.5.52 akkalogo.png https://getakka.net/ Apache-2.0 @@ -50,7 +50,25 @@ true - Placeholder for nightlies* + **SECURITY PATCH** + +Akka.NET v1.5.52 is a security patch containing crucial fixes for enforcing certificate-based authentication using mTLS enforcement. Please see https://getakka.net/articles/remoting/security.html for details on how this works. + +* [Akka.Remote: implement mutual TLS authentication support](https://github.com/akkadotnet/akka.net/pull/7851) +* [Akka.Remote: validate SSL certificate private key access at server startup](https://github.com/akkadotnet/akka.net/pull/7847) + +Other fixes: + +* [Akka.Cluster.Sharding: ShardedDaemonSets: randomize starting worker index](https://github.com/akkadotnet/akka.net/pull/7857) + +1 contributors since release 1.5.51 + +| COMMITS | LOC+ | LOC- | AUTHOR | +| --- | --- | --- | --- | +| 3 | 1193 | 149 | Aaron Stannard | + + +To [see the full set of changes in Akka.NET v1.5.52, click here](https://github.com/akkadotnet/akka.net/milestone/135?closed=1) @@ -72,4 +90,4 @@ true snupkg - + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9317c03abec..7d3e3262c27 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,25 @@ +#### 1.5.52 October 6th, 2025 #### + +**SECURITY PATCH** + +Akka.NET v1.5.52 is a security patch containing crucial fixes for enforcing certificate-based authentication using mTLS enforcement. Please see https://getakka.net/articles/remoting/security.html for details on how this works. + +* [Akka.Remote: implement mutual TLS authentication support](https://github.com/akkadotnet/akka.net/pull/7851) +* [Akka.Remote: validate SSL certificate private key access at server startup](https://github.com/akkadotnet/akka.net/pull/7847) + +Other fixes: + +* [Akka.Cluster.Sharding: ShardedDaemonSets: randomize starting worker index](https://github.com/akkadotnet/akka.net/pull/7857) + +1 contributors since release 1.5.51 + +| COMMITS | LOC+ | LOC- | AUTHOR | +| --- | --- | --- | --- | +| 3 | 1193 | 149 | Aaron Stannard | + + +To [see the full set of changes in Akka.NET v1.5.52, click here](https://github.com/akkadotnet/akka.net/milestone/135?closed=1) + #### 1.5.51 October 1st, 2025 #### Akka.NET v1.5.51 is a minor patch containing a remoting bug fix and add required codes to support persistence health check. diff --git a/scripts/contributors.sh b/scripts/contributors.sh old mode 100644 new mode 100755