solana-php-sdk
solana-php-sdk copied to clipboard
Bump symfony/http-foundation from 7.0.6 to 7.1.7
Bumps symfony/http-foundation from 7.0.6 to 7.1.7.
Release notes
Sourced from symfony/http-foundation's releases.
v7.1.7
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.6...v7.1.7)
- security symfony/symfony#cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (
@nicolas-grekas)- bug symfony/symfony#58712 [HttpFoundation] Fix support for
\SplTempFileObjectinBinaryFileResponse(@elementaire)v7.1.6
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.5...v7.1.6)
- bug symfony/symfony#58619 [HttpFoundation][Lock] Ensure compatibility with ext-mongodb v2 (
@GromNaN)v7.1.5
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58181 [HttpFoundation] Update links for
X-Accel-Redirectand fail properly whenX-Accel-Mappingis missing (@nicolas-grekas)- bug symfony/symfony#58218 Work around
parse_url()bug (@nicolas-grekas)v7.1.3
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57585 [HttpFoundation] Fix MockArraySessionStorage to generate more conform ids (
@Seldaek)v7.1.1
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (https://github.com/symfony/http-foundation/compare/v7.1.0-BETA1...v7.1.0-RC1)
- bug symfony/symfony#54910 [HttpFoundation] filter out empty HTTP header parts (
@xabbuh)v7.1.0-BETA1
Changelog (https://github.com/symfony/http-foundation/compare/v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#52986 [HttpFoundation] Similar locale selection (
@Spomky)- feature symfony/symfony#51502 [HttpKernel] Add temporary URI signed (
@BaptisteContreras)- feature symfony/symfony#49184 [FrameworkBundle][HttpFoundation] reduce response constraints verbosity (Nicolas Appriou,
@Nicals)- feature symfony/symfony#49144 [HttpFoundation] Add support for
\SplTempFileObjectinBinaryFileResponse(@alexandre-daubois)- feature symfony/symfony#51343 [HttpFoundation] Add
HeaderRequestMatcher(@alexandre-daubois)- feature symfony/symfony#51324 [HttpFoundation] Add
QueryParameterRequestMatcher(@alexandre-daubois)- feature symfony/symfony#52948 Use faster hashing algorithms when possible (
@javiereguiluz)- feature symfony/symfony#52493 [HttpFoundation] Add
UploadedFile::getClientOriginalPath()to support directory uploads (@danielburger1337)v7.0.10
... (truncated)
Changelog
Sourced from symfony/http-foundation's changelog.
CHANGELOG
7.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- Add
partitionedflag toCookie(CHIPS Cookie)- Add argument
bool $flush = truetoResponse::send()- Make
MongoDbSessionHandlerinstantiable with the mongodb extension directly6.3
- Calling
ParameterBag::getDigit(),getAlnum(),getAlpha()on anarraythrows aUnexpectedValueExceptioninstead of aTypeError- Add
ParameterBag::getString()to convert a parameter into string and throw an exception if the value is invalid- Add
ParameterBag::getEnum()- Create migration for session table when pdo handler is used
- Add support for Relay PHP extension for Redis
- The
Response::sendHeaders()method now takes an optional HTTP status code as parameter, allowing to send informational responses such as Early Hints responses (103 status code)- Add
IpUtils::isPrivateIp()- Add
Request::getPayload(): InputBag- Deprecate conversion of invalid values in
ParameterBag::getInt()andParameterBag::getBoolean(),- Deprecate ignoring invalid values when using
ParameterBag::filter(), unless flagFILTER_NULL_ON_FAILUREis set
... (truncated)
Commits
5183b61[HttpFoundation] Fix mergecd65d42Merge branch '6.4' into 7.1ba020a3Merge branch '5.4' into 6.4168b77csecurity #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...4f4d5a2bug #58712 [HttpFoundation] Fix support for\SplTempFileObjectin `BinaryFi...40f90f6Fix support for \SplTempFileObject in BinaryFileResponse6472a9fMerge branch '6.4' into 7.14875486Merge branch '5.4' into 6.432310ff[HttpFoundation] Reject URIs that contain invalid characters38bd9bc[HttpFoundation] Remove invalid HTTP method from exception message- 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.