| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-22 | 493 Bytes | |
| v8.1.5 source code.tar.gz | 2026-08-22 | 93.5 kB | |
| v8.1.5 source code.zip | 2026-08-22 | 142.6 kB | |
| Totals: 3 Items | 236.6 kB | 0 | |
Changelog (https://github.com/symfony/http-client/compare/v8.1.4...v8.1.5)
- 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)