Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Unreleased

1.0.1 (2018-07-30)

Fixed

  • Fixed internal LRU cache to be threadsafe (#178)

1.0.0 (2018-06-29)

Added

  • Added config.disable_send (#156)

Changed

  • Set the default span_frame_min_duration to 5ms

Fixed

  • Fixed some Elasticsearch spans not validating JSON Schema (#157)

0.8.0 (2018-06-13)

Added

  • Added an option to disable metrics collection (#145)
  • Filters can cancel the entire payload by returning nil (#148)
  • Added ENV version of the logging options (#146)
  • Added config.ignore_url_patterns (#151)

Changed

  • Use concurrent-ruby's TimerTask instead of Thread#sleep. Adds dependency on concurrent-ruby. (#141)

Fixed

  • Remove newline on hostname
  • Fixed ActionMailer spans renaming their transaction

0.7.4 - 2018-06-07

Beginning of this document

Fixed

  • Fix overwriting custom logger with Rails'