Bump Akka.Logger.Serilog from 1.5.25 to 1.5.67#2
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
--- updated-dependencies: - dependency-name: Akka.Logger.Serilog dependency-version: 1.5.67 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Akka.Logger.Serilog from 1.5.25 to 1.5.67.
Release notes
Sourced from Akka.Logger.Serilog's releases.
1.5.67
1.5.67 April 28th 2026
Changes:
This list of changes was auto generated.
1.5.63
1.5.63 March 24th 2026
Changes:
This list of changes was auto generated.
1.5.60
1.5.60 February 10 2026
This release adds support for Akka.NET 1.5.60's built-in
WithContext()logging context enrichment API. Context properties set viaWithContext()on anyILoggingAdapternow automatically flow through to Serilog as structured properties.Deprecations:
SerilogLoggingAdapterclass is now marked[Obsolete]- use the standardILoggingAdapterwithWithContext()insteadForContext()extension method is now marked[Obsolete]- useWithContext()insteadThese deprecated APIs still work and will continue to work — they just produce compiler warnings. They will not be removed until a future major version.
What's NOT Changing:
Your existing Serilog configuration is completely unaffected. This deprecation only affects how you create logging adapters inside Akka.NET actor code — it does not change anything about the Serilog pipeline itself.
Specifically, all of the following continue to work exactly as before:
LoggerConfiguration— whether configured via C# code,appsettings.json, or any other Serilog configuration providerFromLogContext(),WithMachineName(),WithProcessId(),WithThreadId(), and any customILogEventEnricherimplementationsEnrich.WithProperty()or the"Properties"section in JSON config{ActorPath},{LogSource},{Thread}, and all other Akka metadata properties are still emitted exactly as beforeLogContext.PushProperty()— Serilog's ambient context API works the same as alwaysILogger.ForContext()— this is Serilog's own API and is NOT deprecated; only the Akka-specificForContext()extension method onILoggingAdapteris deprecatedPropertyEnricherparameters — passingPropertyEnricherobjects as log message parameters still worksMigration:
The new
WithContext()API is part of core Akka.NET and works identically across all logging backends (Serilog, NLog, Microsoft.Extensions.Logging).1.5.59 January 26 2026
1.5.58 January 9 2026
... (truncated)
1.5.59
1.5.59 January 26 2026
1.5.58 January 9 2026
This release adds Akka.Hosting integration and LogFilter support for Serilog.
New Features:
AddSerilogLogging()extension method forLoggerConfigBuilderthat simplifies Serilog setup with Akka.Hosting. Automatically configuresSerilogLoggerand enablesSerilogLogMessageFormatterfor semantic logging.Usage Example:
1.5.57 January 8 2026
This release adds full semantic logging support, enabling Serilog to receive properly structured message templates and parameters instead of pre-formatted strings. This enhancement leverages Akka.NET's semantic logging APIs introduced in version 1.5.56, enabling richer structured logging capabilities.
New Features:
@), stringification ($), and format specifiers (e.g.,:N2)ForContext()for enriched log contextsLogMessagetype checking1.5.25 June 17 2024
... (truncated)
1.5.58
1.5.58 January 9 2026
This release adds Akka.Hosting integration and LogFilter support for Serilog.
New Features:
AddSerilogLogging()extension method forLoggerConfigBuilderthat simplifies Serilog setup with Akka.Hosting. Automatically configuresSerilogLoggerand enablesSerilogLogMessageFormatterfor semantic logging.Usage Example:
1.5.57 January 8 2026
This release adds full semantic logging support, enabling Serilog to receive properly structured message templates and parameters instead of pre-formatted strings. This enhancement leverages Akka.NET's semantic logging APIs introduced in version 1.5.56, enabling richer structured logging capabilities.
New Features:
@), stringification ($), and format specifiers (e.g.,:N2)ForContext()for enriched log contextsLogMessagetype checking1.5.25 June 17 2024
BusLoggertoSerilogLoggingAdapterwhenForContextis calledAs of Akka.Logger.Serilog v1.5.25, you can now do the following: