Releases: bugsnag/bugsnag-laravel
Releases · bugsnag/bugsnag-laravel
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
v2.15.2
v2.15.1
v2.15.0
v2.15.0-alpha-1
Enhancements
- Added middleware for correct handled/unhandled state in notifications
#325
v2.14.1
v2.14.0
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
- Add support for Laravel 5.6
#288
Graham Campbell
v2.13.0
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 buildprovider
: 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