Releases: bugsnag/bugsnag-laravel
Releases · bugsnag/bugsnag-laravel
v2.21.0
v2.20.1
- The default value for
filters
inconfig/bugsnag.php
is nownull
instead of['password']
. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0
#413
v2.20.0
Enhancements
-
Allow installation on Laravel 8 projects
jwpage
jdavidbakr
#405
#407 -
Add method documentation to the
Bugsnag
facade
danieldevsquad
#373
v2.19.0
v2.18.0
v2.17.1
Bug Fixes
- Added support for Monolog 2.0
GrahamCampbell
#360
v2.17.0
Enhancements
- Allow installation on Laravel 6 projects
taylorotwell
#360
Bug Fixes
- Disabled automatic session capturing for Lumen 5.3+ (where
session()
is not available)
#358
v2.17.0-beta
Enhancements
- Allow installation on Laravel 6 projects
taylorotwell
#360
Bug Fixes
- Disabled automatic session capturing for Lumen 5.3+ (where
session()
is not available)
#358
v2.16.0
Enhancements
- Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
#352
Bug Fixes
- Changed caching TTL to use DateTime instead.
Mozammil Khodabacchas
#344 - Update axiom dependency in laravel56 example to remove security vulnerability warning
#354 - Exclude the features directory on StyleCI
GrahamCampbell
#355