Releases: kamon-io/kamon-http4s
Releases · kamon-io/kamon-http4s
v2.6.1 - Upgrade to the latest Kamon
12 Jun 12:48
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.0.11 - Minor Release
26 Dec 15:29
Compare
Sorry, something went wrong.
No results found
v1.0.10 - Minor Fixes
25 Sep 14:03
Compare
Sorry, something went wrong.
No results found
v1.0.9 - Minor Fixes
14 Aug 22:36
Compare
Sorry, something went wrong.
No results found
v1.0.8 - Minor Fixes
09 Jul 23:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.0.5 - Minor Release
29 Mar 17:38
Compare
Sorry, something went wrong.
No results found
Fixes:
Add server status code as metric tag if Http4s.addHttpStatusCodeAsMetricTag is set - reported @ptrlaszlo by and fixed by @ptrlaszlo in #11