Skip to content

chore(deps): update dependency rack to v3#334

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rack-3.x
Closed

chore(deps): update dependency rack to v3#334
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rack-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rack (changelog) '~> 2.0' -> '~> 3.0' age adoption passing confidence

Release Notes

rack/rack (rack)

v3.1.8

Compare Source

Fixed

v3.1.7

Compare Source

Fixed

v3.1.6

Compare Source

Fixed
  • Fix several edge cases in Rack::Request#parse_http_accept_header's implementation. (#​2226, [@​ioquatix])

v3.1.5

Compare Source

Security

v3.1.4

Compare Source

Fixed

v3.1.3

Compare Source

Fixed

v3.1.2

Compare Source

v3.1.1

Compare Source

  • Oops! I shouldn't have shipped that

v3.1.0

⚠️ This release includes several breaking changes. Refer to the Removed section below for the list of deprecated methods that have been removed in this release.

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
Added
Changed
  • MIME type for JavaScript files (.js) changed from application/javascript to text/javascript (1bd0f15, [@​ioquatix])
  • Update MIME types associated to .ttf, .woff, .woff2 and .otf extensions to use mondern font/* types. (#​2065, [@​davidstosik])
  • Rack::Utils.escape_html is now delegated to CGI.escapeHTML. ' is escaped to #​39; instead of #x27;. (decimal vs hexadecimal) (#​2099, @​JunichiIto)
  • Clarify use of @buffered and only update content-length when Rack::Response#finish is invoked. (#​2149, [@​ioquatix])
Deprecated
  • Deprecate automatic cache invalidation in Request#{GET,POST} (#​2073, [@​jeremyevans])
  • Only cookie keys that are not valid according to the HTTP specifications are escaped. We are planning to deprecate this behaviour, so now a deprecation message will be emitted in this case. In the future, invalid cookie keys may not be accepted. (#​2191, [@​ioquatix])
  • Rack::Logger is deprecated. (#​2197, [@​ioquatix])
  • Add fallback lookup and deprecation warning for obsolete status symbols. (#​2137, @​wtn)
  • Deprecate Rack::Request#values_at, use request.params.values_at instead (#​2183, [@​ioquatix])
Removed
  • Remove deprecated Rack::Auth::Digest with no replacement. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::Cascade::NotFound with no replacement. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::Chunked with no replacement. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::File, use Rack::Files instead. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::QueryParser key_space_limit parameter with no replacement. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::Response#header, use Rack::Response#headers instead. (#​1966, [@​ioquatix])
  • Remove deprecated cookie methods from Rack::Utils: add_cookie_to_header, make_delete_cookie_header, add_remove_cookie_to_header. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::Utils::HeaderHash. (#​1966, [@​ioquatix])
  • Remove deprecated Rack::VERSION, Rack::VERSION_STRING, Rack.version, use Rack.release instead. (#​1966, [@​ioquatix])
  • Remove non-standard status codes 306, 509, & 510 and update descriptions for 413, 422, & 451. (#​2137, @​wtn)
  • Remove any dependency on transfer-encoding: chunked. (#​2195, [@​ioquatix])
  • Remove deprecated Rack::Request#[], use request.params[key] instead (#​2183, [@​ioquatix])
Fixed

v3.0.11

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

v3.0.6.1

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4.2

Compare Source

  • [CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts

v3.0.4.1

Compare Source

v3.0.4

Compare Source

  • [CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts

v3.0.3

Compare Source

Fixed

v3.0.2

Compare Source

Fixed
  • Utils.build_nested_query URL-encodes nested field names including the square brackets.
  • Allow 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 handles respond_to? with to_ary, each, call and to_path, forwarding to the body. (#​1981, [@​ioquatix])

v3.0.0

Compare Source

  • No changes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link

codesandbox bot commented Mar 26, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions
Copy link

github-actions bot commented Mar 26, 2024

💻 Website Preview

The latest changes are available as preview in: https://63023db4.schema-stitching.pages.dev

@renovate renovate bot changed the title chore(deps): update dependency rack to v3 chore(deps): update dependency rack to v3 - autoclosed Jul 4, 2024
@renovate renovate bot closed this Jul 4, 2024
@renovate renovate bot deleted the renovate/rack-3.x branch July 4, 2024 00:41
@renovate renovate bot changed the title chore(deps): update dependency rack to v3 - autoclosed chore(deps): update dependency rack to v3 Jul 5, 2024
@renovate renovate bot restored the renovate/rack-3.x branch July 5, 2024 17:50
@renovate renovate bot reopened this Jul 5, 2024
@renovate renovate bot force-pushed the renovate/rack-3.x branch from de6bb46 to ac37d91 Compare July 5, 2024 17:50
@renovate renovate bot changed the title chore(deps): update dependency rack to v3 chore(deps): update dependency rack to v3 - autoclosed Aug 14, 2024
@renovate renovate bot closed this Aug 14, 2024
@renovate renovate bot deleted the renovate/rack-3.x branch August 14, 2024 21:57
@renovate renovate bot restored the renovate/rack-3.x branch August 16, 2024 02:01
@renovate renovate bot changed the title chore(deps): update dependency rack to v3 - autoclosed chore(deps): update dependency rack to v3 Aug 16, 2024
@renovate renovate bot reopened this Aug 16, 2024
@renovate renovate bot force-pushed the renovate/rack-3.x branch from ac37d91 to b8f7c09 Compare August 16, 2024 02:01
@renovate renovate bot force-pushed the renovate/rack-3.x branch from b8f7c09 to 374a71b Compare October 14, 2024 06:29
@renovate renovate bot force-pushed the renovate/rack-3.x branch from 374a71b to 39d409f Compare December 16, 2024 12:47
@renovate renovate bot force-pushed the renovate/rack-3.x branch from 39d409f to 80a1469 Compare December 16, 2024 12:48
@ardatan ardatan closed this Dec 24, 2024
@ardatan ardatan deleted the renovate/rack-3.x branch December 24, 2024 16:36
@renovate
Copy link
Contributor Author

renovate bot commented Dec 24, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant