Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ puma (6.0.2 → 6.1.0) · Repo · Changelog
Release Notes
6.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
6.1.0 The Way Up (#3078)
Fixup code for use with rackup gem (may be used with rack 3) (#3061)
Refactor test_plugin_systemd.rb, fix for TruffleRuby (#3077)
Allow setting TCP low_latency with SSL listener, minor fixes (#3065)
turbo-rails is now passing (#3076)
Periodically send status to systemd (#3006)
Update turbo-rails.yml (#3066)
WebSocket support via partial hijack (#3058)
Reduce memory usage for large file uploads (#3062)
Add workflow for ensuring PRs are labeled (#3056)
[CI] test_rack_server.rb - remove use of Open3, set HOST constant (#3064)
[CI] - update RubyGems for Ruby 2.6, eliminate warnings (#3060)
Log loaded extensions when `PUMA_DEBUG` is set (#3036)
Add built-in systemd notify support (#3011)
Update README.md (#3054)
Introduce the ability to return 413: payload too large for requests (#3040)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands