laravel-forge-bot
laravel-forge-bot copied to clipboard
Bump symfony/http-kernel from 5.0.7 to 5.1.5
Bumps symfony/http-kernel from 5.0.7 to 5.1.5.
Release notes
Sourced from symfony/http-kernel's releases.
v5.1.5
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.3...v5.1.4)
- bug #37841 Backport handler lock when using VAR_DUMPER_FORMAT (ogizanagi)
v5.1.3
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.2...v5.1.3)
- bug #37341 Fix support for PHP8 union types (nicolas-grekas)
v5.1.2
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.0...v5.1.1)
- bug #37182 Fix regression where Store does not return response body correctly (mpdude)
v5.1.0
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.0-RC2...v5.1.0)
- no changes
v5.1.0-RC2
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.0-RC1...v5.1.0-RC2)
- bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
- bug #36833 Fix that the
Storewould not save responses with the X-Content-Digest header present (mpdude)- bug #36855 Fix error logger when stderr is redirected to /dev/null (fabpot)
- bug #36838 Bring back the debug toolbar (derrabus)
v5.1.0-RC1
Changelog (https://github.com/symfony/http-kernel/compare/v5.1.0-BETA1...v5.1.0-RC1)
- bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)
v5.0.11
Changelog (https://github.com/symfony/http-kernel/compare/v5.0.10...v5.0.11)
- bug #37341 Fix support for PHP8 union types (nicolas-grekas)
v5.0.10
Changelog (https://github.com/symfony/http-kernel/compare/v5.0.9...v5.0.10)
Changelog
Sourced from symfony/http-kernel's changelog.
CHANGELOG
5.2.0
- added session usage
- made the public
http_cacheservice handle requests when available- allowed enabling trusted hosts and proxies using new
kernel.trusted_hosts,kernel.trusted_proxiesandkernel.trusted_headersparameters- content of request parameter
_passwordis now also hidden in the request profiler raw content section5.1.0
- allowed to use a specific logger channel for deprecations
- made
WarmableInterface::warmUp()return a list of classes or files to preload on PHP 7.4+; not returning an array is deprecated- made kernels implementing
WarmableInterfacebe part of the cache warmup stage- deprecated support for
service:actionsyntax to reference controllers, useserviceOrFqcn::methodinstead- allowed using public aliases to reference controllers
- added session usage reporting when the
_statelessattribute of the request is set totrue- added
AbstractSessionListener::onSessionUsage()to report when the session is used while a request is stateless5.0.0
- removed support for getting the container from a non-booted kernel
- removed the first and second constructor argument of
ConfigDataCollector- removed
ConfigDataCollector::getApplicationName()- removed
ConfigDataCollector::getApplicationVersion()- removed support for
Symfony\Component\Templating\EngineInterfaceinHIncludeFragmentRenderer, use aTwig\Environmentonly- removed
TranslatorListenerin favor ofLocaleAwareListener- removed
getRootDir()andgetName()fromKernelandKernelInterface- removed
FilterControllerArgumentsEvent, useControllerArgumentsEventinstead- removed
FilterControllerEvent, useControllerEventinstead- removed
FilterResponseEvent, useResponseEventinstead- removed
GetResponseEvent, useRequestEventinstead- removed
GetResponseForControllerResultEvent, useViewEventinstead- removed
GetResponseForExceptionEvent, useExceptionEventinstead- removed
PostResponseEvent, useTerminateEventinstead- removed
SaveSessionListenerin favor ofAbstractSessionListener- removed
Client, useHttpKernelBrowserinstead- added method
getProjectDir()toKernelInterface- removed methods
serializeandunserializefromDataCollector, store the serialized state in the data property instead- made
ProfilerStorageInterfaceinternal- removed the second and third argument of
KernelInterface::locateResource- removed the second and third argument of
FileLocator::__construct- removed loading resources from
%kernel.root_dir%/Resourcesand%kernel.root_dir%as
Commits
3e32676Update VERSION for 5.1.5f855601Merge branch '4.4' into 5.1cdf1e9bsecurity #cve-2020-15094 Remove headers with internal meaning from HttpClient...8e8d0edRemove headers with internal meaning from HttpClient responses05293ddBump Symfony version to 5.1.5f829c24Update VERSION for 5.1.4a5ed890Bump Symfony version to 4.4.13f93f6b3Update VERSION for 4.4.12794f3d4Merge branch '4.4' into 5.198fb210minor #37831 stop using deprecated PHPUnit APIs (xabbuh)- 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.