Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps): bump symfony/http-kernel from 7.1.6 to 7.2.2 #2546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps symfony/http-kernel from 7.1.6 to 7.2.2.

Release notes

Sourced from symfony/http-kernel's releases.

v7.2.2

Changelog (symfony/http-kernel@v7.2.1...v7.2.2)

  • bug symfony/symfony#59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (@​ovidiuenache)

v7.2.1

Changelog (symfony/http-kernel@v7.2.0...v7.2.1)

  • no significant changes

v7.2.0

Changelog (symfony/http-kernel@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/http-kernel@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/http-kernel@v7.2.0-BETA1...v7.2.0-BETA2)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/http-kernel@v7.1.6...v7.2.0-BETA1)

v7.1.10

Changelog (symfony/http-kernel@v7.1.9...v7.1.10)

  • bug symfony/symfony#59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (@​ovidiuenache)

v7.1.9

Changelog (symfony/http-kernel@v7.1.8...v7.1.9)

v7.1.8

Changelog (symfony/http-kernel@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

... (truncated)

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

7.2

  • Remove @internal flag and add @final to ServicesResetter
  • Add support for SYMFONY_DISABLE_RESOURCE_TRACKING env var
  • Add support for configuring trusted proxies/headers/hosts via env vars

7.1

  • Add method isKernelTerminating() to ExceptionEvent that allows to check if an exception was thrown while the kernel is being terminated
  • Add HttpException::fromStatusCode()
  • Add $validationFailedStatusCode argument to #[MapQueryParameter] that allows setting a custom HTTP status code when validation fails
  • Add NearMissValueResolverException to let value resolvers report when an argument could be under their watch but failed to be resolved
  • Add $type argument to #[MapRequestPayload] that allows mapping a list of items
  • The Extension class is marked as internal, extend the Extension class from the DependencyInjection component instead
  • Deprecate Extension::addAnnotatedClassesToCompile()
  • Deprecate AddAnnotatedClassesToCachePass
  • Deprecate the setAnnotatedClassCache() and getAnnotatedClassesToCompile() methods of the Kernel class
  • Add #[MapUploadedFile] attribute to fetch, validate, and inject uploaded files into controller arguments

7.0

  • Add argument $reflector to ArgumentResolverInterface::getArguments() and ArgumentMetadataFactoryInterface::createArgumentMetadata()
  • Remove ArgumentValueResolverInterface, use ValueResolverInterface instead
  • Remove StreamedResponseListener
  • Remove AbstractSurrogate::$phpEscapeMap
  • Remove HttpKernelInterface::MASTER_REQUEST
  • Remove terminate_on_cache_hit option from HttpCache
  • Require explicit argument when calling ConfigDataCollector::setKernel(), RouterListener::setCurrentRequest()
  • Remove Kernel::stripComments()
  • Remove FileLinkFormatter, use FileLinkFormatter from the ErrorHandler component instead
  • Remove UriSigner, use UriSigner from the HttpFoundation component instead
  • Add argument $buildDir to WarmableInterface
  • Add argument $filter to Profiler::find() and FileProfilerStorage::find()

6.4

  • Support backed enums in #[MapQueryParameter]
  • BundleInterface no longer extends ContainerAwareInterface
  • Add optional $className parameter to ControllerEvent::getAttributes()
  • Add native return types to TraceableEventDispatcher and to MergeExtensionConfigurationPass
  • Add argument $validationFailedStatusCode to #[MapQueryString] and #[MapRequestPayload]
  • Add argument $debug to Logger
  • Add class DebugLoggerConfigurator

... (truncated)

Commits
  • 3c43296 Update VERSION for 7.2.2
  • 480550d Merge branch '7.1' into 7.2
  • 0c902cb Merge branch '6.4' into 7.1
  • 0c7fa99 relax assertions on generated hashes
  • ab8d720 Merge branch '7.1' into 7.2
  • b2bb44a Bump Symfony version to 7.2.2
  • d8ae58e Update VERSION for 7.2.1
  • ec3423a Merge branch '6.4' into 7.1
  • 661cb10 bug #59134 [HttpKernel] Denormalize request data using the csv format when us...
  • b846efb [HttpKernel] Denormalize request data using the csv format when using "#[MapQ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 7.1.6 to 7.2.2.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v7.1.6...v7.2.2)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants