Skip to content

Releases: honeybadger-io/honeybadger-ruby

v5.5.1

26 Feb 20:46
dedc5bb
Compare
Choose a tag to compare

5.5.1 (2024-02-26)

Bug Fixes

  • don't raise an exception when ActiveJob isn't loaded (#523) (40c7892)

v5.5.0

12 Feb 18:05
ef42080
Compare
Choose a tag to compare

5.5.0 (2024-02-12)

Features

  • implements honeybadger.event by synchronous log call (#512) (dbe7e3d)

v5.4.1

22 Dec 07:08
edc815c
Compare
Choose a tag to compare

5.4.1 (2023-12-22)

Bug Fixes

v5.4.0

04 Dec 19:14
420ff41
Compare
Choose a tag to compare

5.4.0 (2023-12-04)

Features

  • track exceptions in :async activejob adapter (#503) (9a6e2ec)

v5.3.0

27 Oct 17:15
c21dd8c
Compare
Choose a tag to compare

5.3.0 (2023-10-27)

Features

  • Support for Karafka (#480)
  • Support for nested to_honeybadger_context (#488)
  • Explain 413 responses from API (#492)

Bug Fixes

  • Make notify work with proper ruby keyword arguments (#498) (e4a006c)
  • Honeybadger::Config#respond_to? would always return true (#490)
  • Honeybadger::Agent#notify takes keyword arguments instead of an options hash now (#498)

Refactors

  • Accept three arguments for the Sidekiq error handler (#495)
  • Log level of init message changed to DEBUG (#497)
  • Add .tool-versions to set ruby version for development (#501)