v2.0.1 - Maintenance Release
Fixes:
- kamon-io/Kamon#601 The instrumentation on
scala.util.Try
was not being applied properly when using the Kamon bundle. - kamon-io/kamon-akka-http#57 Requests sent to routes with special characters like
/path/**
with throw exceptions. Fixed by @lustefaniak via kamon-io/kamon-akka-http#59 and previously by @wilaszekg via kamon-io/kamon-akka-http#55. - kamon-io/kamon-akka-http#58 The instrumentation will now keep updating the operation name with further patch matchers unless the user explicitly sets an operation name via the
operationName
directive or directly callingKamon.currentSpan().name(...)
. Fixed by @ivantopo via kamon-io/kamon-akka-http#61.
New Features:
- kamon-io/kamon-jdbc#22 The JDBC instrumentation now targets the latest MySQL ConnectorJ and Amazon RedShift. Thanks to @alvaroc1 for the contribution!
Changes
- The
ErrorOnFailedStatement
processor on the JDBC module is no longer enabled by default. This is due to the fact that most people already have a mechanism to log JDBC statement failures so most people would end up with errors being logged twice.