|
2 | 2 | <PropertyGroup> |
3 | 3 | <Copyright>Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team</Copyright> |
4 | 4 | <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> |
23 | 8 | <PackageIconUrl>https://getakka.net/images/akkalogo.png</PackageIconUrl> |
24 | 9 | <PackageProjectUrl>https://github.com/akkadotnet/Akka.Management</PackageProjectUrl> |
25 | 10 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
|
0 commit comments