| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-22 | 495 Bytes | |
| v7.4.17 source code.tar.gz | 2026-08-22 | 88.4 kB | |
| v7.4.17 source code.zip | 2026-08-22 | 144.1 kB | |
| Totals: 3 Items | 233.0 kB | 0 | |
Changelog (https://github.com/symfony/http-client/compare/v7.4.16...v7.4.17)
- bug [#65484] Fix CachingHttpClient when trusted hosts are configured (@nicolas-grekas)
- bug [#65367] Fix PHP 8.6 deprecations (@nicolas-grekas)
- bug [#65314] Fix abandoned wrapped response throwing on destruct (@nicolas-grekas)
- bug [#65311] Fix mis-armed consumption guard in AsyncResponse::stream() (@nicolas-grekas)
- minor [#65310] Remove unused code in
AsyncResponse::__destruct()(@lyrixx)