Skip to content
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

fix: Rack 3 support #155

Merged
merged 5 commits into from
Jun 15, 2024
Merged

fix: Rack 3 support #155

merged 5 commits into from
Jun 15, 2024

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Jun 15, 2024

reverts #152 and re-reverts #154 in order to generate an appropriate changelog for release

pezholio and others added 5 commits June 15, 2024 19:02
Now Rack::Handler has been moved to a seperate gem, we need to specify
it specifically. I’ve monkeypatched `Rack::Handler::WEBrick` to support
both use cases everywhere in the gem
As of Rack `3.1.0`, `rack.input` is now optional, so cannot always be
guaranteed to be present (https://github.com/rack/rack/blob/b4c92944e0dd04874bed36281fc8e1a44023677f/CHANGELOG.md?plain=1#L40)
This ensures we’re backwardsly compatible with both versions of Rack.
@YOU54F YOU54F merged commit ce6f003 into master Jun 15, 2024
61 checks passed
@YOU54F YOU54F deleted the revertrevert branch August 12, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants