chore(deps): update dependency rack to v3.2.1 #365
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.16
->3.2.1
Release Notes
rack/rack (rack)
v3.2.1
Compare Source
v3.2.0
Compare 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
nil
as a valid return from a Responsebody.to_path
(#2318, [@MSP-Greg])Rack::Lint#check_header_value
is relaxed, only disallowing CR/LF/NUL characters. (#2354, [@ioquatix])Added
Rack::VERSION
constant. (#2199, [@ioquatix])ISO-2022-JP
encoded 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_pairs
to access form data as raw key-value pairs, preserving duplicate keys. (#2351, [@matthewd])Changed
Rack::MediaType#params
now handles empty strings. (#2229, [@jeremyevans])ip_filter
lambda to evaluateRequest#ip
(#2287, [@willbryant])Request#ip
once per request (#2292, [@willbryant])Rack::Builder
#use
,#map
, and#run
methods now returnnil
. (#2355, [@ioquatix])Rack::ConditionalGet
when the response is304 Not Modified
. (#2353, [@ioquatix])Rack::Head
when the request method isHEAD
(#2360, @skipkayhil)Deprecated
Rack::Auth::AbstractRequest#request
is 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_at
is removed. (#2200, [@ioquatix])Rack::Logger
is removed with no replacement. (#2196, [@ioquatix])Rack::Request#{GET,POST}
has been removed. (#2230, [@jeremyevans])CGI::Cookie
has been removed. (#2332, [@ioquatix])Fixed
Rack::RewindableInput::Middleware
no longer wraps a nil input. (#2259, @tt)NoMethodError
inRack::Request#wrap_ipv6
whenx-forwarded-host
is empty. (#2270, @oieioi)SERVER_PORT
which was incorrectly documented as required to be anInteger
if present - it must be aString
containing digits only. (#2296, [@ioquatix])SERVER_NAME
andHTTP_HOST
are now more strictly validated according to the relevant specifications. (#2298, [@ioquatix])Rack::Lint
now 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.