Releases: serilog/serilog-aspnetcore
Releases · serilog/serilog-aspnetcore
v8.0.3
v8.0.2
- #376 - update
Serilog.Settings.Configuration
dependency to avoid transitive dependency on vulnerableSystem.Text.Json
(@nblumhardt) - #364 - fix example code (@RandomBuffer)
- #367 - clean up and format (@sungam3r)
- #370 -
README
updates (@nblumhardt)
v8.0.1
- #357 - bug fix: generate an
AssemblyVersionAttribute
(@nblumhardt)
v8.0.0
- #338 - remove obsolete APIs and clean up (@sungam3r)
- #348 - update test dependencies (@SimonCropp)
- #349 - collect trace and span ids for propagation with Serilog 3.1 (@nblumhardt)
- #351 - update to .NET 8 RTM and Serilog 3.1.1 (@nblumhardt)
Breaking change
The obsolete UseSerilog()
extension on IWebHostBuilder
has been removed. Switch to either IHostBuilder.UseSerilog()
or IServiceCollection.AddSerilog()
instead.
.ConfigureServices(services => services.AddSerilog())
v7.0.0
- #313 - update Serilog.Settings.Configuration dependency (@julian94)
- Use VS2022 image for CI builds (@SimonCropp)
- #325 - pin to ASP.NET Core v7 (@nblumhardt)
v6.1.0
- #305 - add
GetMessageTemplateProperties
option (@dnperfors) - #306 - language level modernization and cleanup (@SimonCropp)
v6.0.1
- Update to Serilog.Extensions.Hosting 5.0.1
v6.0.0
- #290 - update README snippet for Azure Diagnostics Log Stream configuration (@Ky7m)
- #271 - update to Serilog.Extensions.Hosting 5.x and use exception details from diagnostic context when present (@angularsen)
v5.0.0
- #280 - fix package downgrade warning on publish by updating Serilog.Settings.Configuration dependency (@joaope)
- #265 - add
RequestLoggingOptions.IncludeQueryInRequestPath
option (@jarronshih) - #247, #248 - README example updates (@acohenOT)
- #286 - default to not include request query in path; mark
IWebHostBuilder
extensions as obsolete on platforms withIHostBuilder
; further dependency updates (@nblumhardt)