Skip to content

Releases: symfony/http-client

v6.0.12

26 Aug 14:50
v6.0.12
Compare
Choose a tag to compare

Changelog (v6.0.11...v6.0.12)

  • bug #47145 Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
  • bug #47143 Fix memory leak when using StreamWrapper (nicolas-grekas)

v5.4.12

26 Aug 14:44
v5.4.12
Compare
Choose a tag to compare

Changelog (v5.4.11...v5.4.12)

  • bug #47145 Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
  • bug #47143 Fix memory leak when using StreamWrapper (nicolas-grekas)

v4.4.45

26 Aug 14:40
v4.4.45
Compare
Choose a tag to compare

Changelog (v4.4.44...v4.4.45)

  • bug #47145 Fix shared connections not being freed on PHP < 8 (nicolas-grekas)
  • bug #47143 Fix memory leak when using StreamWrapper (nicolas-grekas)

v6.1.3

29 Jul 13:08
v6.1.3
Compare
Choose a tag to compare

Changelog (v6.1.2...v6.1.3)

  • bug #47086 Workaround disabled "var_dump" (nicolas-grekas)
  • bug #46700 Prevent "Fatal error" in data collector (fmata)

v6.0.11

29 Jul 12:59
v6.0.11
Compare
Choose a tag to compare

Changelog (v6.0.10...v6.0.11)

  • bug #47086 Workaround disabled "var_dump" (nicolas-grekas)

v5.4.11

29 Jul 12:37
v5.4.11
Compare
Choose a tag to compare

Changelog (v5.4.10...v5.4.11)

  • bug #47086 Workaround disabled "var_dump" (nicolas-grekas)

v4.4.44

29 Jul 12:28
v4.4.44
Compare
Choose a tag to compare

Changelog (v4.4.43...v4.4.44)

  • bug #47086 Workaround disabled "var_dump" (nicolas-grekas)

v6.1.2

26 Jun 17:09
v6.1.2
Compare
Choose a tag to compare

Changelog (v6.1.1...v6.1.2)

  • bug #46665 Fix Copy as curl with base uri (HypeMC)
  • bug #46670 Fix json encode flags usage in copy-as-curl generation (welcoMattic)

v6.1.1

09 Jun 17:37
v6.1.1
Compare
Choose a tag to compare

Changelog (v6.1.0...v6.1.1)

  • bug #46583 Copy as curl fixes (HypeMC)

v6.1.0

27 May 07:53
v6.1.0
Compare
Choose a tag to compare

Changelog (v6.1.0-RC1...v6.1.0)

  • bug #46382 Honor "max_duration" when replacing requests with async decorators (nicolas-grekas)
  • bug #46380 Add missing HttpOptions::setMaxDuration() (nicolas-grekas)