11Changelog
22=========
33
4+ 2.0.16
5+ ------
6+
7+ ### Overview of changes
8+ - Update bundled certificates as of 2025-11-04. [ #954 ]
9+ - Fixed: PHP 8.5 deprecation notices for ` Reflection*::setAccessible() ` [ #940 ]
10+ - Fixed: PHP 8.5 deprecation notices for ` curl_close() ` [ #947 ] Props [ @TobiasBg ] [ gh-TobiasBg ]
11+ - Fixed: PHP 8.5 deprecation notices ` Using null as an array offset ` [ #956 ]
12+ - Fixed: Disallow ` FilteredIterator ` to accept objects (PHP 8.5 deprecation). [ #968 ]
13+ 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.
14+ - Fixed: tests for expired and revoked SSL certificates. [ #967 ]
15+ - Composer: remove ` roave/security-advisories ` (no longer needed with Composer 2.9+). [ #961 ]
16+ - README: corrected Python Requests library URL. [ #944 ] Props [ @pmbaldha ] [ gh-pmbaldha ]
17+ - General housekeeping.
18+
19+ [ #940 ] : https://github.com/WordPress/Requests/pull/940
20+ [ #944 ] : https://github.com/WordPress/Requests/pull/944
21+ [ #947 ] : https://github.com/WordPress/Requests/pull/947
22+ [ #954 ] : https://github.com/WordPress/Requests/pull/954
23+ [ #956 ] : https://github.com/WordPress/Requests/pull/956
24+ [ #961 ] : https://github.com/WordPress/Requests/pull/961
25+ [ #967 ] : https://github.com/WordPress/Requests/pull/967
26+ [ #968 ] : https://github.com/WordPress/Requests/pull/968
27+
4282.0.15
529------
630
@@ -1096,6 +1120,7 @@ Initial release!
10961120[ gh-ozh ] : https://github.com/ozh
10971121[ gh-patmead ] : https://github.com/patmead
10981122[ gh-peterwilsoncc ] : https://github.com/peterwilsoncc
1123+ [ gh-pmbaldha ] : https://github.com/pmbaldha
10991124[ gh-qibinghua ] : https://github.com/qibinghua
11001125[ gh-remik ] : https://github.com/remik
11011126[ gh-rmccue ] : https://github.com/rmccue
@@ -1109,6 +1134,7 @@ Initial release!
11091134[ gh-szepeviktor ] : https://github.com/szepeviktor
11101135[ gh-TimothyBJacobs ] : https://github.com/TimothyBJacobs
11111136[ gh-tnorthcutt ] : https://github.com/tnorthcutt
1137+ [ gh-TobiasBg ] : https://github.com/TobiasBg
11121138[ gh-todeveni ] : https://github.com/todeveni
11131139[ gh-tomsommer ] : https://github.com/tomsommer
11141140[ gh-tonebender ] : https://github.com/tonebender
@@ -1119,3 +1145,4 @@ Initial release!
11191145[ gh-xknown ] : https://github.com/xknown
11201146[ gh-Zegnat ] : https://github.com/Zegnat
11211147[ gh-ZsgsDesign ] : https://github.com/ZsgsDesign
1148+
0 commit comments