Skip to content

0.2

Compare
Choose a tag to compare
@gvolpe gvolpe released this 23 Jun 03:00
· 650 commits to master since this release

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.