1.0-RC4
Summary of changes
KFX
has been renamed toTrace
.- Creation of
Tracer
is now effectful so you now need to callcreate
on startup make it available as an implicit. TracedHttpRoute
now requires an implicitTrace[F]
in scope.Tracer.apply
is nowTracer[F].middleware
which requires an implicitTracer[F]
.
Dependency updates
No version updates with respect to RC3
.
Changes
#16 Removing immutable state + refactoring examples