Skip to content

Releases: graze/monolog-extensions

Fix Whoops handler for php7

05 Jun 16:08
22fe31a
Compare
Choose a tag to compare

Fixes using the Whoops handler when using php7

FilterProcessor and arrays

22 Jun 13:00
91cc36e
Compare
Choose a tag to compare

Fixes a bug with FilterProcessor always filtering the first element of a one dimensional array.

RaygunHandler actual fix

17 Jun 01:01
26ec6b4
Compare
Choose a tag to compare
  • [bug] If RaygunHandler is the first monolog handler on the stack to attempt to handle the message, it will not
    include the relevant information that the current isHandling relies on.
  • [fix] Just remove the exception

AWS SDK upgrade

23 Aug 10:28
Compare
Choose a tag to compare

This contains breaking changes, hence the major version bump.

  • AWS SDK upgraded from 2.x to 3.x.
  • Minimum PHP version increased from 5.4 to 5.5.
  • composer.lock now in version control.

1.6.0

06 Apr 15:33
Compare
Choose a tag to compare
  • Improved RaygunHandler support for extra data.
  • Added RaygunFormatter to best format record data for the Raygun service.
  • Added PHP 7 to the travis build.
  • Added support for PHP 7 Throwable.

ConsoleFormatter

07 Nov 15:18
Compare
Choose a tag to compare

Adds the ConsoleFormatter