-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency rack to v3.1.6 #79
Merged
Merged
Conversation
This file contains 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
renovate
bot
changed the title
Update dependency rack to v3.1.0
Update dependency rack to v3.1.2
Jun 11, 2024
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
from
June 11, 2024 21:06
acba70b
to
c9d90be
Compare
renovate
bot
changed the title
Update dependency rack to v3.1.2
Update dependency rack to v3.1.3
Jun 12, 2024
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
from
June 12, 2024 08:24
c9d90be
to
dfd23b5
Compare
@rultor please, try to merge, since 7 checks have passed |
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
from
June 19, 2024 18:34
dfd23b5
to
cf50ad5
Compare
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 9min)
|
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
from
June 22, 2024 13:47
cf50ad5
to
cc86810
Compare
renovate
bot
changed the title
Update dependency rack to v3.1.3
Update dependency rack to v3.1.4
Jun 22, 2024
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
2 times, most recently
from
July 2, 2024 08:00
8c189f1
to
5755418
Compare
renovate
bot
changed the title
Update dependency rack to v3.1.4
Update dependency rack to v3.1.5
Jul 2, 2024
renovate
bot
force-pushed
the
renovate/rack-3.x
branch
from
July 2, 2024 19:48
5755418
to
6d0d55f
Compare
renovate
bot
changed the title
Update dependency rack to v3.1.5
Update dependency rack to v3.1.6
Jul 2, 2024
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.
This PR contains the following updates:
'3.0.11'
->'3.1.6'
Release Notes
rack/rack (rack)
v3.1.6
Compare Source
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
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.