Releases: bugsnag/bugsnag-php
Releases · bugsnag/bugsnag-php
v3.5.1
v3.5.0
v3.4.0
Enhancements
- Return false from the error handler
Graham Campbell
#361 - Add support for fallback app types
Graham Campbell
#363
v3.3.0
Enhancements
- Add support for stacktrace modification
Graham Campbell
#351
Bug Fixes
- Fixed custom endpoints that mounted on a subfolder
Graham Campbell
#349
v3.2.0
Enhancements
- Integrate support for deploy tracking
Graham Campbell
#317 - Add support for sending breadrumbs with error reports
Graham Campbell
#323 - Support both Guzzle 5 and 6
Graham Campbell
#332 - Use Server API type as the default app type
Graham Campbell
#342
Bug Fixes
- Ensure the error timestamp is correct
Graham Campbell
#337
v3.1.1
v3.1.0
Bug Fixes
- Fallback to localhost when HTTP_HOST is not set
Graham Campbell
#302 - Fixed certificate verification on some systems
Graham Campbell
#308
v2.9.2
Bug Fixes
- Don't hard fail on sending HTTP requests
Graham Campbell
#305 - Fallback to localhost when HTTP_HOST is not set
Graham Campbell
#302
v3.0.1
Bug Fixes
- Lowered the minimum PHP version to 5.5.0
Graham Campbell
#295
v3.0.0
This is a major refactor to make the library clearer and easier to use. The minimum PHP version supported has been updated to 5.5. For upgrading instructions, see the upgrading guide.
Enhancements
- Added a pipeline system for loading request information, app information, and
other metadata. Each component can be individually loaded. - Make request resolution customizable
#99 - Replaced transport handling with Guzzle
notify(),notifyException()andnotifyError()now accept a callable
–instead ofmetaDataandseverity– which can be used to modify any of
the properties of an error report.- Deprecated methods from v2 have been removed
- Namespaced the library under
Bugsnag
Bug Fixes
- Every bug