Petabridge.Cmd.Cluster 0.7.1
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
No packages depend on Petabridge.Cmd.Cluster.
Petabridge.Cmd 0.7.1 introduces some minor bug fixes and updates prior to the release of Akka.NET v1.4.0:
- Fixed bug where all addresses in Akka.Cluster.Sharding `region-stats` appeared to be the address of the local node running the report;
- Upgraded to Akka.NET 1.3.17;
- Added integration test to verify Serilog compatibility for logging steps.
In order for [Akka.Logger.Serilog](https://github.com/akkadotnet/Akka.Logger.Serilog) to work with `Petabridge.Cmd.Host`, the Akka.NET Testkit, [Phobos](https://phobos.petabridge.com/), _or any other component_ you must always call the Serilog logging adapter from your actor code like this in order to use Serilog semantic logging:
```csharp
var log = Context.GetLogger<SerilogLoggingAdapter>(); // correct
log.Info("My boss makes me use {semantic} logging", "semantic"); // serilog semantic logging format
```
If you do the following you will get string formatting errors everywhere:
```csharp
var log = Context.GetLogger(); // INCORRECT
log.Info("My boss makes me use {semantic} logging", "semantic"); // will throw string formatting errors everywhere
```
.NET Framework 4.5
- Petabridge.Cmd.Host (>= 0.7.1)
- Akka.Cluster (>= 1.3.17)
.NET Standard 1.6
- Petabridge.Cmd.Host (>= 0.7.1)
- Akka.Cluster (>= 1.3.17)
- NETStandard.Library (>= 1.6.1)
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 10 | 06/28/2024 |
1.4.2 | 2 | 06/28/2024 |
1.4.1 | 12 | 04/16/2024 |
1.4.0 | 5 | 01/25/2024 |
1.3.3 | 5 | 01/26/2024 |
1.3.2 | 25 | 09/25/2023 |
1.3.1 | 5 | 02/16/2024 |
1.3.0 | 39 | 03/28/2023 |
1.3.0-beta1 | 4 | 10/16/2023 |
1.2.2 | 22 | 06/13/2023 |
1.2.1 | 22 | 03/28/2023 |
1.2.0 | 27 | 06/13/2023 |
1.1.4 | 7 | 01/25/2024 |
1.1.3 | 11 | 06/13/2023 |
1.1.2 | 10 | 02/13/2024 |
1.1.1 | 5 | 02/16/2024 |
1.1.0 | 4 | 07/10/2022 |
1.0.2 | 14 | 04/27/2022 |
1.0.1 | 5 | 06/13/2023 |
1.0.0 | 6 | 06/13/2023 |
0.8.5 | 26 | 03/28/2023 |
0.8.4 | 4 | 06/14/2023 |
0.8.3 | 23 | 06/13/2023 |
0.8.2 | 4 | 06/13/2023 |
0.8.1 | 22 | 05/27/2023 |
0.8.0 | 3 | 02/16/2024 |
0.8.0-rc2 | 5 | 02/16/2024 |
0.8.0-rc1 | 36 | 04/01/2023 |
0.7.1 | 4 | 06/13/2023 |
0.7.0 | 5 | 06/13/2023 |
0.6.3 | 15 | 06/13/2023 |
0.6.2 | 15 | 06/14/2023 |
0.6.1 | 7 | 06/13/2023 |
0.6.0 | 14 | 06/13/2023 |
0.5.0 | 3 | 06/13/2023 |
0.4.1 | 19 | 03/29/2023 |
0.4.0 | 14 | 06/13/2023 |
0.3.3 | 16 | 06/13/2023 |
0.3.2 | 5 | 06/14/2023 |
0.3.1 | 16 | 06/14/2023 |
0.3.0 | 4 | 06/14/2023 |
0.2.2 | 7 | 06/14/2023 |
0.2.1 | 3 | 02/16/2024 |
0.2.0 | 3 | 02/16/2024 |
0.1.2 | 5 | 06/14/2023 |
0.1.1 | 32 | 06/03/2023 |
0.1.0 | 17 | 06/14/2023 |