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

Changelog History
Page 1

  • v5.0.2 Changes

    November 04, 2022

    ๐Ÿ›  Fixed

    • โœ… Honeybadger.check_in would raise an exception when used with the test backend (#449)
  • v5.0.1 Changes

    October 27, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ท Ignore Sidekiq::JobRetry skip exception. Since support was added for Rails 7 error reporting interface these exceptions are being reported in addition to the exception that caused the job to be retried. Mike Perham says these exceptions can safely be ignored. See https://github.com/rails/rails/pull/43625#issuecomment-1071574110
  • v5.0.0 Changes

    October 18, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Honeybadger.notify is now idempotent; it will skip reporting exception objects that have already been reported before, and simply return the existing notice ID.
    • ๐Ÿš… Honeybadger is now initialized before Rails' initializers, allowing you to report errors raised during startup. Config added via Honeybadger.configure is added later in the Rails initialization process.

    โž• Added

    • ๐Ÿ‘Œ Support Rails 7 error reporting interface (#443)

    ๐Ÿ›  Fixed

  • v5.0.0.beta1 Changes

    August 15, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿš… Honeybadger is now initialized before Rails' initializers, allowing you to report errors raised during startup. Config added via Honeybadger.configure is added later in the Rails initialization process.

    โž• Added

    • ๐Ÿ‘Œ Support Rails 7 error reporting interface (#443)
  • v4.12.2 Changes

    August 15, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug where the auto-detected revision is blank instead of nil
    • ๐Ÿ›  Fix inadvertent creation of invalid sessions (#441)
  • v4.12.1 Changes

    April 01, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Lambda plugin: support Ruby <2.5 (#428)
  • v4.12.0 Changes

    March 30, 2022

    โž• Added

    • Added hb_wrap_handler to automatically capture AWS Lambda handler errors

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ Change :exception_message key name to just :exception for error breadcrumb metadata.
  • v4.11.0 Changes

    February 15, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow special characters in tags. Also support space-delimited tags: "one two three" and "one, two, three" are equivalent
  • v4.10.0 Changes

    January 19, 2022

    โž• Added

    • โž• Add more items to the default config file

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a Ruby 3.1 bug that breaks regexp classes in honeybadger.yml (#418)
  • v4.9.0 Changes

    June 28, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ Replaced fixed number for retries in Sidekiq Plugin with Sidekiq::JobRetry constant
    • ๐Ÿš€ Properly set environment in deployment tracking (#404, @stmllr)

    โž• Added

    • โž• Added 'ActionDispatch::Http::MimeNegotiation::InvalidType' (Rails 6.1) to default ignore list. (#402, @jrochkind)