laravel-docker-k8s
laravel-docker-k8s copied to clipboard
Bump symfony/http-foundation from 3.3.10 to 3.4.36
trafficstars
Bumps symfony/http-foundation from 3.3.10 to 3.4.36.
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
d2d0cfe[HttpFoundation] Fixed typof7efd0bSimpler example for Apache basic auth workaroundef5fed4[HttpFoundation] Allow redirecting to URLs that contain a semicolonc9425baFix MySQL column type definition.9e4b3ac[HttpFoundation] fix guessing mime-types of files with leading dasha5d46a3Fix MockFileSessionStorageTest::sessionDir being used after it's unset7b4626aRemove unused local variables in tests4db558cAdd plus character+to legal mime subtype233f40c[HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array35ffbbf[HttpFoundation] allow additinal characters in not raw cookies- 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.