Kamon v2.1.7 Release Notes

Release Date: 2020-10-05 // over 3 years ago
  • 🛠 Maintenance release with various bugfixes.

    • kanela-agent : Fix deadlock bug #827 by upgrading kanela version. Contributed by @SimunKaracic via #870.
    • kamon-prometheus : Fix wrong response size when encountering non UTF-8 characters, and improve documentation. Contributed by @kh-evgeniy via #845 and @Sabbasth via #856.
    • kamon-datadog : Improve filtering tests and throw exception when unable to communicate to Datadog servers. Contibuted by @jarimatti via #848 and @ryota0624 via #863.
    • kamon-core : URL header encoding now conforms to Jaeger Java client spec.Fix Contributed by @DWvanGeest via #849.
    • kamon-annotation : Replace expiringMap cache with caffeine version, due to a known deadlock bug. Contributed by @SimunKaracic via #862.
    • kamon-jdbc : Fix NPE in Hikari instrumentation. Contributed by @ecyshor via #867.