Skip to content

Releases: akkadotnet/Akka.Management

Akka.Management v1.5.7

23 May 17:04
d3d5c05
Compare
Choose a tag to compare

1.5.7 May 23 2023

Changes:

  • d3d5c05 Update RELEASE_NOTES.md for 1.5.7 release (#1771)
  • fab49d5 Bump Azure.Storage.Blobs from 12.14.1 to 12.16.0 (#1594)
  • b87c9b8 Bump AWSSDK.ECS from 3.7.107.9 to 3.7.108.7 (#1768)
  • c41a97d Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#1765)
  • 6402cce Bump AkkaHostingVersion from 1.5.5 to 1.5.7 (#1770)
  • 768e7ed Bump AWSSDK.CloudFormation from 3.7.105.17 to 3.7.105.25 (#1767)
  • ff40a4c Bump AWSSDK.EC2 from 3.7.133 to 3.7.135.1 (#1769)
  • 6ac1172 Bump AkkaVersion from 1.5.5 to 1.5.7 (#1764)
  • f6b7bf8 Bump Google.Protobuf from 3.22.3 to 3.23.1 (#1755)
  • 06ac828 Bump WireMock.Net from 1.5.23 to 1.5.25 (#1750)
See More

This list of changes was auto generated.

Akka.Management v1.5.5

08 May 17:16
528e7c2
Compare
Choose a tag to compare

1.5.5 May 4 2023

Changes:

See More

This list of changes was auto generated.

Akka.Management v1.5.0

02 Mar 22:11
ba48816
Compare
Choose a tag to compare

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:

  • ba48816 Update RELEASE_NOTES.md for 1.5.0 RTM and bump Akka.NET to v1.5.0 RTM (#1417)

This list of changes was auto generated.

Akka.Management v1.5.0-beta6

01 Mar 19:52
f7b3364
Compare
Choose a tag to compare

1.5.0-beta6 March 1 2023

1.5.0-alpha4 February 17 2023

Version 1.5.0-alpha4 is an Akka.NET v1.5 integration build of Akka.Management.

Changes:

  • f7b3364 Update RELEASE_NOTES.md for 1.5.0-beta6 release (#1402)
  • 3ac9c74 Bump Akka.Hosting and Akka.NET version from 1.5.0-alpha4 to 1.5.0-beta6 (#1397)
  • 03aa74e Bump AWSSDK.ECS from 3.7.104.38 to 3.7.105 (#1385)
  • ea33d9e Bump AWSSDK.S3 from 3.7.103.9 to 3.7.103.14 (#1374)
  • 0583b74 Bump System.Diagnostics.DiagnosticSource from 7.0.0 to 7.0.1 (#1336)
  • 74f0ba9 Bump AWSSDK.EC2 from 3.7.120 to 3.7.123.5 (#1368)
  • afefa12 Bump AWSSDK.ECS from 3.7.104.24 to 3.7.104.38 (#1367)
  • 0e06c82 Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#1366)
  • 98423cf Added support for merge queues

This list of changes was auto generated.

Akka.Management v1.5.0-alpha4

17 Feb 23:37
8a8409b
Compare
Choose a tag to compare

1.5.0-alpha4 February 17 2023

Version 1.5.0-alpha4 is an Akka.NET v1.5 integration build of Akka.Management.

Changes:

  • 8a8409b Update RELEASE_NOTES.md for 1.5.0-alpha4 release (#1355)
  • 1346b2f Bump AkkaVersion from 1.4.49 to 1.5.0-alpha4 (#1341)
  • 5c17963 Bump AWSSDK.CloudFormation from 3.7.104.5 to 3.7.104.11 (#1319)
  • 18c8a82 Bump Google.Protobuf from 3.21.12 to 3.22.0 (#1343)
  • d9cbd5a Fix missing PR branch trigger (#1326)
  • b00ace6 Update pr_validation.yaml and dependabot.yml (#1324)
  • 6a20b21 Bump AWSSDK.S3 from 3.7.103.1 to 3.7.103.9 (#1318)
  • e0bedac Bump FluentAssertions from 6.9.0 to 6.10.0 (#1317)
  • 1c5b180 Update RELEASE_NOTES.md for 1.0.3 release (#1316)

This list of changes was auto generated.

Akka.Management v1.0.3

13 Feb 20:10
Compare
Choose a tag to compare

1.0.3 February 13 2023

Version 1.0.3 is a patch release for Akka.Coordination.Azure lease acquire and pruning bug. The default Azure REST API timeout have been raised from 1 second to 6 seconds.

1.0.2 January 30 2023

Version 1.0.2 contains a code cleanup for Akka.Coordination.Azure to suppress non-needed noise emitted by lease release and acquire.

1.0.1 January 30 2023

Version 1.0.1 contains a patch for Akka.Coordination.Azure bug throwing uncaught exceptions.

1.0.0 January 18 2023

This version 1.0.0 release is the RTM release for Akka.Management; all public API will be frozen from this point forward and backed by our backward compatibility promise.

All Akka.Hosting extension methods now takes a POCO Options class instead of a Setup class; they can now be bound directly using Microsoft.Extensions.Configuration IConfiguration.Get<T>() and IConfiguration.Bind() methods.

You can still use Setup classes by using the Akka.Hosting .AddSetup() extension method.

1.0.0-beta2 January 6 2023

1.0.0-beta1 January 6 2023

API breaking change

  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Kubernetes WithKubernetesLease() now takes KubernetesLeaseOption as its argument, not KubernetesLeaseSetup.
  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Azure WithAzureLease() now takes AzureLeaseOption as its argument, not AzureLeaseSetup.
  • Health check functions are consolidated into Akka.HealthCheck, the default health check endpoint are removed from Akka.Management
  • Akka.Management.Cluster.Bootstrap endpoint is merged into Akka.Management and became the default endpoint.

0.3.0-beta4 December 1 2022

Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.

0.3.0-beta3 November 7 2022

Version 0.3.0-beta3 is a minor release that contains some minor bug fixes.

0.3.0-beta2 October 20 2022

Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.

0.3.0-beta1 October 5 2022

Version 0.3.0-beta1 adds Akka.Coordination.Azure support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi Akka.Hosting support and Akka.Discovery.Azure Akka.Hosting support.

Read more

Akka.Management v1.0.2

08 Feb 17:19
9494619
Compare
Choose a tag to compare

1.0.2 January 30 2023

Version 1.0.2 contains a code cleanup for Akka.Coordination.Azure to suppress non-needed noise emitted by lease release and acquire.

1.0.1 January 30 2023

Version 1.0.1 contains a patch for Akka.Coordination.Azure bug throwing uncaught exceptions.

1.0.0 January 18 2023

This version 1.0.0 release is the RTM release for Akka.Management; all public API will be frozen from this point forward and backed by our backward compatibility promise.

All Akka.Hosting extension methods now takes a POCO Options class instead of a Setup class; they can now be bound directly using Microsoft.Extensions.Configuration IConfiguration.Get<T>() and IConfiguration.Bind() methods.

You can still use Setup classes by using the Akka.Hosting .AddSetup() extension method.

1.0.0-beta2 January 6 2023

1.0.0-beta1 January 6 2023

API breaking change

  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Kubernetes WithKubernetesLease() now takes KubernetesLeaseOption as its argument, not KubernetesLeaseSetup.
  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Azure WithAzureLease() now takes AzureLeaseOption as its argument, not AzureLeaseSetup.
  • Health check functions are consolidated into Akka.HealthCheck, the default health check endpoint are removed from Akka.Management
  • Akka.Management.Cluster.Bootstrap endpoint is merged into Akka.Management and became the default endpoint.

0.3.0-beta4 December 1 2022

Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.

0.3.0-beta3 November 7 2022

Version 0.3.0-beta3 is a minor release that contains some minor bug fixes.

0.3.0-beta2 October 20 2022

Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.

0.3.0-beta1 October 5 2022

Version 0.3.0-beta1 adds Akka.Coordination.Azure support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi Akka.Hosting support and Akka.Discovery.Azure Akka.Hosting support.

Read more

Akka.Management v1.0.1

31 Jan 13:58
1d26a29
Compare
Choose a tag to compare

1.0.1 January 30 2023

Version 1.0.1 contains a patch for Akka.Coordination.Azure bug throwing uncaught exceptions.

1.0.0 January 18 2023

This version 1.0.0 release is the RTM release for Akka.Management; all public API will be frozen from this point forward and backed by our backward compatibility promise.

All Akka.Hosting extension methods now takes a POCO Options class instead of a Setup class; they can now be bound directly using Microsoft.Extensions.Configuration IConfiguration.Get<T>() and IConfiguration.Bind() methods.

You can still use Setup classes by using the Akka.Hosting .AddSetup() extension method.

1.0.0-beta2 January 6 2023

1.0.0-beta1 January 6 2023

API breaking change

  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Kubernetes WithKubernetesLease() now takes KubernetesLeaseOption as its argument, not KubernetesLeaseSetup.
  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Azure WithAzureLease() now takes AzureLeaseOption as its argument, not AzureLeaseSetup.
  • Health check functions are consolidated into Akka.HealthCheck, the default health check endpoint are removed from Akka.Management
  • Akka.Management.Cluster.Bootstrap endpoint is merged into Akka.Management and became the default endpoint.

0.3.0-beta4 December 1 2022

Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.

0.3.0-beta3 November 7 2022

Version 0.3.0-beta3 is a minor release that contains some minor bug fixes.

0.3.0-beta2 October 20 2022

Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.

0.3.0-beta1 October 5 2022

Version 0.3.0-beta1 adds Akka.Coordination.Azure support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi Akka.Hosting support and Akka.Discovery.Azure Akka.Hosting support.

To use Akka.Coordination.KubernetesApi or Akka.Coordination.Azure lease with Akka split-brain resolver, instead of passing in a HOCON path into LeaseImplementation property inside the LeaseMajorityOption class, you will need to pass in KubernetesLeaseOption or AzureLeaseOption instance instead.

All DefaultAzureCredential parameters and properties has been refactored to its base class TokenCredential for better flexibility.

0.2.5-beta4 August 16 2022

Version 0.2.5-beta4 adds Akka.Hosting support to Akka.Coordination.KubernetesApi, allowing you to set a Kubernetes based lease lock through Akka.Hosting.

  • [[Management] Include Exception cause inside start-up...
Read more

Akka.Management v1.0.0

18 Jan 16:27
f3a979f
Compare
Choose a tag to compare

1.0.0 January 18 2023

This version 1.0.0 release is the RTM release for Akka.Management; all public API will be frozen from this point forward and backed by our backward compatibility promise.

All Akka.Hosting extension methods now takes a POCO Options class instead of a Setup class; they can now be bound directly using Microsoft.Extensions.Configuration IConfiguration.Get<T>() and IConfiguration.Bind() methods.

You can still use Setup classes by using the Akka.Hosting .AddSetup() extension method.

1.0.0-beta2 January 6 2023

1.0.0-beta1 January 6 2023

API breaking change

  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Kubernetes WithKubernetesLease() now takes KubernetesLeaseOption as its argument, not KubernetesLeaseSetup.
  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Azure WithAzureLease() now takes AzureLeaseOption as its argument, not AzureLeaseSetup.
  • Health check functions are consolidated into Akka.HealthCheck, the default health check endpoint are removed from Akka.Management
  • Akka.Management.Cluster.Bootstrap endpoint is merged into Akka.Management and became the default endpoint.

0.3.0-beta4 December 1 2022

Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.

0.3.0-beta3 November 7 2022

Version 0.3.0-beta3 is a minor release that contains some minor bug fixes.

0.3.0-beta2 October 20 2022

Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.

0.3.0-beta1 October 5 2022

Version 0.3.0-beta1 adds Akka.Coordination.Azure support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi Akka.Hosting support and Akka.Discovery.Azure Akka.Hosting support.

To use Akka.Coordination.KubernetesApi or Akka.Coordination.Azure lease with Akka split-brain resolver, instead of passing in a HOCON path into LeaseImplementation property inside the LeaseMajorityOption class, you will need to pass in KubernetesLeaseOption or AzureLeaseOption instance instead.

All DefaultAzureCredential parameters and properties has been refactored to its base class TokenCredential for better flexibility.

0.2.5-beta4 August 16 2022

Version 0.2.5-beta4 adds Akka.Hosting support to Akka.Coordination.KubernetesApi, allowing you to set a Kubernetes based lease lock through Akka.Hosting.

Read more

Akka.Management v1.0.0-beta2

07 Jan 00:47
a0a6b8d
Compare
Choose a tag to compare

1.0.0-beta2 January 6 2023

1.0.0-beta1 January 6 2023

API breaking change

  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Kubernetes WithKubernetesLease() now takes KubernetesLeaseOption as its argument, not KubernetesLeaseSetup.
  • To make the API consistent with other Akka.Hosting plugin ecosystem, Akka.Coordination.Azure WithAzureLease() now takes AzureLeaseOption as its argument, not AzureLeaseSetup.
  • Health check functions are consolidated into Akka.HealthCheck, the default health check endpoint are removed from Akka.Management
  • Akka.Management.Cluster.Bootstrap endpoint is merged into Akka.Management and became the default endpoint.

0.3.0-beta4 December 1 2022

Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.

0.3.0-beta3 November 7 2022

Version 0.3.0-beta3 is a minor release that contains some minor bug fixes.

0.3.0-beta2 October 20 2022

Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.

0.3.0-beta1 October 5 2022

Version 0.3.0-beta1 adds Akka.Coordination.Azure support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi Akka.Hosting support and Akka.Discovery.Azure Akka.Hosting support.

To use Akka.Coordination.KubernetesApi or Akka.Coordination.Azure lease with Akka split-brain resolver, instead of passing in a HOCON path into LeaseImplementation property inside the LeaseMajorityOption class, you will need to pass in KubernetesLeaseOption or AzureLeaseOption instance instead.

All DefaultAzureCredential parameters and properties has been refactored to its base class TokenCredential for better flexibility.

0.2.5-beta4 August 16 2022

Version 0.2.5-beta4 adds Akka.Hosting support to Akka.Coordination.KubernetesApi, allowing you to set a Kubernetes based lease lock through Akka.Hosting.

0.2.5-beta3 August 16 2022

Version 0.2.5-beta3 adds Akka.Hosting support to Akka.Management, Akka.Management.Cluster.Bootstrap, and Akka.Discovery.Azure, allowing users to configure these modules through Akka.Hosting.

Read more