Skip to content

Releases: kamon-io/kamon-http4s

v2.6.1 - Upgrade to the latest Kamon

12 Jun 12:48
Compare
Choose a tag to compare

Thanks very much to @vaslabs and @jchapuis for making this release possible!

This release brings this module up to date with Kamon 2.6.x and the latest http4s versions.

v2.0.1 - Minor Release

20 Dec 16:47
Compare
Choose a tag to compare
  • Cross compile scala 2.12 / 2.13 (drop scala 2.11 support). Contributed by @rlebran via #28
  • Bump http4s version to 0.21.0-M5. Contributed by @rlebran via #28
  • Bump sbt version to 1.3.2. Contributed by @rlebran via #28

2.0.0 - Upgrade to Kamon 2.0.0

21 Sep 15:05
Compare
Choose a tag to compare

v1.0.11 - Minor Release

26 Dec 15:29
Compare
Choose a tag to compare

Changes:

v1.0.10 - Minor Fixes

25 Sep 14:03
Compare
Choose a tag to compare

Changes:

v1.0.9 - Minor Fixes

14 Aug 22:36
Compare
Choose a tag to compare

Changes:

v1.0.8 - Minor Fixes

09 Jul 23:27
Compare
Choose a tag to compare

Fixes:

  • Fix issue where the client span would not be closed/finished. Fixed by @cmcmteixeira on #15.

v1.0.7 - Minor Fixes

19 Apr 11:48
Compare
Choose a tag to compare

Fixes:

  • Fix context should be propagated all the time although the span does not exist. Fixed by @dpsoft on #13.

v1.0.6 - Minor Fixes

16 Apr 12:51
Compare
Choose a tag to compare

Fixes:

v1.0.5 - Minor Release

29 Mar 17:38
Compare
Choose a tag to compare

Fixes:

Add server status code as metric tag if Http4s.addHttpStatusCodeAsMetricTag is set - reported @ptrlaszlo by and fixed by @ptrlaszlo in #11