CorrelateOptions.RequestHeaders
no longer has a default value ofX-Correlation-ID
. However, if this property is set tonull
(or not configured explicitly at all), internally the behavior remains unchanged andX-Correlation-ID
is assumed. See #128.OnException
is renamed toOnError
. Additionally, several (optional) method parameters are also renamed fromonException
toonError
.ExceptionContext
is renamed toErrorContext
.
- Replace
Correlate.AspNetCore.Middleware
namespace withCorrelate.AspNetCore
.