Skip to content

Latest commit

 

History

History
344 lines (231 loc) · 8.75 KB

CHANGELOG.md

File metadata and controls

344 lines (231 loc) · 8.75 KB

Changelog

2.9.0 (2017-10-03)

Enhancments

  • Adds console command metadata #248

2.8.0 (2017-10-02)

Enhancements

  • Bumping dependencies to add data for handled/unhandled

2.7.2 (2017-09-22)

Bug Fixes

  • Fix regression in stacktrace resolution when using Laravel 5.5 #246

2.7.1 (2017-08-18)

Bug Fixes

  • Avoid fetching relationship models on user when populating user information #244

2.7.0 (2017-08-10)

Enhancements

2.6.0 (2017-06-29)

Enhancements

2.5.0 (2017-04-06)

Enhancements

  • Include more deeply nested exception causes in reports

Bug Fixes

2.4.0 (2016-09-08)

Enhancements

Bug Fixes

2.3.0 (2016-08-19)

Enhancements

Bug Fixes

2.2.0 (2016-08-08)

Enhancements

Bug Fixes

2.1.0 (2016-07-25)

Enhancements

Bug Fixes

2.0.2 (2016-07-18)

Bug Fixes

2.0.1 (2016-07-08)

Bug Fixes

2.0.0 (2016-07-07)

Our library has gone through some major improvements. The primary change to watch out for is we're no longer overriding your exception handler.

Enhancements

  • Since we're no longer overriding your exception handler, you'll need to restore your original handler, and then see our docs for how to bind our new logger to the container.

  • If you'd like access to all our new configuration, you'll need to re-publish our config file.

Bug Fixes

  • Every bug

1.7.0 (2016-06-24)

Enhancements

Bug Fixes

1.6.4 (2016-03-09)

Bug Fixes

  • Add missing 'config' tag in service provider Dan Smith #73

1.6.3 (2016-01-08)

Bug Fixes

1.6.2 (2015-12-08)

Bug Fixes

1.6.1 (2015-07-22)

Bug Fixes

1.6.0 (2015-07-14)

Enhancements

1.5.1 (2015-07-01)

Bug Fixes

1.5.0 (2015-05-25)

Enhancements

Bug Fixes

1.4.2

  • Try/catch for missing/nonstandard auth service

1.4.1

  • Default severity to 'error'

1.4.0

  • Better laravel 5 support!

1.3.0

  • Laravel 5 support!

1.2.1

  • Protect against missing configuration variables (thanks @jasonlfunk!)

1.2.0

  • Update bugsnag-php dependency to enable support for code snippets on your Bugsnag dashboard
  • Allow configuring of more Bugsnag settings from your config.php (thanks @jacobmarshall!)

1.1.1

  • Fix issue where sending auth information with complex users could fail (thanks @hannesvdvreken!)

1.1.0

  • Send user/auth information if available (thanks @hannesvdvreken!)

1.0.10

  • Laravel 5 support

1.0.9

  • Split strip paths from inProject

1.0.8

  • Bump the bugsnag-php dependency to include recent fixes

1.0.7

  • Fix major notification bug introduced in 1.0.6

1.0.6

  • Fix incompatibility with PHP 5.3

1.0.5

  • Identify as Laravel notifier instead of PHP

1.0.4

  • Allow configuration of notify_release_stages from config file

1.0.3

  • Fix bug when setting releaseStage in the ServiceProvider

1.0.2

  • Fix laravel requirement to work with 4.1
  • Add a Bugsnag facade for quick access to $app["bugsnag"]

1.0.1

  • Fixed fatal error handling
  • Set release stage based on laravel's App::environment setting

1.0.0

  • Initial release