Skip to content

v1.1.1 - Minor Fixes

Compare
Choose a tag to compare
@ivantopo ivantopo released this 10 Apr 11:42
· 2791 commits to master since this release

Improvements:

  • We didn't have the Scala compiler optimizations enabled until now. Contributed by @dpsoft on #521.

Fixes:

  • The B3 codec was including the X-B3-ParentId header even in cases where there was no parent, which was causing issues on Safari/Webkit brosers as explained in kamon-io/kamon-akka-http#35. Now the X-B3-ParentId will only be included if there actually is a parentID on the Span. Fixed by @ivantopo on 2f05b3b.