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:
'2.2.8.1'
->'3.1.8'
Release Notes
rack/rack (rack)
v3.1.8
Compare Source
Fixed
DEFAULT_PARSER
. (#2249, [@earlopain])v3.1.7
Compare Source
Fixed
Rack::Response
should not generate invalidcontent-length
header. (#2219, [@ioquatix])v3.1.6
Compare Source
Fixed
Rack::Request#parse_http_accept_header
's implementation. (#2226, [@ioquatix])v3.1.5
Compare Source
Security
Rack::Request#parse_http_accept_header
. (GHSA-cj83-2ww7-mvq7, @dwisiswant0)v3.1.4
Compare Source
Fixed
Rack::Lint
matching some paths incorrectly as authority form. (#2220, [@ioquatix])v3.1.3
Compare Source
Fixed
Rack::Utils.escape_html
. (#2202, [@earlopain])Rack::MockResponse
gracefully handles empty cookies (#2203 [@wynksaiddestroy])v3.1.2
Compare Source
Rack::Response
will take in to consideration chunked encoding responses (#2204, [@tenderlove])v3.1.1
Compare Source
v3.1.0
Rack v3.1 is primarily a maintenance release that removes features deprecated in Rack v3.0. Alongside these removals, there are several improvements to the Rack SPEC, mainly focused on enhancing input and output handling. These changes aim to make Rack more efficient and align better with the requirements of server implementations and relevant HTTP specifications.
SPEC Changes
rack.input
is now optional. (#1997, #2018, [@ioquatix])PATH_INFO
is now validated according to the HTTP/1.1 specification. (#2117, #2181, [@ioquatix])OPTIONS *
is now accepted. (#2114, @doriantaylor)rack.protocol
request and response header for handling connection upgrades. (#1954, [@ioquatix])Added
Rack::Multipart::MissingInputError
for improved handling of missing input in#parse_multipart
. (#2018, [@ioquatix])module Rack::BadRequest
which is included in multipart and query parser errors. (#2019, [@ioquatix]).mjs
MIME type (#2057, @axilleas)set_cookie_header
utility now supports thepartitioned
cookie attribute. This is required by Chrome in some embedded contexts. (#2131, @flavio-b)rack.early_hints
for sending103 Early Hints
informational responses. (#1831, @casperisfine, [@jeremyevans])Changed
.js
) changed fromapplication/javascript
totext/javascript
(1bd0f15
, [@ioquatix]).ttf
,.woff
,.woff2
and.otf
extensions to use mondernfont/*
types. (#2065, [@davidstosik])Rack::Utils.escape_html
is now delegated toCGI.escapeHTML
.'
is escaped to#​39;
instead of#x27;
. (decimal vs hexadecimal) (#2099, @JunichiIto)@buffered
and only updatecontent-length
whenRack::Response#finish
is invoked. (#2149, [@ioquatix])Deprecated
Request#{GET,POST}
(#2073, [@jeremyevans])Rack::Logger
is deprecated. (#2197, [@ioquatix])Rack::Request#values_at
, userequest.params.values_at
instead (#2183, [@ioquatix])Removed
Rack::Auth::Digest
with no replacement. (#1966, [@ioquatix])Rack::Cascade::NotFound
with no replacement. (#1966, [@ioquatix])Rack::Chunked
with no replacement. (#1966, [@ioquatix])Rack::File
, useRack::Files
instead. (#1966, [@ioquatix])Rack::QueryParser
key_space_limit
parameter with no replacement. (#1966, [@ioquatix])Rack::Response#header
, useRack::Response#headers
instead. (#1966, [@ioquatix])Rack::Utils
:add_cookie_to_header
,make_delete_cookie_header
,add_remove_cookie_to_header
. (#1966, [@ioquatix])Rack::Utils::HeaderHash
. (#1966, [@ioquatix])Rack::VERSION
,Rack::VERSION_STRING
,Rack.version
, useRack.release
instead. (#1966, [@ioquatix])transfer-encoding: chunked
. (#2195, [@ioquatix])Rack::Request#[]
, userequest.params[key]
instead (#2183, [@ioquatix])Fixed
Rack::Files
, ignore theRange
header if served file is 0 bytes. (#2159, [@zarqman])v3.0.11
BodyProxy
to respond toto_str
, maketo_ary
call close . (#2062, @jeremyevans)v3.0.10
Compare Source
v3.0.9.1
Compare Source
Security
v3.0.9
Compare Source
Security
v3.0.8
Compare Source
v3.0.7
Compare Source
=
havenil
values. (#2059, [@jeremyevans])v3.0.6.1
Compare Source
v3.0.6
Compare Source
v3.0.5
Compare Source
v3.0.4.2
Compare Source
v3.0.4.1
Compare Source
v3.0.4
Compare Source
v3.0.3
Compare Source
Fixed
Rack::URLMap
uses non-deprecated form ofRegexp.new
. (#1998, @weizheheng)v3.0.2
Compare Source
Fixed
Utils.build_nested_query
URL-encodes nested field names including the square brackets.Rack::Response
to pass through streaming bodies. (#1993, [@ioquatix])v3.0.1
Compare Source
Fixed
MethodOverride
does not look for an override if a request does not include form/parseable data.Rack::Lint::Wrapper
correctly handlesrespond_to?
withto_ary
,each
,call
andto_path
, forwarding to the body. (#1981, [@ioquatix])v3.0.0
Compare Source
v2.2.10
Compare Source
v2.2.9
Compare Source
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.