Skip to content

Latest commit

 

History

History
107 lines (64 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

107 lines (64 loc) · 2.87 KB

Changelog

2.0.0 (2022-01-12)

Enhancements

  • Support PSR Log v3 #51

Breaking changes

  • PSR Log v1 is no longer supported. Use bugsnag/bugsnag-psr-logger:^1.0 for PSR Log v1 support

The following changes are breaking for users extending any of the classes provided by this package, but should not otherwise be noticeable:

  • Removed Bugsnag\PsrLogger\AbstractLogger in favour of using Psr\Log\AbstractLogger directly
  • Added parameter and return types throughout Bugsnag\PsrLogger\BugsnagLogger and Bugsnag\PsrLogger\MultiLogger
  • Removed protected Bugsnag\PsrLogger\BugsnagLogger::limit method

1.4.5 (2021-12-13)

Deprecations

  • Deprecated Bugsnag\PsrLogger\AbstractLogger in favour of using Psr\Log\AbstractLogger directly. Bugsnag\PsrLogger\AbstractLogger will be removed in the next major version #49

1.4.4 (2021-11-18)

Enhancements

  • Added support for PSR Log v2 #46

1.4.3 (2020-02-26)

Bug fixes

  • Added support for PHP 7.2, 7.3 and 7.4 #38

1.4.2 (2019-08-28)

Bug fixes

  • Fix warnings being set with error severity in event (fixes #35) #37

1.4.1 (2018-02-16)

Bug fixes

  • Unset exception context before forwarding metadata to the error report. This removes the extraneous 'Exception' tab from error reports. #30 Graham Campbell

1.4.0 (2017-12-21)

Enhancements

  • Bumped Bugsnag-PHP version to 3.10 to enable addMetaData functionality

Fixes

  • Fixed issue where not all log-levels are present, preventing warning notifications #29

1.3.0 (2017-12-14)

Enhancements

  • Added log-level configuration option #23

1.2.1 (2017-10-06)

Bug fixes

  • Only override message using $exception from context if its an instance of Exception or Throwable #21 Josh Brown

1.2.0 (2017-10-02)

  • Added severity data for handled/unhandled feature #19

1.1.1 (2017-09-22)

  • Support overriding using message parameter as exception by passing an exception as context #20

1.1.0 (2016-08-08)

  • Added support for breadrumbs

1.0.1 (2016-07-08)

  • Lowered the minimum PHP version to 5.5.0

1.0.0 (2016-07-07)

  • First public release