laravel-docker
laravel-docker copied to clipboard
Bump symfony/http-foundation from 7.2.6 to 7.3.7
Bumps symfony/http-foundation from 7.2.6 to 7.3.7.
Release notes
Sourced from symfony/http-foundation's releases.
v7.3.7
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.6...v7.3.7)
- no significant changes
v7.3.6
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.5...v7.3.6)
- bug symfony/symfony#62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (
@nicolas-grekas)- bug symfony/symfony#62246 [HttpFoundation] Allow Request::setFormat() to override predefined formats (
@longwave)v7.3.5
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.4...v7.3.5)
- bug symfony/symfony#62153 [HttpFoundation] Fix issue where ServerEvent with "0" data is not sent (
@santysisi)v7.3.4
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61766 Fix ord()-related PHP 8.5 deprecations (
@nicolas-grekas)- bug symfony/symfony#61585 [HttpFoundation][SQLSRV] Change column type from
TEXTtoSTRING(@Matt-PMCT)v7.3.3
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.2...v7.3.3)
- no significant changes
v7.3.2
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.1...v7.3.2)
- no significant changes
v7.3.1
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.0...v7.3.1)
- bug symfony/symfony#60875 [HttpFoundation] Revert " Emit PHP warning when
Response::sendHeaders()is called while output has already been sent" (@nicolas-grekas)- bug symfony/symfony#60547 [HttpFoundation] Fixed 'Via' header regex (
@thecaliskan)v7.3.0
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA2
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.0-BETA1...v7.3.0-BETA2)
... (truncated)
Changelog
Sourced from symfony/http-foundation's changelog.
CHANGELOG
7.3
- Add support for iterable of string in
StreamedResponse- Add
EventStreamResponseandServerEventclasses to streamline server event streaming- Add support for
valkey:/valkeys:schemes for sessionsRequest::getPreferredLanguage()now favors a more preferred language above exactly matching a locale- Allow
UriSignerto use aClockInterface- Add
UriSigner::verify()7.2
- Add optional
$requestsparameter toRequestStack::__construct()- Add optional
$v4Bytesand$v6Bytesparameters toIpUtils::anonymize()- Add
PRIVATE_SUBNETSas a shortcut for private IP address ranges toRequest::setTrustedProxies()- Deprecate passing
referer_check,use_only_cookies,use_trans_sid,trans_sid_hosts,trans_sid_tags,sid_bits_per_characterandsid_lengthoptions toNativeSessionStorage7.1
- Add optional
$expirationParameterargument toUriSigner::__construct()- Add optional
$expirationargument toUriSigner::sign()- Rename
$parameterargument ofUriSigner::__construct()to$hashParameter- Add
UploadedFile::getClientOriginalPath()- Add
QueryParameterRequestMatcher- Add
HeaderRequestMatcher- Add support for
\SplTempFileObjectinBinaryFileResponse- Add
verboseargument to response test constraints7.0
- Calling
ParameterBag::filter()throws anUnexpectedValueExceptionon invalid value, unless flagFILTER_NULL_ON_FAILUREis set- Calling
ParameterBag::getInt()andParameterBag::getBool()throws anUnexpectedValueExceptionon invalid value- Remove classes
RequestMatcherandExpressionRequestMatcher- Remove
Request::getContentType(), useRequest::getContentTypeFormat()instead- Throw an
InvalidArgumentExceptionwhen callingRequest::create()with a malformed URI- Require explicit argument when calling
JsonResponse::setCallback(),Response::setExpires/setLastModified/setEtag(),MockArraySessionStorage/NativeSessionStorage::setMetadataBag(),NativeSessionStorage::setSaveHandler()- Add argument
$statusCodetoResponse::sendHeaders()andStreamedResponse::sendHeaders()6.4
- Make
HeaderBag::getDate(),Response::getDate(),getExpires()andgetLastModified()return aDateTimeImmutable- Support root-level
GeneratorinStreamedJsonResponse- Add
UriSignerfrom the HttpKernel component
... (truncated)
Commits
db488a6Merge branch '6.4' into 7.3b03d11eMerge branch '5.4' into 6.46379e49Merge branch '6.4' into 7.31ba1d5f[HttpFoundation] Fix parsing hosts and schemes in URLs1a0706e[HttpFoundation] Fix parsing pathinfo with no leading slashc8ab9b6Merge branch '6.4' into 7.3ee93009[HttpFoundation] Allow Request::setFormat() to override predefined formatsce31218[HttpFoundation] Fix issue where ServerEvent with "0" data is not sentc061c7cMerge branch '6.4' into 7.33692415Fix ord()-related PHP 8.5 deprecations- 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.