Releases: symfony/http-client
Releases · symfony/http-client
v4.4.31
Changelog (v4.4.30...v4.4.31)
- bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)
v5.3.7
Changelog (v5.3.6...v5.3.7)
- bug #42769 Don't pass float to
usleep()
(derrabus)
v5.3.4
Changelog (v5.3.3...v5.3.4)
- bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
v5.2.12
Changelog (v5.2.11...v5.2.12)
- bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
v4.4.27
Changelog (v4.4.26...v4.4.27)
- bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
v5.3.3
Changelog (v5.3.2...v5.3.3)
- bug #41807 fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)
v5.2.11
Changelog (v5.2.10...v5.2.11)
- bug #41807 fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)
- bug #41674 fix compat with cURL <= 7.37 (nicolas-grekas)
- bug #41656 throw exception when AsyncDecoratorTrait gets an already consumed response (nicolas-grekas)
- bug #41624 Revert bindto workaround for unaffected PHP versions (derrabus)
v4.4.26
Changelog (v4.4.25...v4.4.26)
- bug #41807 fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)
- bug #41624 Revert bindto workaround for unaffected PHP versions (derrabus)
v5.3.2
Changelog (v5.3.1...v5.3.2)
- bug #41674 fix compat with cURL <= 7.37 (nicolas-grekas)
- bug #41656 throw exception when AsyncDecoratorTrait gets an already consumed response (nicolas-grekas)
- bug #41624 Revert bindto workaround for unaffected PHP versions (derrabus)
v5.2.10
Changelog (v5.2.9...v5.2.10)
- no significant changes