v5.0.0
What's Changed
- Add .NET 7 target framework by @skwasjer in #50
- The ASP.NET Core integration is now based on
System.Diagnostics.DiagnosticsListener
instead of a middleware implementation by @skwasjer in #47 - Move
CorrelateOptions
to parent namespace by @skwasjer in #57
Chores
The changes below do not affect the runtime packages.
- Refactored CI, fixing CodeCov integration, added SonarCloud and CodeQL. by @skwasjer in #45
- Add example client and service [skip ci] by @skwasjer in #53
- Add bare package README.md by @skwasjer in #58
- Add benchmark to validate and guard for regression by @skwasjer in #60
- Bump
Serilog.AspNetCore
from 5.0.0 to 6.0.0 by @dependabot in #16 - Bump
xunit
from 2.4.1 to 2.4.2 by @dependabot in #19 - Bump
FluentAssertions
from 6.7.0 to 6.11.0 by @dependabot in #34 - Replace
Moq
withNSubstitute
by @skwasjer in #46 - Bump
xunit
from 2.4.2 to 2.5.0 by @dependabot in #49 - Bump test dependencies
Serilog.AspNetCore
to v7.0.0 andSerilog.Extensions.Logging
to v7.0.0 by @skwasjer in #51 - Remove
System.Diagnostics.DiagnosticSource
from .NET6/7 by @skwasjer in #52 - Bump
Microsoft.NET.Test.Sdk
from 17.2.0 to 17.7.2 by @dependabot in #55 - chore(deps): bump
xunit.runner.visualstudio
from 2.4.5 to 2.5.0 by @dependabot in #54
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: v4.0.0...v5.0.0