8000 Comparing v3.1.14...v3.1.16 · rack/rack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.14
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.16
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on May 16, 2025

  1. Test on Ruby v3.4.

    ioquatix committed May 16, 2025
    Configuration menu
    Copy the full SHA
    0ac5c57 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Replace usage of CGI::Cookie (#2328)

    In Ruby 3.5, `cgi` will only contain functions related to escaping/unescaping.
    
    https://bugs.ruby-lang.org/issues/21258
    
    This is not an exact replicate of course, (`CGI::Cookie`) has some validations and coerces on setters but considering
    for that purpose this is, they don't seem necessary?
    During construction of the object rack already does conversions as necessary and setters don't make much sense, and aren't documented/tested for.
    
    Although, for improved backwards compatibility, it wouldn't be much effort to make them `attr_accesor` instead.
    Earlopain authored May 17, 2025
    Configuration menu
    Copy the full SHA
    3c1a46d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu