Skip to content

v2.1.7 - Maintenance Release

Compare
Choose a tag to compare
@ivantopo ivantopo released this 05 Oct 12:12
· 454 commits to master since this release
d5a9c18

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.