Skip to content

Commit

Permalink
docs: add migration docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Dec 17, 2024
1 parent bea6a4a commit 8a65181
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 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](https://github.com/skwasjer/Correlate/issues/128).

### Migration from v4.x to 5.0.0

- Replace `Correlate.AspNetCore.Middleware` namespace with `Correlate.AspNetCore`.

0 comments on commit 8a65181

Please sign in to comment.