Added
- Added the
crypto_method_maxrequest option to cap the maximum TLS protocol version - Added HTTP QUERY redirect support, preserving method and body on 301 and 302
Changed
- Section proxy tunnel connection reuse by credential so distinct credentials never share a tunnel
- Isolate concurrent foreign cURL proxy tunnels added while another owner's tunnel is active
- Route credentialed HTTP(S) proxy Proxy-Authorization headers through cURL proxy header handling
- Reject request-level
CURLOPT_SHAREwhen combined with authenticated HTTP/HTTPS proxy tunnel configuration - Remove deprecation for raw cURL
CURLOPT_PREREQFUNCTIONcallbacks when defined by PHP cURL - Route TLS 1.2
crypto_methodrequests to the stream handler when cURL cannot select TLS 1.2 - Reject final request URIs missing a scheme or host before transfer
Deprecated
- Deprecate invalid protocols, force_ip_resolve, delay, cookies, and allow_redirects values