Skip to content

1.0-RC4

Compare
Choose a tag to compare
@gvolpe gvolpe released this 29 Nov 06:21
· 619 commits to master since this release

Summary of changes

  • KFX has been renamed to Trace.
  • Creation of Tracer is now effectful so you now need to call create on startup make it available as an implicit.
  • TracedHttpRoute now requires an implicit Trace[F] in scope.
  • Tracer.apply is now Tracer[F].middleware which requires an implicit Tracer[F].

Dependency updates

No version updates with respect to RC3.

Changes

#16 Removing immutable state + refactoring examples