Skip to content

Releases: symfony/http-client

v4.4.31

28 Sep 08:51
v4.4.31
Compare
Choose a tag to compare

Changelog (v4.4.30...v4.4.31)

  • bug #42896 Fix handling timeouts when responses are destructed (nicolas-grekas)

v5.3.7

30 Aug 12:42
v5.3.7
Compare
Choose a tag to compare

Changelog (v5.3.6...v5.3.7)

  • bug #42769 Don't pass float to usleep() (derrabus)

v5.3.4

26 Jul 18:18
v5.3.4
Compare
Choose a tag to compare

Changelog (v5.3.3...v5.3.4)

  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v5.2.12

26 Jul 17:21
v5.2.12
Compare
Choose a tag to compare

Changelog (v5.2.11...v5.2.12)

  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v4.4.27

26 Jul 17:32
v4.4.27
Compare
Choose a tag to compare

Changelog (v4.4.26...v4.4.27)

  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v5.3.3

30 Jun 08:37
v5.3.3
Compare
Choose a tag to compare

Changelog (v5.3.2...v5.3.3)

  • bug #41807 fix Psr18Client when allow_url_fopen=0 (nicolas-grekas)

v5.2.11

30 Jun 08:27
v5.2.11
Compare
Choose a tag to compare

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

30 Jun 08:23
v4.4.26
Compare
Choose a tag to compare

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

17 Jun 14:21
v5.3.2
Compare
Choose a tag to compare

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

01 Jun 10:22
v5.2.10
Compare
Choose a tag to compare

Changelog (v5.2.9...v5.2.10)

  • no significant changes