All Versions
67
Latest Version
Avg Release Cycle
62 days
Latest Release
785 days ago

Changelog History
Page 2

  • v2.0.3 Changes

    July 29, 2020
    • ๐Ÿ—„ [FIX] support for deprecation free Redis 4.2
    • ๐Ÿฑ [FEATURE] skip /packs when serving static assets
    • [FEATURE] allow Net::HTTP patch to be applied with either prerpend or alias
  • v2.0.2 Changes

    May 25, 2020
    • [FIX] client timings were not showing up when you clicked show trivial
  • v2.0.1 Changes

    March 17, 2020
    • โช [REVERT] Prepend Net::HTTP patch instead of class_eval and aliasing (#429) (technique clashes with New Relic and Skylight agents)
  • v2.0.0 Changes

    March 11, 2020
    • [FEATURE] Prepend Net::HTTP patch instead of class_eval and aliasing (#429)
    • ๐Ÿ‘€ [FEATURE] Stop patching Rails and use ActiveSupport::Notifications by default (see README.md for details)
  • v1.1.6 Changes

    January 30, 2020
    • [FIX] edge condition on page transition function could lead to exceptions
  • v1.1.5 Changes

    January 28, 2020
    • [FIX] correct custom counter regression
    • [FIX] respect max_traces_to_show
    • [FIX] handle storage engine failures in whitelist mode
  • v1.1.4 Changes

    December 12, 2019
    • ๐Ÿ”’ [SECURITY] carefully crafted SQL could cause an XSS on sites that do not use CSPs
  • v1.1.3 Changes

    October 28, 2019
    • [FEATURE] precompile all templates to avoid need for unsafe-eval
  • v1.1.2 Changes

    October 24, 2019
    • ๐Ÿ›ฐ [FIX] JS payload was not working on IE11 and leading to errors
    • ๐Ÿšš [FIX] Remove global singleton_class which was injected
    • [FIX] Regressions post removal of jQuery
  • v1.1.1 Changes

    October 22, 2019
    • ๐Ÿ‘ [FIX] correct JavaScript fetch support header iteration (Jorge Manrubia)