PHP Extension 5.31.0 released
- Improvement: Add additional Shopware vendor boundary.
- Improvement: Add full support for the RESP3 protocol version for the Predis instrumentation.
- Improvement: When using PHP 8.5 or higher, the value of
tideways.connectionwill now be validated to be a valid URL when setting or changing the INI to prevent unintentional connections from being made for invalid inputs. - Improvement: The
TIDEWAYS_APIKEY,TIDEWAYS_SAMPLERATE,TIDEWAYS_CONNECTION, andTIDEWAYS_SERVICEenvironment variables will now result in an internal call toini_set()of the corresponding INI setting. This makes the behavior more predictable, for example by allowing to override them with an explicit call toini_set().