Releases: symfony/http-foundation
Releases · symfony/http-foundation
v5.4.1
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
Changelog (v6.0.0-RC1...v6.0.0)
- no significant changes
v5.4.0
Changelog (v5.4.0-RC1...v5.4.0)
- no significant changes
v6.0.0-RC1
Changelog (v6.0.0-BETA3...v6.0.0-RC1)
- no significant changes
v5.4.0-RC1
Changelog (v5.4.0-BETA3...v5.4.0-RC1)
- no significant changes
v5.3.11
Changelog (v5.3.10...v5.3.11)
- no significant changes
v4.4.34
Changelog (v4.4.33...v4.4.34)
- no significant changes
v6.0.0-BETA1
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
asform
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
toResponse
(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
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
asform
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
toResponse
(thomas2411) - feature #42392 Mark Request::get() internal (ro0NL)
- feature #42286 Add
SessionFactoryInterface
(kbond)
v5.3.10
Changelog (v5.3.9...v5.3.10)
- no significant changes