Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 655 Bytes

Migration.md

File metadata and controls

9 lines (6 loc) · 655 Bytes

Migration from v5.x to 6.0.0

  • CorrelateOptions.RequestHeaders no longer has a default value of X-Correlation-ID. However, if this property is set to null (or not configured explicitly at all), internally the behavior remains unchanged and X-Correlation-ID is assumed. See #128.
  • OnException is renamed to OnError. Additionally, several (optional) method parameters are also renamed from onException to onError.
  • ExceptionContext is renamed to ErrorContext.

Migration from v4.x to 5.0.0

  • Replace Correlate.AspNetCore.Middleware namespace with Correlate.AspNetCore.