Akka.HealthCheck.Cluster
0.2.0
Prefix Reserved
See the version list below for details.
dotnet add package Akka.HealthCheck.Cluster --version 0.2.0
NuGet\Install-Package Akka.HealthCheck.Cluster -Version 0.2.0
<PackageReference Include="Akka.HealthCheck.Cluster" Version="0.2.0" />
paket add Akka.HealthCheck.Cluster --version 0.2.0
#r "nuget: Akka.HealthCheck.Cluster, 0.2.0"
// Install Akka.HealthCheck.Cluster as a Cake Addin #addin nuget:?package=Akka.HealthCheck.Cluster&version=0.2.0 // Install Akka.HealthCheck.Cluster as a Cake Tool #tool nuget:?package=Akka.HealthCheck.Cluster&version=0.2.0
Akka.NET and Akka.Cluster healthchecks for environments like K8s, AWS, Azure, Pivotal Cloud Foundry, and more.
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.3.12)
- Akka.HealthCheck (>= 0.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Akka.HealthCheck.Cluster:
Package | Downloads |
---|---|
Akka.HealthCheck.Hosting
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.26.1 | 35,668 | 7/18/2024 |
1.5.26 | 923 | 7/15/2024 |
1.5.24 | 7,806 | 6/11/2024 |
1.5.18 | 18,837 | 3/25/2024 |
1.5.17.1 | 4,553 | 3/4/2024 |
1.5.16 | 3,506 | 2/23/2024 |
1.5.12 | 41,397 | 9/11/2023 |
1.5.9 | 7,422 | 7/24/2023 |
1.5.2 | 43,631 | 4/19/2023 |
1.5.0.1 | 6,243 | 3/8/2023 |
1.5.0 | 857 | 3/3/2023 |
1.0.0 | 2,097 | 1/18/2023 |
1.0.0-beta1 | 479 | 1/5/2023 |
0.3.4 | 986 | 12/22/2022 |
0.3.3 | 1,230 | 11/2/2022 |
0.3.2 | 25,676 | 6/24/2021 |
0.3.1 | 1,234 | 3/25/2021 |
0.3.0 | 14,177 | 3/11/2020 |
0.3.0-rc2 | 505 | 3/10/2020 |
0.3.0-rc1 | 468 | 3/2/2020 |
0.2.1 | 24,645 | 3/20/2019 |
0.2.0 | 1,320 | 3/15/2019 |
Now running on Akka.NET v1.3.12**
Feature release, Akka.HealthCheck.Persistence**
New package release that introduces liveness implementation intended for use with Akka.Persistence.
Project name change for Akka.Cluster**
The project name and files has been change from Akka.Cluster.HealthCheck to Akka.HealthCheck.Cluster for faster search and for name continuity.
Socket probe transport update**
Resolves bug issue with incoming connection request. The Socket Status Transport code has been modify to correctly accept/handle incoming connections. It has also been modify to properly dispose resources when done.
[See the full Socket Status Transport modification here](https://github.com/petabridge/akkadotnet-healthcheck/issues/21)