Petabridge.Cmd.Remote 0.8.0
Akka.Remote Petabridge.Cmd palettes for connection and monitoring.
No packages depend on Petabridge.Cmd.Remote.
Petabridge.Cmd v0.8.0 builds on top of the work of Petabridge.Cmd v0.7.1, but aimed at supporting [the Akka.NET v1.4.1 implementation of Akka.NET](https://getakka.net/community/whats-new/akkadotnet-v1.4.html).
---
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 Standard 2.0
- Petabridge.Cmd.Common (>= 0.8.0)
- Petabridge.Cmd.Host (>= 0.8.0)
- Akka.Remote (>= 1.4.1)
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 5 | 06/29/2024 |
1.4.2 | 4 | 06/17/2024 |
1.4.1 | 2 | 07/09/2024 |
1.4.0 | 5 | 01/25/2024 |
1.3.3 | 4 | 01/25/2024 |
1.3.2 | 8 | 09/25/2023 |
1.3.1 | 5 | 06/13/2023 |
1.3.0 | 2 | 06/14/2023 |
1.3.0-beta1 | 4 | 08/27/2023 |
1.2.2 | 3 | 06/13/2023 |
1.2.1 | 3 | 06/13/2023 |
1.2.0 | 8 | 06/13/2023 |
1.1.4 | 4 | 01/25/2024 |
1.1.3 | 2 | 02/19/2024 |
1.1.2 | 4 | 06/13/2023 |
1.1.1 | 4 | 06/13/2023 |
1.1.0 | 5 | 06/13/2023 |
1.0.2 | 10 | 02/02/2023 |
1.0.1 | 4 | 06/14/2023 |
1.0.0 | 3 | 02/19/2024 |
0.8.5 | 5 | 06/13/2023 |
0.8.4 | 2 | 06/14/2023 |
0.8.3 | 2 | 02/19/2024 |
0.8.2 | 4 | 02/19/2024 |
0.8.1 | 5 | 06/13/2023 |
0.8.0 | 2 | 06/14/2023 |
0.8.0-rc2 | 4 | 02/16/2024 |
0.8.0-rc1 | 3 | 02/16/2024 |
0.7.1 | 5 | 06/13/2023 |
0.7.0 | 5 | 02/19/2024 |
0.6.3 | 4 | 06/13/2023 |
0.6.2 | 3 | 06/13/2023 |
0.6.1 | 2 | 06/14/2023 |
0.6.0 | 3 | 06/12/2023 |