Skip to content

v6.12.0

Compare
Choose a tag to compare
@tomlongridge tomlongridge released this 29 Aug 10:21
· 718 commits to master since this release
2fbc548

6.12.0 (28 Aug 2019)

Enhancements

  • Add Ruby (and other framework) version strings to report and session payloads (device.runtimeVersions).
    | 560

  • Allow symbols in breadcrumb meta data.
    | #563
    | directionless

Fixes

  • Use Module#prepend for Rake integration when on a new enough Ruby version
    to avoid infinite mutual recursion issues when something else monkey patches
    Rake::Task.
    | #556
    | #559

  • Handle nil values for the job block parameter for the Que error notifier.
    This occurs under some conditions such as database connection failures.
    | #545
    | #548