Releases: bugsnag/bugsnag-laravel
Releases · bugsnag/bugsnag-laravel
v2.1.0
Enhancements
- Implement Laravel's logger contract
Graham Campbell
#147
Bug Fixes
- Fixed container aliasing of the logger
Rémi Pelhate
#151
v2.0.2
Bug Fixes
- Removed support for using
HTTP_PROXY
environment variable for non-CLI apps
per CVE-2016-5385 (httpoxy).
Graham Campbell
#143
#145 - Convert
BUGSNAG_NOTIFY_RELEASE_STAGES
to a comma-delimited array
Jason
Graham Campbell
#142
#144
v2.0.1
Bug Fixes
- Lowered the minimum PHP version to 5.5.0
Graham Campbell
#138
v2.0.0
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
v1.7.0
Enhancements
- Let Laravel decide whether to report or not
Phil Bates
#97
Bug Fixes
- Fixed version constraint
Graham Campbell
#111 - Ensure the api key is a string
Graham Campbell
57afd32
v1.6.4
v1.6.3
Bug Fixes
- Avoid initializing Bugsnag when no API key is set
Dries Vints
#72
v1.6.2
Bug Fixes
- Added missing environment variables for configuration
Andrew Brown
#71
v1.6.1
Bug Fixes
- Fixed array syntax for older php
Timucin Gelici
#63
v1.6.0
Enhancements
- Added support for setting the api key using .env in Laravel 5+
Simon Maynard
#62 - Added support for artisan vendor:publish
Simon Maynard
#62