0.2
This new release brings improvements and upgrades to fs2
v0.10.4, cats-effect
v0.10.1 and http4s
v0.18.12.
- Configurable Trace Id header name with default value "Trace-Id"
- On each incoming request, it now performs a look up for a TraceId in the request headers. If exists, it just uses that one, otherwise it creates a new one.
- The TraceId is inserted in the headers of the Http Response as well.