Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.15 KB

File metadata and controls

47 lines (30 loc) · 2.15 KB

v0.5.0

  • Expose global Rails::Tracer which instruments all sub-modules #26
  • Allow to disable sub-tracers #25
  • Support Evented and Timed subscribers in cache instrumentation #24
  • Test and add support for multiple Rails versions - 3.2+ #23
  • Development instructions update #27

v0.4.3

  • Handle instrumentation exceptions and mark spans as failed #21

v0.4.2

  • Test the gem with multiple Ruby versions 2.2+ #20
  • Set explicit Ruby version requirement in gemspec.

v0.4.1

  • Use tracing matchers in tests #19

v0.4.0

  • Start maintaining CHANGELOG.md #18
  • Auto enable tracing-logger when Dalli is auto-instrumented #17
  • Introduce Dalli and ActiveSupport::Cache::DalliStore auto-instrumentation #9
  • Introduce docker-compose with all required external dependencies.

v0.3.0

  • Introduce ActiveSupport::Cache auto-instrumentation #4
  • Add ActiveRecord::Tracer tests for active span propagation

v0.2.0

  • Introduce ActiveRecord auto-instrumentation #3
  • Add Rails test application to be used in specs

v0.1.1

  • Replace RecordingTracer with Test::Tracer #6
  • README typo fix #2

v0.1.0

  • Initial release
  • Introduced a rack middleware, to generate more informative operation names based on information supplied by ActionDispatch. #1