laravel-5.4
laravel-5.4 copied to clipboard
Bump symfony/http-foundation from 3.3.2 to 3.4.47
Bumps symfony/http-foundation from 3.3.2 to 3.4.47.
Changelog
Sourced from symfony/http-foundation's changelog.
CHANGELOG
6.2
- The HTTP cache store uses the
xxh128algorithm- Deprecate calling
JsonResponse::setCallback(),Response::setExpires/setLastModified/setEtag(),MockArraySessionStorage/NativeSessionStorage::setMetadataBag(),NativeSessionStorage::setSaveHandler()without arguments- Add request matchers under the
Symfony\Component\HttpFoundation\RequestMatchernamespace- Deprecate
RequestMatcherin favor ofChainRequestMatcher- Deprecate
Symfony\Component\HttpFoundation\ExpressionRequestMatcherin favor ofSymfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher6.1
- Add stale while revalidate and stale if error cache header
- Allow dynamic session "ttl" when using a remote storage
- Deprecate
Request::getContentType(), useRequest::getContentTypeFormat()instead6.0
- Remove the
NamespacedAttributeBagclass- Removed
Response::create(),JsonResponse::create(),RedirectResponse::create(),StreamedResponse::create()andBinaryFileResponse::create()methods (use__construct()instead)- Not passing a
Closuretogether withFILTER_CALLBACKtoParameterBag::filter()throws an\InvalidArgumentException; wrap your filter in a closure instead- Not passing a
Closuretogether withFILTER_CALLBACKtoInputBag::filter()throws an\InvalidArgumentException; wrap your filter in a closure instead- Removed the
Request::HEADER_X_FORWARDED_ALLconstant, use eitherRequest::HEADER_X_FORWARDED_FOR | Request::HEADER_X_FORWARDED_HOST | Request::HEADER_X_FORWARDED_PORT | Request::HEADER_X_FORWARDED_PROTOorRequest::HEADER_X_FORWARDED_AWS_ELBorRequest::HEADER_X_FORWARDED_TRAEFIKconstants instead- Rename
RequestStack::getMasterRequest()togetMainRequest()- Not passing
FILTER_REQUIRE_ARRAYorFILTER_FORCE_ARRAYflags toInputBag::filter()when filtering an array will throwBadRequestException- Removed the
Request::HEADER_X_FORWARDED_ALLconstant- Retrieving non-scalar values using
InputBag::get()will throwBadRequestException(useInputBad::all()instead to retrieve an array)- Passing non-scalar default value as the second argument
InputBag::get()will throw\InvalidArgumentException- Passing non-scalar, non-array value as the second argument
InputBag::set()will throw\InvalidArgumentException- Passing
nullas$requestIptoIpUtils::__checkIp(),IpUtils::__checkIp4()orIpUtils::__checkIp6()is not supported anymore.5.4
- Deprecate passing
nullas$requestIptoIpUtils::__checkIp(),IpUtils::__checkIp4()orIpUtils::__checkIp6(), pass an empty string instead.- Add the
litespeed_finish_requestmethod to work with Litespeed- Deprecate
upload_progress.*andurl_rewriter.tagssession options- Allow setting session options via DSN
5.3
- Add the
SessionFactory,NativeSessionStorageFactory,PhpBridgeSessionStorageFactoryandMockFileSessionStorageFactoryclasses- Calling
Request::getSession()when there is no available session throws aSessionNotFoundException
... (truncated)
Commits
b9885fcRemove branch-version (keep them for contracts only)aacebf2bug #38516 [HttpFoundation] Fix Range Requests (BattleRattle)f445ee1[HttpFoundation] Fix Range Requestsd18c26c[CI] Silence errors when remove file/dir on test tearDown()dbe9a3fFix branch-versionec0b1dbRemove "version" from composer.json files, use "branch-version" instead350ce8aUpdate versions in composer.jsond6f03f8Remove "branch-alias", populate "version"dd10d32Change test946db27[HttpFoundation] skip tests when the IANA server is throttling the list of st...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.