Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps symfony/http-foundation from 5.4.10 to 6.0.20.

Release notes

Sourced from symfony/http-foundation's releases.

v6.0.20

Changelog (symfony/http-foundation@v6.0.19...v6.0.20)

  • bug #49141 Fix bad return type in IpUtils::checkIp4() (tristankretzer)

v6.0.19

Changelog (symfony/http-foundation@v6.0.18...v6.0.19)

  • no significant changes

v6.0.17

Changelog (symfony/http-foundation@v6.0.16...v6.0.17)

  • bug #48635 Use relative timestamps with MemcachedSessionHandler (tvlooy)
  • bug #48628 Fix dumping array cookies (nicolas-grekas)
  • bug #48421 IPv4-mapped IPv6 addresses incorrectly rejected (bonroyage)

v6.0.16

Changelog (symfony/http-foundation@v6.0.15...v6.0.16)

  • bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
  • bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)

v6.0.15

Changelog (symfony/http-foundation@v6.0.14...v6.0.15)

  • no significant changes

v6.0.14

Changelog (symfony/http-foundation@v6.0.13...v6.0.14)

  • bug #47746 Fix BinaryFileResponse content type detection logic (X-Coder264)

v6.0.13

Changelog (symfony/http-foundation@v6.0.12...v6.0.13)

  • bug #47516 Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
  • bug #47530 Always return strings from accept headers (ausi)
  • bug #47434 move flushing outside of Response::closeOutputBuffers (nicolas-grekas)

v6.0.12

Changelog (symfony/http-foundation@v6.0.11...v6.0.12)

  • bug #47283 Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
  • bug #47273 Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
  • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

v6.0.11

Changelog (symfony/http-foundation@v6.0.10...v6.0.11)

... (truncated)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

6.2

  • The HTTP cache store uses the xxh128 algorithm
  • Deprecate calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler() without arguments
  • Add request matchers under the Symfony\Component\HttpFoundation\RequestMatcher namespace
  • Deprecate RequestMatcher in favor of ChainRequestMatcher
  • Deprecate Symfony\Component\HttpFoundation\ExpressionRequestMatcher in favor of Symfony\Component\HttpFoundation\RequestMatcher\ExpressionRequestMatcher

6.1

  • Add stale while revalidate and stale if error cache header
  • Allow dynamic session "ttl" when using a remote storage
  • Deprecate Request::getContentType(), use Request::getContentTypeFormat() instead

6.0

  • Remove the NamespacedAttributeBag class
  • Removed Response::create(), JsonResponse::create(), RedirectResponse::create(), StreamedResponse::create() and BinaryFileResponse::create() methods (use __construct() instead)
  • Not passing a Closure together with FILTER_CALLBACK to ParameterBag::filter() throws an \InvalidArgumentException; wrap your filter in a closure instead
  • Not passing a Closure together with FILTER_CALLBACK to InputBag::filter() throws an \InvalidArgumentException; wrap your filter in a closure instead
  • Removed the Request::HEADER_X_FORWARDED_ALL constant, use either Request::HEADER_X_FORWARDED_FOR | Request::HEADER_X_FORWARDED_HOST | Request::HEADER_X_FORWARDED_PORT | Request::HEADER_X_FORWARDED_PROTO or Request::HEADER_X_FORWARDED_AWS_ELB or Request::HEADER_X_FORWARDED_TRAEFIKconstants instead
  • Rename RequestStack::getMasterRequest() to getMainRequest()
  • Not passing FILTER_REQUIRE_ARRAY or FILTER_FORCE_ARRAY flags to InputBag::filter() when filtering an array will throw BadRequestException
  • Removed the Request::HEADER_X_FORWARDED_ALL constant
  • Retrieving non-scalar values using InputBag::get() will throw BadRequestException (use InputBad::all() instead to retrieve an array)
  • Passing non-scalar default value as the second argument InputBag::get() will throw \InvalidArgumentException
  • Passing non-scalar, non-array value as the second argument InputBag::set() will throw \InvalidArgumentException
  • Passing null as $requestIp to IpUtils::__checkIp(), IpUtils::__checkIp4() or IpUtils::__checkIp6() is not supported anymore.

5.4

  • Deprecate passing null as $requestIp to IpUtils::__checkIp(), IpUtils::__checkIp4() or IpUtils::__checkIp6(), pass an empty string instead.
  • Add the litespeed_finish_request method to work with Litespeed
  • Deprecate upload_progress.* and url_rewriter.tags session options
  • Allow setting session options via DSN

5.3

  • Add the SessionFactory, NativeSessionStorageFactory, PhpBridgeSessionStorageFactory and MockFileSessionStorageFactory classes
  • Calling Request::getSession() when there is no available session throws a SessionNotFoundException

... (truncated)

Commits
  • e16b267 Merge branch '5.4' into 6.0
  • d043536 [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
  • 56648fa Merge branch '5.4' into 6.0
  • 70fd0eb Bump license year to 2023
  • 22fe17e Merge branch '5.4' into 6.0
  • b64a0e2 Use relative timestamps
  • eec2141 [HttpFoundation] Fix dumping array cookies
  • 3af910b Merge branch '5.4' into 6.0
  • 1120e76 bug #48421 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected (...
  • d7ea993 [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 5.4.10 to 6.0.20.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/6.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v5.4.10...v6.0.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/http-foundation-6.0.20 branch from a26a027 to b621d5b Compare April 26, 2023 13:41
@nickvergessen
Copy link
Member

Staying on 5.4 LTS for now while we need PHP 8.0 support, see also #1606

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/symfony/http-foundation-6.0.20 branch October 14, 2023 16:22
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.

2 participants