Skip to content

Akka.Management v1.5.26

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 15 Jul 21:54
15892b0

1.5.26 July 16 2024

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.

1.5.26-beta3 July 2 2024

1.5.26-beta2 June 28 2024

1.5.26-beta1 June 27 2024

1.5.25.1 June 25 2024

1.5.25 June 17 2024

1.5.24 June 11 2024

1.5.19 April 17 2024

Breaking Change Warning

This release introduces a breaking change on how Akka.Coordination.KubernetesApi calculates lease expiration.

If you're upgrading Akka.Coordination.KubernetesApi from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.

1.5.18-beta2 March 20 2024

1.5.18-beta1 March 20 2024

1.5.17.1 March 4 2024

1.5.15 January 11 2024

1.5.7 May 23 2023

1.5.5 May 4 2023

1.5.0 March 2 2023

Version 1.5.0 is the RTM release of Akka.Management and Akka.NET v1.5.0 RTM integration.

Changes:

  • 15892b0 Update RELEASE_NOTES.md for 1.5.26 release (#2655)
  • 2397f83 Refactor AkkaDiscoveryOptions to AzureDiscoveryOptions (#2654)
  • 9c88f33 Add Discovery.AwsApi multi-config support (#2651)
  • ff66309 Fix missing Discovery.Azure IExtension (#2653)
  • 1de7cb2 Discovery.Azure: Fix missing TableClientOptions client ctor argument (#2652)
  • ff8d699 Add Discovery.Azure XML-DOC (#2650)
  • e22d70c Bump AWSSDK.CloudFormation from 3.7.308.11 to 3.7.308.24 (#2646)
  • b935c00 Bump WireMockVersion from 1.5.59 to 1.5.60 (#2632)
  • 339a0d8 Fix seed-nodes endpoint used by ClusterBootstrap (#2636)
  • 73b2684 Sample: KubernetesApi cluster bootstraping via HOCON (#2641)
See More
  • e3d55ab Update RELEASE_NOTES.md for 1.5.26-beta3 release (#2617)
  • 3085334 [Management] Harden ClusterClientReceptionist actor path endpoint (#2615)
  • a3f5938 Add ClusterClientReceptionist actor path and Remote address endpoint (#2614)
  • c7328c6 Update probe-interval and stale contact point timeout calculation (#2601)

This list of changes was auto generated.