Skip to content

Releases: bugsnag/bugsnag-laravel

v2.16.0

17 Jun 16:54
Compare
Choose a tag to compare

Enhancements

  • Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
    #352

Bug Fixes

v2.15.2

23 Jan 18:19
bc5f3c5
Compare
Choose a tag to compare

Bug Fixes

  • Removed duplicate event dispatching when using MultiLogger configuration
    #337

v2.15.1

05 Nov 19:52
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issues where test fixtures polluted the App namespace
    #332

v2.15.0

02 Nov 10:43
901c811
Compare
Choose a tag to compare

Enhancements

  • Added middleware for correct handled/unhandled state in notifications
    #325

v2.15.0-alpha-1

29 Oct 17:27
Compare
Choose a tag to compare
v2.15.0-alpha-1 Pre-release
Pre-release

Enhancements

  • Added middleware for correct handled/unhandled state in notifications
    #325

v2.14.1

07 Mar 15:42
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with incorrect Logger being returned by ServiceProvider
    #295

v2.14.0

16 Feb 17:01
Compare
Choose a tag to compare

This release adds support for Laravel 5.6. If upgrading from Laravel 5.0-5.5, check out the new configuration instructions as Laravel 5.6 includes new logging infrastructure and configuration.

Enhancements

v2.13.0

29 Jan 15:11
Compare
Choose a tag to compare

This release adds support for the new Bugsnag Build API to the deploy command.

The following options have been introduced:

  • builder: The name of the person/machine that started the build
  • provider: The name of the provider of the git repository, only necessary for on-premise installations, one of: github-enterprise, bitbucket-server, gitlab-onpremise

The following options have been deprecated:

  • branch

Enhancements

  • Updates deploy command to new build API.
    #279

v2.12.0

09 Jan 22:24
Compare
Choose a tag to compare

Enhancements

  • Add support for tracking sessions and overall crash rate by setting
    auto_capture_sessions in configuration options. In addition, sessions can be
    indicated manually using Bugsnag::startSession()

v2.11.1

21 Dec 16:44
Compare
Choose a tag to compare

Bug Fixes

  • Bumped version of Bugsnag-Psr-Logger v1.4.0 due to released fix