1.5.57-beta1 December 2nd, 2025
Akka.NET v1.5.57-beta1 is a beta release containing a significant new feature for structured/semantic logging.
New Features:
- Add native semantic logging support with property extraction - Fixes issue #7932. This release adds comprehensive structured logging support to Akka.NET with both positional (
{0}) and named ({PropertyName}) message template parsing, enabling seamless integration with modern logging frameworks like Serilog, NLog, and Microsoft.Extensions.Logging. Key capabilities include:- New
LogMessage.PropertyNamesandGetProperties()APIs for property extraction SemanticLogMessageFormatteras the new default formatter- Performance optimized with 75% allocation reduction compared to the previous implementation
- Zero new dependencies and fully backward compatible
- EventFilter support for semantic templates in unit tests
- New
1 contributor since release 1.5.56
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 1 | 2317 | 14 | Aaron Stannard |
To see the full set of changes in Akka.NET v1.5.57-beta1, click here
Changes:
- e94b4ad Remove Cmd demand from Windows release pipeline
- 5e4e5de Update RELEASE_NOTES.md for 1.5.57-beta1 release (#7956)
- 0f23948 feat: Add native semantic logging support with property extraction (#7933) (#7955) [ #7932 ]
This list of changes was auto generated.