Petabridge.Cmd.Cluster
1.0.1
Prefix Reserved
See the version list below for details.
Install-Package Petabridge.Cmd.Cluster -Version 1.0.1
dotnet add package Petabridge.Cmd.Cluster --version 1.0.1
<PackageReference Include="Petabridge.Cmd.Cluster" Version="1.0.1" />
paket add Petabridge.Cmd.Cluster --version 1.0.1
#r "nuget: Petabridge.Cmd.Cluster, 1.0.1"
// Install Petabridge.Cmd.Cluster as a Cake Addin
#addin nuget:?package=Petabridge.Cmd.Cluster&version=1.0.1
// Install Petabridge.Cmd.Cluster as a Cake Tool
#tool nuget:?package=Petabridge.Cmd.Cluster&version=1.0.1
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Akka.Cluster (>= 1.4.21)
- Petabridge.Cmd.Host (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Petabridge.Cmd.Cluster:
Repository | Stars |
---|---|
AElfProject/AElf
A scalable cloud computing blockchain platform
|
|
Aaronontheweb/InMemoryCQRSReplication
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
|
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 19,436 | 11/16/2021 |
1.0.1 | 18,589 | 8/3/2021 |
1.0.0 | 1,653 | 7/26/2021 |
0.8.5 | 24,540 | 5/3/2021 |
0.8.4 | 329 | 4/30/2021 |
0.8.3 | 8,114 | 3/18/2021 |
0.8.2 | 27,791 | 11/24/2020 |
0.8.1 | 9,480 | 11/16/2020 |
0.8.0 | 50,141 | 3/11/2020 |
0.8.0-rc2 | 389 | 3/10/2020 |
0.8.0-rc1 | 370 | 3/3/2020 |
0.7.1 | 7,048 | 3/3/2020 |
0.7.0 | 30,803 | 10/3/2019 |
0.6.3 | 9,489 | 7/30/2019 |
0.6.2 | 5,723 | 6/19/2019 |
0.6.1 | 1,451 | 5/19/2019 |
0.6.0 | 6,648 | 5/9/2019 |
0.5.0 | 51,934 | 3/6/2019 |
0.4.1 | 3,134 | 12/7/2018 |
0.4.0 | 1,118 | 11/27/2018 |
0.3.3 | 28,804 | 2/27/2018 |
0.3.2 | 15,700 | 12/20/2017 |
0.3.1 | 3,015 | 9/19/2017 |
0.3.0 | 772 | 9/14/2017 |
0.2.2 | 5,380 | 6/25/2017 |
0.2.1 | 684 | 6/6/2017 |
0.2.0 | 5,254 | 5/21/2017 |
0.1.2 | 673 | 4/25/2017 |
0.1.1 | 692 | 4/21/2017 |
0.1.0 | 869 | 4/18/2017 |
Maintenance Release for Petabridge.Cmd 1.0**
Fixed bugs with `IPbmClient` that caused `CommandResponse` streams to be prematurely truncated;
Fixed bugs with `CommandResponse` not propagating `SessionId`s correctly under some circumstances;
Added overloads to all `IPbmClient.ExecuteTextCommandAsync` methods which accept a `CancellationToken`;
Updated [Petabridge.Cmd.Remote](https://cmd.petabridge.com/articles/commands/remote-commands.html), [Petabridge.Cmd.Cluster](https://cmd.petabridge.com/articles/commands/cluster-commands.html), and the [`actor hierarchy` commands](https://cmd.petabridge.com/articles/commands/actor-commands.html#actor-hierarchy) to all fully support multiple concurrent sessions from the same client;
Broke the `Petabridge.Cmd.Remote.RemoteCommands.Instance` method intentionally in order to force users to create new instance each time a new `ActorSystem` that uses it is launched. This is due to the `remote history` command needing to store state over the lifespan of the entire `ActorSystem` in a single actor that has to be used across multiple connections over a long period of time and that actor must be re-created each time a new `ActorSystem` starts.
Added new documentation for creating custom `pbm` commands: "[Handling Commands with Session Support (1.0 and Above)](https://cmd.petabridge.com/articles/commands/custom-commands.html#handling-commands-with-session-support-10-and-above)."