Skip to content

Releases: symfony/http-foundation

v5.4.1

09 Dec 13:41
v5.4.1
Compare
Choose a tag to compare

Changelog (v5.4.0...v5.4.1)

  • bug #44502 do not call preg_match() on null (xabbuh)
  • bug #44378 fix SessionHandlerFactory using connections (dmaicher)

v6.0.0

29 Nov 17:09
v6.0.0
Compare
Choose a tag to compare

Changelog (v6.0.0-RC1...v6.0.0)

  • no significant changes

v5.4.0

29 Nov 17:01
v5.4.0
Compare
Choose a tag to compare

Changelog (v5.4.0-RC1...v5.4.0)

  • no significant changes

v6.0.0-RC1

24 Nov 09:05
v6.0.0-RC1
Compare
Choose a tag to compare
v6.0.0-RC1 Pre-release
Pre-release

Changelog (v6.0.0-BETA3...v6.0.0-RC1)

  • no significant changes

v5.4.0-RC1

24 Nov 08:57
v5.4.0-RC1
Compare
Choose a tag to compare
v5.4.0-RC1 Pre-release
Pre-release

Changelog (v5.4.0-BETA3...v5.4.0-RC1)

  • no significant changes

v5.3.11

22 Nov 14:33
v5.3.11
Compare
Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • no significant changes

v4.4.34

22 Nov 14:16
v4.4.34
Compare
Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • no significant changes

v6.0.0-BETA1

05 Nov 08:17
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43671 add ResponseIsUnprocessable (garak)
  • feature #41268 Allow setting session options via DSN (makraz)
  • feature #43550 Remove possibility to pass null as $requestIp in IpUtils (W0rma)
  • feature #43411 Deprecate passing null as $requestIp in IpUtils (W0rma)
  • feature #43378 Deprecate upload_progress.* and url_rewriter.tags session options (Matthew Covey)
  • feature #43017 Map multipart/form-data as form Content-Type (keichinger)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #41321 Remove deprecate session service (jderusse)
  • feature #42900 Add a flag to hasSession to distinguished session from factory (jderusse)
  • feature #41390 Add session cookie handling in cli context (alexander-schranz, Nyholm)
  • feature #42332 Add litespeed_finish_request to Response (thomas2411)
  • feature #42392 Mark Request::get() internal (ro0NL)
  • feature #42286 Add SessionFactoryInterface (kbond)
  • feature #42088 add return types and bump to v3 (nicolas-grekas)
  • feature #41334 remove deprecated code (azjezz)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)

v5.4.0-BETA1

05 Nov 07:19
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43671 add ResponseIsUnprocessable (garak)
  • feature #41268 Allow setting session options via DSN (makraz)
  • feature #43411 Deprecate passing null as $requestIp in IpUtils (W0rma)
  • feature #43378 Deprecate upload_progress.* and url_rewriter.tags session options (Matthew Covey)
  • feature #43017 Map multipart/form-data as form Content-Type (keichinger)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #42900 Add a flag to hasSession to distinguished session from factory (jderusse)
  • feature #41390 Add session cookie handling in cli context (alexander-schranz, Nyholm)
  • feature #42332 Add litespeed_finish_request to Response (thomas2411)
  • feature #42392 Mark Request::get() internal (ro0NL)
  • feature #42286 Add SessionFactoryInterface (kbond)

v5.3.10

29 Oct 08:40
v5.3.10
Compare
Choose a tag to compare

Changelog (v5.3.9...v5.3.10)

  • no significant changes