Skip to content

Commit 2b9a1d6

Browse files
Update RELEASE_NOTES.md for 1.5.52 release (#3386)
1 parent 75fbc76 commit 2b9a1d6

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

Directory.Build.props

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,9 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.48</VersionPrefix>
6-
<PackageReleaseNotes>**Major Feature: Akka.Discovery.Dns**
7-
8-
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:
9-
10-
* **DNS-based Service Discovery**: Automatically discover Akka.NET nodes using DNS SRV and A records
11-
* **Cloud-Native Integration**: Seamlessly integrate with Kubernetes DNS, Azure DNS, AWS Route 53, and other DNS providers
12-
* **Zero-Configuration Discovery**: Works out-of-the-box with standard DNS infrastructure
13-
* **Cluster Bootstrap Support**: Full integration with Akka.Management cluster bootstrap for automatic cluster formation
14-
15-
The DNS discovery mechanism is ideal for containerized environments, cloud deployments, and any infrastructure with DNS-based service registration.
16-
17-
**Other Improvements:**
18-
19-
* Update to [Akka.NET v1.5.48](https://github.com/akkadotnet/akka.net/releases/tag/1.5.48)
20-
* Update to [Akka.Hosting v1.5.48](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.48)
21-
* [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
22-
* [Bump Azure.Identity dependencies](https://github.com/akkadotnet/Akka.Management/pull/3373)</PackageReleaseNotes>
5+
<VersionPrefix>1.5.52</VersionPrefix>
6+
<PackageReleaseNotes>* Update to [Akka.NET v1.5.52](https://github.com/akkadotnet/akka.net/releases/tag/1.5.52)
7+
* Update to [Akka.Hosting v1.5.52](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.52)</PackageReleaseNotes>
238
<PackageIconUrl>https://getakka.net/images/akkalogo.png</PackageIconUrl>
249
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Management</PackageProjectUrl>
2510
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.5.52 October 9th 2025 ####
2+
3+
* Update to [Akka.NET v1.5.52](https://github.com/akkadotnet/akka.net/releases/tag/1.5.52)
4+
* Update to [Akka.Hosting v1.5.52](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.52)
5+
16
#### 1.5.50 September 23rd 2025 ####
27

38
* Update to [Akka.NET v1.5.50](https://github.com/akkadotnet/akka.net/releases/tag/1.5.50)

0 commit comments

Comments
 (0)