Skip to content

Version 2.0.16

Choose a tag to compare

@jrfnl jrfnl released this 22 Nov 00:54
· 541 commits to develop since this release
Immutable release. Only release title and notes can be modified.
v2.0.16
babd303

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 FilteredIterator to accept objects (PHP 8.5 deprecation). #968
    Note: This is technically a breaking change as this was documented behaviour. However, FilteredIterator is 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.