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.0.11
->3.1.3
Release Notes
rack/rack (rack)
v3.1.3
Compare Source
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])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])Fixed
Rack::Files
, ignore theRange
header if served file is 0 bytes. (#2159, [@zarqman])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 has been generated by Mend Renovate. View repository job log here.