- Bump minimum version of
guzzlehttp/psr7
package to avoidCVE-2022-24775
(#1305) - Fix stripping of memory addresses from stacktrace frames of anonymous classes in PHP
>=7.4.2
(#1314) - Set the default
send_attempts
to0
(this disables retries) and deprecate the option. If you require retries you can increase thesend_attempts
option to the desired value. (#1312) - Add
http_connect_timeout
andhttp_timeout
client options (#1282)