[hawktracer] HawkTracer 0.7.0 released!

  • From: Marcin Kolny <marcin.kolny@xxxxxxxxx>
  • To: hawktracer@xxxxxxxxxxxxx
  • Date: Mon, 14 Jan 2019 23:03:33 +0000

I'm pleased to announce HawkTracer 0.7.0 (Rabbit) release!
URL: https://github.com/amzn/hawktracer/releases/tag/v0.7.0
Changes
==========================================
  * fix crash when pushing events of size bigger than timeline's buffer
  * [api change] rename HT_EVENT_GET_CLASS to HT_EVENT_GET_KLASS
  * [api change] remove ht_timeline_listener_container_unref() from public
API
  * fix data race when referencing/dereferencing timeline container object
  * enable code coverage reporting on CI
  * add feature for tracking heap allocations
  * support informations attached to tracepoints for Chrome Trace converter
  * remove C++ dependency for the HawkTracer core library
  * add amalgamation script for generating single source/header HawkTracer
files
  * improvements in the installation process (thanks J. Kim and Alexandru!)
  * support reading big-endian data on little-endian platform (and vice
versa)
  * many other tiny bug fixes and minor improvements

Git statistics
==========================================
  99 files changed, 2822 insertions(+), 787 deletions(-)
  Number of commits: 64
  Contributors: 6
    * 55 Marcin Kolny <marcin.kolny@xxxxxxxxx> 164 files changed (+2693,
-816)
    *  3 Kolny <mkolny@xxxxxxxxxxxx> 4 files changed (+72, -6)
    *  2 J. Kim <jeongseok.kim@xxxxxx> 3 files changed (+30, -10)
    *  2 Marcin Kolny <mkolny@xxxxxxxxxx> 13 files changed (+113, -44)
    *  1 Alexandru <alex.ene0x11@xxxxxxxxx> 1 files changed (+1, -0)
    *  1 Alexandru Ene <alex.ene0x11@xxxxxxxxx> 1 files changed (+2, -0)

Thank you,
Marcin Kolny

Other related posts:

  • » [hawktracer] HawkTracer 0.7.0 released! - Marcin Kolny