laravel-course
laravel-course copied to clipboard
Bump symfony/http-foundation from 4.2.2 to 4.4.1
Bumps symfony/http-foundation from 4.2.2 to 4.4.1.
Changelog
Sourced from symfony/http-foundation's changelog.
CHANGELOG
5.1.0
- Deprecate
Response::create(),JsonResponse::create(),RedirectResponse::create(), andStreamedResponse::create()methods (use__construct()instead)5.0.0
- made
Cookieauto-secure and lax by default- removed classes in the
MimeTypenamespace, use the Symfony Mime component instead- removed method
UploadedFile::getClientSize()and the related constructor argument- made
Request::getSession()throw if the session has not been set before- removed
Response::HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL- passing a null url when instantiating a
RedirectResponseis not allowed4.4.0
- passing arguments to
Request::isMethodSafe()is deprecated.ApacheRequestis deprecated, use theRequestclass instead.- passing a third argument to
HeaderBag::get()is deprecated, use methodall()instead- [BC BREAK]
PdoSessionHandlerwith MySQL changed the type of the lifetime column, make sure to runALTER TABLE sessions MODIFY sess_lifetime INTEGER UNSIGNED NOT NULLto update your database.PdoSessionHandlernow precalculates the expiry timestamp in the lifetime column, make sure to runCREATE INDEX EXPIRY ON sessions (sess_lifetime)to update your database to speed up garbage collection of expired sessions.- added
SessionHandlerFactoryto create session handlers with a DSN- added
IpUtils::anonymize()to help with GDPR compliance.4.3.0
- added PHPUnit constraints:
RequestAttributeValueSame,ResponseCookieValueSame,ResponseHasCookie,ResponseHasHeader,ResponseHeaderSame,ResponseIsRedirected,ResponseIsSuccessful, andResponseStatusCodeSame- deprecated
MimeTypeGuesserInterfaceandExtensionGuesserInterfacein favor ofSymfony\Component\Mime\MimeTypesInterface.- deprecated
MimeTypeandMimeTypeExtensionGuesserin favor ofSymfony\Component\Mime\MimeTypes.- deprecated
FileBinaryMimeTypeGuesserin favor ofSymfony\Component\Mime\FileBinaryMimeTypeGuesser.- deprecated
FileinfoMimeTypeGuesserin favor ofSymfony\Component\Mime\FileinfoMimeTypeGuesser.- added
UrlHelperthat allows to get an absolute URL and a relative path for a given path4.2.0
... (truncated)
- the default value of the "$secure" and "$samesite" arguments of Cookie's constructor
Commits
8bccc59Merge branch '4.3' into 4.4fcafc7cMerge branch '3.4' into 4.3d2d0cfe[HttpFoundation] Fixed typocc09809[HttpFoundation] Update CHANGELOG for PdoSessionHandler BC BREAK in 4.4c2480b7Merge branch '3.4' into 4.3f7efd0bSimpler example for Apache basic auth workaround502040dMerge branch '4.3' into 4.40ac9ebfMerge branch '3.4' into 4.3a558b18feature #34405 [HttpFoundation] Added possibility to configure expiration tim...0c5217a[HttpFoundation] Added possibility to configure expiration time in redis sess...- 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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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.