All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- TraceId and SpanId retrieved from Open Telemetry and made available in the CorrelationIdAccessor.
- OpenTelemetry dependency 1.3.1
- TraceId value is now used as CorrelationId, when CorelationId is not present, before creating a new value.
- TraceId and SpanId retrieved from Open Telemetry and made available in the CorrelationIdAccessor.
- OpenTelemetry dependency 1.3.1
- TraceId value is now used as CorrelationId, when CorelationId is not present, before creating a new value.
- Added
.editorconfig
andDirectory.Build.props
files to ensure consistency.
- Supported targets: net6.0, netcoreapp3.1, and net48.
- As the package now uses nullable reference types, some method parameters now specify if they can accept nullable values.
- Changes "Quicken Loans" to "Rocket Mortgage".
- Adds SourceLink to nuget package.
Note: Release notes in the above format are not available for earlier versions of RockLib.DistributedTracing.AspNetCore. What follows below are the original release notes.
Updates net5.0 target to use a framework reference to Microsoft.AspNetCore.App instead of package references to Microsoft.AspNetCore.Http.Abstractions and Microsoft.Extensions.Options.
Initial release.