-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency rack to v3.2.1 #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/rack-3.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rultor please, try to merge, since 11 checks have passed |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 12min).
|
964e411
to
0986bf3
Compare
0986bf3
to
24502e7
Compare
24502e7
to
04f64dd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.