Akka.Coordination.Azure
0.3.0-beta1
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Coordination.Azure --version 0.3.0-beta1
NuGet\Install-Package Akka.Coordination.Azure -Version 0.3.0-beta1
<PackageReference Include="Akka.Coordination.Azure" Version="0.3.0-beta1" />
paket add Akka.Coordination.Azure --version 0.3.0-beta1
#r "nuget: Akka.Coordination.Azure, 0.3.0-beta1"
// Install Akka.Coordination.Azure as a Cake Addin #addin nuget:?package=Akka.Coordination.Azure&version=0.3.0-beta1&prerelease // Install Akka.Coordination.Azure as a Cake Tool #tool nuget:?package=Akka.Coordination.Azure&version=0.3.0-beta1&prerelease
Akka.NET coordination module for Microsoft Azure
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.Cluster (>= 1.4.43)
- Akka.Cluster.Hosting (>= 0.5.0)
- Akka.Discovery (>= 1.4.43)
- Akka.Hosting (>= 0.5.0)
- Azure.Identity (>= 1.6.1)
- Azure.Storage.Blobs (>= 12.13.1)
- Google.Protobuf (>= 3.21.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.31 | 289 | 11/11/2024 |
1.5.30 | 1,611 | 10/3/2024 |
1.5.29 | 115 | 10/1/2024 |
1.5.27 | 423 | 7/30/2024 |
1.5.26.1 | 1,494 | 7/16/2024 |
1.5.26 | 123 | 7/15/2024 |
1.5.26-beta3 | 74 | 7/2/2024 |
1.5.26-beta2 | 99 | 6/28/2024 |
1.5.26-beta1 | 92 | 6/27/2024 |
1.5.25.1 | 628 | 6/25/2024 |
1.5.25 | 132 | 6/17/2024 |
1.5.24 | 224 | 6/11/2024 |
1.5.19 | 1,142 | 4/17/2024 |
1.5.18-beta2 | 69 | 3/27/2024 |
1.5.18-beta1 | 89 | 3/20/2024 |
1.5.17.1 | 709 | 3/4/2024 |
1.5.15 | 2,336 | 1/12/2024 |
1.5.7 | 2,743 | 5/23/2023 |
1.5.5 | 165 | 5/8/2023 |
1.5.0 | 971 | 3/2/2023 |
1.5.0-beta6 | 150 | 3/1/2023 |
1.5.0-alpha4 | 140 | 2/17/2023 |
1.0.3 | 425 | 2/13/2023 |
1.0.2 | 288 | 2/8/2023 |
1.0.1 | 306 | 1/31/2023 |
1.0.0 | 309 | 1/18/2023 |
1.0.0-beta2 | 174 | 1/7/2023 |
1.0.0-beta1 | 177 | 1/6/2023 |
0.3.0-beta4 | 159 | 12/2/2022 |
0.3.0-beta3 | 227 | 11/7/2022 |
0.3.0-beta2 | 213 | 10/20/2022 |
0.3.0-beta1 | 163 | 10/6/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.
Update to [Akka.NET v1.4.43](https://github.com/akkadotnet/akka.net/releases/tag/1.4.43)
[[Coordination.Azure] Add Akka.Coordination.Azure Akka Lease support](https://github.com/akkadotnet/Akka.Management/pull/865)
[[Discovery.Aws] Add programmatic Setup class](https://github.com/akkadotnet/Akka.Management/pull/802)
[[Discovery.Aws] Add Akka.Hosting support](https://github.com/akkadotnet/Akka.Management/pull/818)
[[Discovery.Aws.Ec2] Add validator to Ec2ServiceDiscoverySetup](https://github.com/akkadotnet/Akka.Management/pull/846)
[[Discovery.Azure] Refactor `DefaultAzureCredential` to `TokenCredential`](https://github.com/akkadotnet/Akka.Management/pull/892)
[[Discovery.Kubernetes] Add programmatic Setup class](https://github.com/akkadotnet/Akka.Management/pull/819)
[[Discovery.Kubernetes] Add Akka.Hosting support](https://github.com/akkadotnet/Akka.Management/pull/822)
Update dependency NuGet package versions
[Bump Akka.Hosting to 0.5.0](https://github.com/akkadotnet/Akka.Management/pull/907)
[Bump Azure.Identity to 1.7.0](https://github.com/akkadotnet/Akka.Management/pull/859)
[Bump Google.Protobuf to 3.21.7](https://github.com/akkadotnet/Akka.Management/pull/897)
[Bump AWSSDK.ECS to 3.7.5.89](https://github.com/akkadotnet/Akka.Management/pull/905)
[Bump AWSSDK.EC2 to 3.7.94](https://github.com/akkadotnet/Akka.Management/pull/906)
[Bump AWSSDK.S3 to 3.7.9.54](https://github.com/akkadotnet/Akka.Management/pull/855)
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.