Skip to content

Commit b363445

Browse files
authored
Update RELEASE_NOTES.md for 1.5.50 release (#3383)
1 parent 719bf78 commit b363445

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
#### 1.5.48 August 29th 2025 ####
1+
#### 1.5.50 September 23rd 2025 ####
22

3-
**Major Feature: Akka.Discovery.Dns**
3+
* Update to [Akka.NET v1.5.50](https://github.com/akkadotnet/akka.net/releases/tag/1.5.50)
4+
* Update to [Akka.Hosting v1.5.50](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.50)
5+
* [Bump KubernetesClient to 17.0.14](https://github.com/akkadotnet/Akka.Management/pull/3381)
46

5-
This release introduces the new [**Akka.Discovery.Dns** module](https://github.com/akkadotnet/Akka.Management/tree/dev/src/discovery/dns/Akka.Discovery.Dns), providing native DNS-based service discovery for Akka.NET clusters! This powerful addition enables:
6-
7-
* **DNS-based Service Discovery**: Automatically discover Akka.NET nodes using DNS SRV and A records
8-
* **Cloud-Native Integration**: Seamlessly integrate with Kubernetes DNS, Azure DNS, AWS Route 53, and other DNS providers
9-
* **Zero-Configuration Discovery**: Works out-of-the-box with standard DNS infrastructure
10-
* **Cluster Bootstrap Support**: Full integration with Akka.Management cluster bootstrap for automatic cluster formation
11-
12-
The DNS discovery mechanism is ideal for containerized environments, cloud deployments, and any infrastructure with DNS-based service registration.
13-
14-
**Other Improvements:**
15-
16-
* Update to [Akka.NET v1.5.48](https://github.com/akkadotnet/akka.net/releases/tag/1.5.48)
17-
* Update to [Akka.Hosting v1.5.48](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.48)
18-
* [Make AWS ECS Service discovery mechanism public and non-sealed for extensibility](https://github.com/akkadotnet/Akka.Management/pull/3375) - AWS ECS discovery can now be extended and customized
19-
* [Bump Azure.Identity dependencies](https://github.com/akkadotnet/Akka.Management/pull/3373)
7+
> [!NOTE]
8+
> We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to [CVE-2025-9708](https://github.com/advisories/GHSA-w7r3-mgwf-4mqq).
9+
> KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

0 commit comments

Comments
 (0)