Skip to content

Releases: bugsnag/bugsnag-symfony

v1.14.3

30 Jan 14:00
6d4b47a
Compare
Choose a tag to compare

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

06 Jun 08:49
f3da228
Compare
Choose a tag to compare

Bug Fixes

  • Prevent duplicate Configuration class declaration warnings
    #178

v1.14.1

23 Jan 12:16
0ca4466
Compare
Choose a tag to compare
  • Fix "Configuration class not found" error when using Composer's --classmap-authoritative option
    #174

v1.14.0

16 Jan 08:35
d10b9d2
Compare
Choose a tag to compare

v1.13.0

24 Oct 10:26
be4bb45
Compare
Choose a tag to compare

Enhancements

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

v1.12.0

20 May 14:10
0cb1831
Compare
Choose a tag to compare

Enhancements

v1.11.2

02 Feb 11:49
28e2a1a
Compare
Choose a tag to compare

Bug Fixes

v1.11.1

19 Jan 15:00
fad8c41
Compare
Choose a tag to compare

Bug Fixes

  • Call getUserIdentifier instead of getUsername on Symfony 6
    #145

v1.11.0

13 Dec 09:39
118f812
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Prevent a deprecation from BugsnagListener::getSubscribedEvents
    #138

v1.10.0

30 Jun 14:40
4971ab4
Compare
Choose a tag to compare

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