Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@imjoehaines imjoehaines released this 12 Jan 11:09
6c1126e

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