Releases: bugsnag/bugsnag-symfony
Releases · bugsnag/bugsnag-symfony
v1.14.3
v1.14.3 (2025-01-30)
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
deprecated features by:
- Removing type annotations from parameters defaulting to
null
. Comment type annotations will continue to be present and accurate
Fixes
- Ensure PHP 8.4 compatibility
#183
v1.14.2
v1.14.1
v1.14.0
- Add support for Symfony 7
elliotbruneel
jdecool
#170
v1.13.0
v1.12.0
Enhancements
- New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
#153
v1.11.2
Bug Fixes
- Fix PHP 8.1 deprecation from
stripos
inRequest::getInput
phillylovepark
#147
#149
v1.11.1
v1.11.0
Enhancements
- Add support for Symfony 6
Julien Cousin-Alliot
#137
Bug Fixes
- Prevent a deprecation from
BugsnagListener::getSubscribedEvents
#138
v1.10.0
Enhancements
- Add support for Symfony Messenger. Exceptions in workers will now automatically be reported to Bugsnag. The queue of events will also be flushed after each successful job
Mathieu
#89
#125
Bug Fixes
-
Use
hasPreviousSession
instead ofhasSession
when checking for session data
Oleg Andreyev
#124 -
Set the severity of exceptions to "error" instead of "warning"
#126