debian-mirror-gitlab/debian/gems-compat/opentracing-0.4.3/CHANGELOG.md
2019-03-14 13:13:30 +05:30

1.4 KiB

Changelog

0.4.3

  • Specify versions for development dependencies (#40)

0.4.2

  • Update opentracing.io links and scheme on README (#38)

  • Add active_span method to Tracer (#34)

0.4.1

  • Add active_span convenience method to OpenTracing module (#30)
  • Fix global tracer delegators (#28)
  • Add Rubocop (#29)
  • Update license from MIT => Apache 2.0 (#26)

0.4.0

  • The tracer now implements the OpenTracing Scope API for in-process scope propagation(#21)
  • Adds a log_kv method and deprecates log for consistency with other language implementations. See #22.

0.3.2

  • Addressing Ruby style issues (#14)
  • Default to the no-op tracer (#17)
  • Fixing serialization example in README (#18)
  • Removing bundler development version requirement