Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.27 release (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Jul 30, 2024
1 parent 5001dc4 commit b809f89
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 1.5.27 July 30 2024 ####

* Update to [Akka.NET v1.5.27.1](https://github.com/akkadotnet/akka.net/releases/tag/1.5.27.1)
* Update to [Akka.Hosting v1.5.27](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.27)
* [Discovery: Refactor IHoconOptions to IDiscoveryOptions](https://github.com/akkadotnet/Akka.Management/pull/2678)

All discovery module option classes now implements `IDiscoveryOptions` interface and can be used as an argument of the new `Akka.Cluster.Hosting` `WithClusterClientDiscovery()` method.

#### 1.5.26.1 July 16 2024 ####

* [Discovery.Azure: Revert `AkkaDiscoveryOptions` refactor](https://github.com/akkadotnet/Akka.Management/pull/2656)
Expand All @@ -18,9 +26,9 @@
* [Management: Harden ClusterClientReceptionist actor path endpoint](https://github.com/akkadotnet/Akka.Management/pull/2615)
* Update dependency NuGet package versions to latest versions

**Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete**
~~**Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete**~~

`AkkaDiscoveryOptions` class has been made obsolete because the name was a typo, the correct class to use from now on is `AzureDiscoveryOptions`. The old `AkkaDiscoveryOptions` class is marked with the `Obsolete` attribute so users can migrate to the correct option class in the future.
~~`AkkaDiscoveryOptions` class has been made obsolete because the name was a typo, the correct class to use from now on is `AzureDiscoveryOptions`. The old `AkkaDiscoveryOptions` class is marked with the `Obsolete` attribute so users can migrate to the correct option class in the future.~~

#### 1.5.26-beta3 July 2 2024 ####

Expand Down

0 comments on commit b809f89

Please sign in to comment.