Kamon v2.0.1 Release Notes

Release Date: 2019-09-30 // over 4 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ”ง Some typos regarding configure the B3 Single Header propagation for Spans on the reference configuration. This was fixed by @schrepfler via #598 and #599.
    • ๐Ÿ›  It wasn't possible to start any module after Kamon.stopModules() was called. This was fixed by @ivantopo via #605.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”ง Include the exception thrown by histograms when recording values outside of the configured range on the logged warning messages to help with debugging. Contributed by @ivantopo via cc8d5bc
    • โš  Thanks to @melezov we have a cleaner code base! He cleaned up several warnings in the core module via #600.