Peek v1.1.0 Release Notes

Release Date: 2019-09-27 // over 4 years ago
    • Ensure that Peek can handle concurrent requests with a multithreaded application server - #113 @smcgivern
    • Don't store metrics if no request ID is present - #112 @rymai

Previous changes from v0.2.0

    • ➕ Add image dependencies for asset compilation - #67 @fedesoria
    • ⚡️ Update JSON to 1.8.2 for compatibility with Ruby 2.2.2 - #73 @eitoball
    • 🗄 Use concurrent-ruby gem in favor of deprecated atomic gem. - #73 @eitoball
    • Prevent errors if compatibility mode is enabled for jQuery - #74 @warseph
    • ➕ Add dependency for coffee-rails for Rails. - #80 @cllns
    • 🛠 Fix deprecation warnings for helper_method for future versions of Rails past Rails v5. - #85 @mgrachev
    • ⚡️ Listen to Turbolinks v5 turbolinks:load JS event to trigger peek updates. - #88 @lucasmazza