-
Notifications
You must be signed in to change notification settings - Fork 207
Releases: serilog/serilog-aspnetcore
Releases · serilog/serilog-aspnetcore
v9.0.0
@github-actions
github-actions
4e3bb55
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- #388 - update to .NET 9 SDK, Serilog.Extensions.Hosting/Serilog.Settings.Configuration 9.0.0, Serilog 4.2.0 (@nblumhardt)
Assets 4
v8.0.3
@serilog-build
serilog-build
4522f89
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 4
3 people reacted
v8.0.2
@serilog-build
serilog-build
57d78d1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- #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)
Assets 4
3 people reacted
v8.0.1
@serilog-build
serilog-build
68f2f3d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- #357 - bug fix: generate an
AssemblyVersionAttribute
(@nblumhardt)
Assets 4
2 people reacted
v8.0.0
@serilog-build
serilog-build
1aa0a4b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- #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())
Assets 4
4 people reacted
v7.0.0
@serilog-build
serilog-build
086bb07
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- #313 - update Serilog.Settings.Configuration dependency (@julian94)
- Use VS2022 image for CI builds (@SimonCropp)
- #325 - pin to ASP.NET Core v7 (@nblumhardt)
Assets 4
v6.1.0
@serilog-build
serilog-build
01c89ba
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- #305 - add
GetMessageTemplateProperties
option (@dnperfors) - #306 - language level modernization and cleanup (@SimonCropp)
Assets 4
2 people reacted
v6.0.1
@serilog-build
serilog-build
0f301ae
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- Update to Serilog.Extensions.Hosting 5.0.1
Assets 4
v6.0.0
@serilog-build
serilog-build
0985b3d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- #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)
Assets 4
v5.0.0
@serilog-build
serilog-build
d0b616b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- #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)