All Versions
76
Latest Version
Avg Release Cycle
52 days
Latest Release
323 days ago

Changelog History
Page 2

  • v4.8.0 Changes

    March 16, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Suppress any error output from the git rev-parse command. (#394)

    โž• Added

    • ๐Ÿ‘Œ Support deployment tracking in code (#397, @danleyden)
  • v4.7.3 Changes

    February 10, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ Don't enable Lambda plugin in non-Lambda execution environments
  • v4.7.2 Changes

    August 17, 2020

    ๐Ÿ›  Fixed

    • โœ‚ Remove usage of ActiveRecord::Base.connection (thanks @jcoyne for testing)
    • Check for UTF-8 in ActiveRecord breadcrumb exclusion filter
  • v4.7.1 Changes

    August 11, 2020

    ๐Ÿ›  Fixed

    • ActiveRecord SQL Breadcrumb event pulls adapter from supplied connection, allowing for multiple databases.
    • ๐Ÿ›  Fix Rails deprecation of ActionDispatch::ParamsParser::ParseError
    • Deal with invalid UTF-8 byte sequences during SQL obfuscation
    • ๐Ÿ›  Fix Ruby 2.7 deprecation notice in sql.rb
  • v4.7.0 Changes

    June 02, 2020

    ๐Ÿ›  Fixed

    • Alias Notice#controller= as Notice#component=
    • ๐Ÿ›  Fix Rails 6.1 deprecation warning with ActiveRecord::Base.connection_config
    • ๐Ÿ›  Fix agent where breadcrumbs.enabled = true and local_context = true

    โž• Added

    • Add honeybadger_skip_rails_load Capistrano option to skip rails load on deployment notification (#355) -@NielsKSchjoedt
  • v4.6.0 Changes

    March 12, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where Sidekiq.attempt_threshold was triggering 2 attempts ahead of the setting
    • Dupe notify opts before mutating (#345)

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Breadcrumbs on by default
    • โž• Added Faktory plugin -@scottrobertson
  • v4.5.6 Changes

    January 08, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix remaining Ruby 2.7 deprecation warnings
  • v4.5.5 Changes

    January 07, 2020

    ๐Ÿ›  Fixed

    • โš  Replace empty Proc.new with explicit block param to suppress warnings in Ruby 2.7
  • v4.5.4 Changes

    December 09, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Re-released to remove vendor cruft
  • v4.5.3 Changes

    December 09, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ท Include Context in Notices for failed Resque jobs