tracing v0.2.14 Release Notes

Release Date: 2020-10-22 // over 3 years ago
  • 0.2.14 (October 22, 2020)

    ๐Ÿ›  Fixed

    • registry : Fixed Registry::new allocating an excessively large amount of
      memory, most of which would never be used (#1064)

    ๐Ÿ”„ Changed

    • registry : Improved new_span performance by reusing HashMap allocations
      for Extensions (#1064)
    • registry : Significantly improved the performance of Registry::enter and
      Registry::exit (#1058)