truncateHTML
truncateHTML copied to clipboard
Bump symfony/http-kernel from 2.4.5 to 2.6.13
Bumps symfony/http-kernel from 2.4.5 to 2.6.13.
Changelog
Sourced from symfony/http-kernel's changelog.
CHANGELOG
7.0
- Add argument
$reflectortoArgumentResolverInterface::getArguments()andArgumentMetadataFactoryInterface::createArgumentMetadata()- Remove
ArgumentValueResolverInterface, useValueResolverInterfaceinstead- Remove
StreamedResponseListener- Remove
AbstractSurrogate::$phpEscapeMap- Remove
HttpKernelInterface::MASTER_REQUEST- Remove
terminate_on_cache_hitoption fromHttpCache- Require explicit argument when calling
ConfigDataCollector::setKernel(),RouterListener::setCurrentRequest()- Remove
Kernel::stripComments()- Remove
FileLinkFormatter, useFileLinkFormatterfrom the ErrorHandler component instead- Remove
UriSigner, useUriSignerfrom the HttpFoundation component instead- Add argument
$buildDirtoWarmableInterface- Add argument
$filtertoProfiler::find()andFileProfilerStorage::find()6.4
- Support backed enums in #[MapQueryParameter]
BundleInterfaceno longer extendsContainerAwareInterface- Add optional
$classNameparameter toControllerEvent::getAttributes()- Add native return types to
TraceableEventDispatcherand toMergeExtensionConfigurationPass- Add argument
$validationFailedStatusCodeto#[MapQueryString]and#[MapRequestPayload]- Add argument
$debugtoLogger- Add class
DebugLoggerConfigurator- Add parameters
kernel.runtime_modeandkernel.runtime_mode.*, all set from env varAPP_RUNTIME_MODE- Deprecate
Kernel::stripComments()- Support the
!character at the beginning of a string as a negation operator in the url filter of the profiler- Deprecate
UriSigner, useUriSignerfrom the HttpFoundation component instead- Deprecate
FileLinkFormatter, useFileLinkFormatterfrom the ErrorHandler component instead- Add argument
$buildDirtoWarmableInterface- Add argument
$filtertoProfiler::find()andFileProfilerStorage::find()- Add
ControllerResolver::allowControllers()to define which callables are legit controllers when the_check_controller_is_allowedrequest attribute is set6.3
- Deprecate parameters
container.dumper.inline_factoriesandcontainer.dumper.inline_class_loader, use.container.dumper.inline_factoriesand.container.dumper.inline_class_loaderinsteadFileProfilerStorageremoves profiles automatically after two days- Add
#[WithHttpStatus]for defining status codes for exceptions- Use an instance of
Psr\Clock\ClockInterfaceto generate the current date time inDateTimeValueResolver- Add
#[WithLogLevel]for defining log levels for exceptions- Add
skip_response_headersto theHttpCacheoptions- Introduce targeted value resolvers with
#[ValueResolver]and#[AsTargetedValueResolver]- Add
#[MapRequestPayload]to map and validate request payload fromRequest::getContent()orRequest::$request->all()to typed objects- Add
#[MapQueryString]to map and validate request query string fromRequest::$query->all()to typed objects
... (truncated)
Commits
cdd991dupdated VERSION for 2.6.13498866abumped Symfony version to 2.6.12a3f0ed7updated VERSION for 2.6.118a9c3d3minor #15317 [2.6] Static Code Analysis for Components (kalessil)5c23682[2.6] Static Code Analysis for Componentsba68a75[HttpKernel] Fix lowest dep2817487bumped Symfony version to 2.6.1152c99b6updated VERSION for 2.6.108078f58Merge branch '2.3' into 2.6b8f99b1fix CS- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.