-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 12 files changed
- 2 contributors
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aeac570 - Browse repository at this point
Copy the full SHA aeac570View commit details -
Configuration menu - View commit details
-
Copy full SHA for c827c33 - Browse repository at this point
Copy the full SHA c827c33View commit details
Commits on Mar 10, 2025
-
Use a fully resolved file path when confirming if a file can be serve…
…d by `Rack::Static`.
Configuration menu - View commit details
-
Copy full SHA for 70cb322 - Browse repository at this point
Copy the full SHA 70cb322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413b834 - Browse repository at this point
Copy the full SHA 413b834View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f4760 - Browse repository at this point
Copy the full SHA e8f4760View commit details
Commits on Apr 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e3c9b1 - Browse repository at this point
Copy the full SHA 8e3c9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0379537 - Browse repository at this point
Copy the full SHA 0379537View commit details
Commits on May 6, 2025
-
* Apply bytesize and number of param limits in QueryParser The param limit is 4096, chosen because it matches the existing multipart limit. The bytesize limit is 4MB. These limits should substantially exceed what almost all applications need, though there will likely be applications that require higher limits. Allow overriding the limits on a per-QueryParser basis via the constructors, and allow overriding the default limits with environment variables RACK_QUERY_PARSER_BYTESIZE_LIMIT and RACK_QUERY_PARSER_PARAMS_LIMIT. Add new Rack::QueryParser::QueryLimitError to raise in case one of the limits are exceeded, and make ParamsTooDeepError an alias to, since that is also a case where a limit is exceeded. This allows code that already rescues ParamsTooDeepError to automatically handle these other limits as well. * Update CHANGELOG. --------- Co-authored-by: Samuel Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd6b70a - Browse repository at this point
Copy the full SHA cd6b70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5440b2c - Browse repository at this point
Copy the full SHA 5440b2cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.10...v3.1.14