Skip to content

0.48.0

Compare
Choose a tag to compare
@marcotc marcotc released this 19 Apr 21:41
· 8975 commits to master since this release
ab0a4e0

Deprecating support for Ruby 2.0

Ruby 2.0 will be supported up to release 0.49.x.
From release 0.50.0 and greater, Ruby 2.1 will be the minimum supported version.
Users are welcome to continue using version < 0.50.0 for their Ruby 2.0 deployments going forward.

Added

Changed

  • Add deprecation warning for Ruby 2.0 support (#1441)
  • Auto instrument Resque workers by default (#1400)

Fixed

  • Ensure DD_TRACE_SAMPLE_RATE enables full RuleSampler (#1416)
  • Fix Fargate 1.4 container ID not being read (#1457)
  • Correctly close all StatsD clients (#1429)

Refactored

Read the full changeset and the release milestone.