Releases: bugsnag/bugsnag-php
Releases · bugsnag/bugsnag-php
v3.30.1
v3.30.0
v3.29.3
v3.29.2
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
deprecated features by:
- Removing
E_STRICTfrom the error list in PHP 8.4+ - Removing type annotations from parameters defaulting to
null. Comment typal annotations
will continue to be present and accurate
Fixes
- Ensure PHP 8.4 compatibility
#672
v2.10.2
v3.29.1
Fixes
- Avoid deprecated
utf8_encodefunction
gabrielrbarbosa
#661
#662
v3.29.0
v3.28.0
Enhancements
- New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
#646
v3.27.0
Enhancements
- Improve serialisation of backed enums. Previously a backed enum would JSON encode to their backing value, but will now include the enum name like
EnumName::CaseName (value)
#639
Fixes
- A number of errors in docblocks have been corrected
xPaw
#633
#637 - Handle serialising pure enums when added as metadata. Previously a pure enum would be JSON encoded as
null, but will now be converted to a string likeEnumName::CaseName
#639 - Remove use of the deprecated
strftimefunction
#640 - Fix session throttling when storage backend doesn't store integers
#643