chore(deps): update dependency rack to '~>3.2.0' #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~>3.1.0'->'~>3.2.0'Release Notes
rack/rack (rack)
v3.2.4Compare Source
Fixed
multipart mime part header too largeerrors when previously read data accumulates in the scan buffer. (#2392, @alpaca-tc, @willnet, @krororo)v3.2.3Compare Source
v3.2.2Compare Source
Security
v3.2.1Compare Source
Added
Rack::Events. (#2375, @unflxw)Fixed
NoMethodErrorwould be raised when usingRack::Eventswith streaming bodies. (#2375, @unflxw)v3.2.0Compare Source
This release continues Rack's evolution toward a cleaner, more efficient foundation while maintaining backward compatibility for most applications. The breaking changes primarily affect deprecated functionality, so most users should experience a smooth upgrade with improved performance and standards compliance.
SPEC Changes
nilas a valid return from a Responsebody.to_path(#2318, [@MSP-Greg])Rack::Lint#check_header_valueis relaxed, only disallowing CR/LF/NUL characters. (#2354, [@ioquatix])Added
Rack::VERSIONconstant. (#2199, [@ioquatix])ISO-2022-JPencoded parts within MIME Multipart sections of an HTTP request body will now be converted toUTF-8. (#2245, @nappa)Rack::Request#query_parser=to allow setting the query parser to use. (#2349, [@jeremyevans])Rack::Request#form_pairsto access form data as raw key-value pairs, preserving duplicate keys. (#2351, [@matthewd])Changed
Rack::MediaType#paramsnow handles empty strings. (#2229, [@jeremyevans])ip_filterlambda to evaluateRequest#ip(#2287, [@willbryant])Request#iponce per request (#2292, [@willbryant])Rack::Builder#use,#map, and#runmethods now returnnil. (#2355, [@ioquatix])Rack::ConditionalGetwhen the response is304 Not Modified. (#2353, [@ioquatix])Rack::Headwhen the request method isHEAD(#2360, @skipkayhil)Deprecated
Rack::Auth::AbstractRequest#requestis deprecated without replacement. (#2229, [@jeremyevans])Rack::Request#parse_multipart(private method designed to be overridden in subclasses) is deprecated without replacement. (#2229, [@jeremyevans])Removed
Rack::Request#values_atis removed. (#2200, [@ioquatix])Rack::Loggeris removed with no replacement. (#2196, [@ioquatix])Rack::Request#{GET,POST}has been removed. (#2230, [@jeremyevans])CGI::Cookiehas been removed. (#2332, [@ioquatix])Fixed
Rack::RewindableInput::Middlewareno longer wraps a nil input. (#2259, @tt)NoMethodErrorinRack::Request#wrap_ipv6whenx-forwarded-hostis empty. (#2270, @oieioi)SERVER_PORTwhich was incorrectly documented as required to be anIntegerif present - it must be aStringcontaining digits only. (#2296, [@ioquatix])SERVER_NAMEandHTTP_HOSTare now more strictly validated according to the relevant specifications. (#2298, [@ioquatix])Rack::Lintnow disallowsPATH_INFO="" SCRIPT_NAME="". (#2298, [@jeremyevans])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.