Releases: bugsnag/bugsnag-laravel
Releases · bugsnag/bugsnag-laravel
v2.3.0
Enhancements
- Record the queue context and job information
Graham Campbell
#183 - Replaced event logging with query recording
Graham Campbell
#186
Bug Fixes
- Fixed the deploy command option descriptions
Andrew Brown
#178
v2.2.0
Enhancements
- Added a
bugsnag:deploy
console command
Graham Campbell
#154 - Record events as breadrumbs
Graham Campbell
#159 - Support both guzzle 5 and 6
Graham Campbell
#164 - Set the app type automatically
Graham Campbell
#167 - Fixed certificate verification on some systems
Graham Campbell
#176
Bug Fixes
- Fixed support for older laravel versions
Graham Campbell
#173
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