Skip to content

Latest commit

 

History

History
228 lines (142 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

228 lines (142 loc) · 6.98 KB

Changelog

1.14.2 (2024-06-06)

Bug Fixes

  • Prevent duplicate Configuration class declaration warnings #178

1.14.1 (2024-01-23)

Bug Fixes

  • Fix "Configuration class not found" error when using Composer's --classmap-authoritative option #174

1.14.0 (2024-01-16)

Enhancements

1.13.0 (2022-10-24)

Enhancements

  • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report #158

1.12.0 (2022-05-20)

Enhancements

1.11.2 (2022-02-02)

Bug Fixes

1.11.1 (2022-01-19)

Bug Fixes

  • Call getUserIdentifier instead of getUsername on Symfony 6 #145

1.11.0 (2021-12-13)

Enhancements

Bug Fixes

  • Prevent a deprecation from BugsnagListener::getSubscribedEvents #138

1.10.0 (2021-06-30)

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 of hasSession when checking for session data Oleg Andreyev #124

  • Set the severity of exceptions to "error" instead of "warning" #126

1.9.0 (2021-02-10)

Enhancements

  • Out of memory errors will now be reported by increasing the memory limit by 5 MiB. Use the new memoryLimitIncrease configuration option to change the amount of memory, or set it to null to disable the increase entirely. #119

  • Support the new discardClasses configuration option. This allows events to be discarded based on the exception class name or PHP error name. #120

  • Support the new redactedKeys configuration option. This is similar to filters but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching. #121

Deprecations

  • The filters configuration option is now deprecated as redactedKeys can express everything that filters could and more.

1.8.0 (2020-11-25)

Enhancements

  • Allow passing a Guzzle instance to Bugsnag #117

1.7.0 (2020-06-01)

Enhancements

  • Add project_root_regex and strip_path_regex options for using regexes to match the project root and strip path #109

1.6.2 (2020-02-26)

Bug Fixes

  • Added support for PHP 7.4 #104

1.6.1 (2020-01-06)

Bug Fixes

  • Fix potential issue with ExceptionEvent missing getThrowable method in Symfony 4.3. Additionally adds InvalidArgumentException in the case the event is triggered with an incorrect class. Loïck Piera #99

1.6.0 (2019-12-03)

Enhancements

Bug Fixes

  • Added support for PHP 7.2 and 7.3 #87

1.5.1 (2019-06-24)

Bug Fixes

Enhancements

  • Add Symfony version string to report (device.runtimeVersions) #78

1.5.0 (2018-02-01)

This release adds support for Symfony 4. A guide on integrating the notifier with a Symfony 4 application can be found in the Bugsnag Symfony integration guide.

Enhancements

1.4.0 (2017-12-21)

Enhancements

  • Bumped version to Bugsnag-PHP 3.10.0 to add support for addMetaData

1.3.0 (2017-11-23)

Enhancements

  • Added callback examples in Symfony 31 #49 #52

1.2.0 (2017-10-02)

Enhancements

  • Added issue template #42

  • Added additional data for unhandled/handled feature #45

1.1.0 (2017-06-28)

Enhancements

Bug Fixes

1.0.0 (2016-09-05)

  • First public release