1.5.25 June 17 2024
- Update Akka.Hosting to 1.5.25
- implicitly convert regular
BusLogger
toSerilogLoggingAdapter
whenForContext
is called
As of Akka.Logger.Serilog v1.5.25, you can now do the following:
var log = Context.GetLogger()
.ForContext("Address", "No. 4 Privet Drive")
.ForContext("Town", "Little Whinging")
.ForContext("County", "Surrey")
.ForContext("Country", "England");
log.Info("My boss makes me use {Semantic} logging", "semantic");
And it will work without having to explicitly call Context.GetLogger<SerilogLoggingAdapter>()
first.
1.5.12.1 August 31 2023
1.5.12 August 31 2023
1.5.7 May 19 2023
- Update Akka.NET to 1.5.7
- Fix SerilogLogMessageFormatter duplicate key exception bug
- Add log event property enricher support
- Fix backward compatibility issue
1.5.0.1 March 15 2023
Changes:
- 9fab728 added v1.5.25 release notes (#293)
- 8f4895d Update README.md (#292)
- 9a3191b Upgrade to Akka.NET v1.5.25 (#291)
- cde597e Bump xunit.runner.visualstudio from 2.5.3 to 2.8.1 (#288)
- 1d6d815 upgraded to use
global.json
for setting .NET runtime versions (#287) - 80152d9 implicitly convert regular
BusLogger
toSerilogLoggingAdapter
whenForContext
is called (#285) [ #284 ] - c51e306 Upgrade to Akka.NET v1.5.22 (#286)
- 3c027fc Bump xunit from 2.6.1 to 2.8.0 (#282)
- ba72148 Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#278)
- e262afe Bump AkkaVersion from 1.5.13 to 1.5.14 (#273)
See More
- f2ae633 Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 (#268)
- 54d977f Bump xunit from 2.5.1 to 2.6.1 (#272)
- 595f8dc Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#274)
- 91cb5d1 Bump xunit from 2.5.0 to 2.5.1 (#265)
- 8f3989d Bump Akka.Cluster.Hosting from 1.5.12.1 to 1.5.13 (#267)
- 40c47b8 Bump AkkaVersion from 1.5.12 to 1.5.13 (#266)
- dd6ef32 Update windows-release.yaml (#263)
- c4d6daf Update RELEASE_NOTES.md for 1.5.12.1 (#262)
- 1972ce2 Modernize solution, fix package symbol upload (#261)
- 4ac3e16 Bump Akka.Cluster.Hosting from 1.5.12 to 1.5.12.1 (#260)
This list of changes was auto generated.