Releases: symfony/http-client
Releases · symfony/http-client
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#62073 [HttpClient] Add QUERY to the list of retriable HTTP methods (@nicolas-grekas)
- feature symfony/symfony#62059 [HttpClient] Add option
auto_upgrade_http_versionto control how the request HTTP version is handled inHttplugClientandPsr18Client(@ajgarlag) - feature symfony/symfony#61987 [HttpClient] remove support for StoreInterface as the HTTP client cache (@xabbuh)
- feature symfony/symfony#59576 [HttpClient] Make
CachingHttpClientcompatible with RFC 9111 (@Lctrs) - feature symfony/symfony#60712 [HttpClient] Remove support for amphp/http-client < 5 (@nicolas-grekas)
- feature symfony/symfony#60704 [HttpClient] Deprecate using amphp/http-client < 5 (@nicolas-grekas)
- feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#62073 [HttpClient] Add QUERY to the list of retriable HTTP methods (@nicolas-grekas)
- feature symfony/symfony#62059 [HttpClient] Add option
auto_upgrade_http_versionto control how the request HTTP version is handled inHttplugClientandPsr18Client(@ajgarlag) - feature symfony/symfony#59576 [HttpClient] Make
CachingHttpClientcompatible with RFC 9111 (@Lctrs) - feature symfony/symfony#60704 [HttpClient] Deprecate using amphp/http-client < 5 (@nicolas-grekas)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61534 [HttpClient] Fix PHP 8.5 deprecation using str_increment() (@nicolas-grekas)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
v6.4.25
Changelog (v6.4.24...v6.4.25)
- bug symfony/symfony#61534 [HttpClient] Fix PHP 8.5 deprecation using str_increment() (@nicolas-grekas)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot) - bug symfony/symfony#61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
v6.4.24
Changelog (v6.4.23...v6.4.24)
- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot)
v7.3.1
Changelog (v7.3.0...v7.3.1)
- bug symfony/symfony#60806 [HttpClient] Limit curl's connection cache size (@nicolas-grekas)