Version 2.0.16
·
541 commits
to develop
since this release
Immutable
release. Only release title and notes can be modified.
Overview of changes
- Update bundled certificates as of 2025-11-04. #954
- Fixed: PHP 8.5 deprecation notices for
Reflection*::setAccessible()#940 - Fixed: PHP 8.5 deprecation notices for
curl_close()#947 Props @TobiasBg - Fixed: PHP 8.5 deprecation notices
Using null as an array offset#956 - Fixed: Disallow
FilteredIteratorto accept objects (PHP 8.5 deprecation). #968
Note: This is technically a breaking change as this was documented behaviour. However,FilteredIteratoris an internal class and the only detected use of this behavior was in a test. - Fixed: tests for expired and revoked SSL certificates. #967
- Composer: remove
roave/security-advisories(no longer needed with Composer 2.9+). #961 - README: corrected Python Requests library URL. #944 Props @pmbaldha
- General housekeeping.