Skip to content

Releases: honeybadger-io/honeybadger-php

v1.8.0

04 Dec 18:29
ad36aa1

Choose a tag to compare

Fixed

  • Fixed an issue where a payload containing recursive data couldn't be posted to the backend (#96)

Changed

  • Updated monolog dependency from 1.24 to 1.25 (#101)

v1.7.2

22 Nov 18:57
bd779f2

Choose a tag to compare

Fixed

  • Fixed an issue where the previous exception handler is not callable but called (#97)

v2.0.1

18 Nov 21:10
c3ba033

Choose a tag to compare

Fixed

  • Fixed an issue where a payload containing recursive data couldn't be posted to the backend (#96)
  • Fixed an issue where the previous exception handler is not callable but called (#97)

v2.0.0

21 Sep 14:18
f42b86e

Choose a tag to compare

Changed

  • Updated Monolog dependency to 2.0 (#91)
  • Remove support for PHP 7.1 (#91)

v1.7.1

13 Sep 15:18
be829b9

Choose a tag to compare

Fixed

  • Default args for backtrace functions (#92)

v1.7.0

04 Sep 14:06
da7a3b0

Choose a tag to compare

Added

  • Methods to set the component and action (#87)
  • Class and type to backtrace frames (#72)

Changed

  • Backtrace args with objects now send only the class name (#89)

v1.6.0

18 Jul 10:52
329c2f6

Choose a tag to compare

Added

  • Added the ability to pass additional API parameters to exception captures specifically component and action (#85)
  • Adds fingerprint and tags to the additional paramaters (#76)
  • Adds method arguments to backtrace where possible (#86)

v1.5.1

10 Jun 11:44
92da260

Choose a tag to compare

Fixed

  • Error handler reporting supressed errors (#83)

v1.5.0

31 May 01:26
677e556

Choose a tag to compare

Added

  • New option for whether the library should send notifications back to the Honeybadger API (#82)

v1.4.0

17 Apr 18:00
fa8820f

Choose a tag to compare

Added

  • Fully customizable notification method (#70)
  • Ability to reset context (#71)
  • Monolog Handler (#70)
  • PHPUnit 8 support (#79)

Fixed

  • Empty api_key value (#80)