Update puma 6.6.1 → 7.0.4 (major) #1369
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.6.1 → 7.0.4) · Repo · Changelog
Release Notes
7.0.4 (from changelog)
7.0.3
7.0.2
7.0.1
7.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 66 commits:
v7.0.4 (#3769)Remove global side effect from test (#3765)Add test/rackup/sleep_fibonacci.ru, update benchmark hey files (#3758)ci: test_puma_server_ssl.rb - catch error in thread (#3760)Fix SSL_shutdown error handling (#3703)Strip whitespace from the beginnings of request header values. (#3742)puma_http11.c: Use interned UTF-8 strings for hash keys (#3754)Move sleep cluster logic to its own class (#3746)ci: helper.rb - catch error writing to `ENV['GITHUB_STEP_SUMMARY']` file (#3752)Fixup benchmark scripts (#3753)v7.0.3 (#3750)hey benchmark updates (#3747)Convert PUMA_PERSISTENT_TIMEOUT to an Integer (#3749)server.rb - process_client - add ka to todo if readable & complete (#3748)ci: update all ssl related files in examples/puma (#3743)v7.0.2 (#3738)bug: control_cli.rb - Fixup `pumactl` code to load puma.rb for `deprecate_method_change` (#3736)Replace` sleep 0.001 while out_of_band_running` with condition variable (#3729)Build(deps): Bump actions/github-script from 7 to 8 (#3735)ci: setup-ruby - add a 'cache-version' so Bundler caches aren't mixed up (#3726)Optimize Puma::Request#default_server_port (#3732)Fix Puma not booting if queue_requests disabled (#3731)7.0.1 (#3728)Add backward compatibility aliases for Events class methods (#3725)Remove #3716 from changelog (#3727)v7.0.0 (#3722)Warn when RUBY_MN_THREADS env var is set (#3721)Set default keepalive connections to 999 (#3719)Fixes a bug where triggering hooks in the ThreadPool fails (#3716):bug Fix error_logger inproperly logging `env[QUERY_STRING]` (#3713)server.rb - initialize ivars `@reactor` and `@env_set_http_version` (#3714)Simplify `Puma::DSL#process_hook` logic (#3710)Improve the DSL `preload_app!` doc (#3712)Dry up deprecation warnings and fix deprecation warnings when running CI. (#3709)don't set env['HTTP_VERSION'] for Rack > 3.1 (#3711)runner,rb - remove `ruby_engine` method, deprecated Nov-2024 (#3701)[Fix puma#3044] Set conditional config defaults after CLI options are parsed and config files are loaded (#3297)Fix the ability to focus individual tests (#3705)Response headers set to lowercase (#3704)Introduce support for fiber-per-request. (#3101)Ensure and enforce that configs are loaded before options are accessed (#3616)Rename callback hooks (#3438)Fix handling of invalid Transfer-Encoding header errors (#3702)Fix socket leak on monitor wakeup `NoMethodError` in `Reactor#select_loop` (#3696)ci: misc test fixes and refactors (#3694)Update minimum Ruby version to 3.0 (#3698)Proposal to bump persistent_timeout to 65 seconds (#3378)Add support for `rack.response_finished` (#3681)Set env['rack.hijack'] to client.method(:full_hijack) (#3073)Feature/support custom logger with request logs (#3140)Raise an ArgumentError if no block given to hooks (#3377)ci: tests.yml - set 'allow-failure' to false for non MRI jobs (#3692)Build(deps): Bump actions/checkout from 4 to 5 (#3691)ci: test_integration_pumactl.rb - fix `control_gc_stats` for TruffleRuby head (#3689)ci: rack_conform.yml - Ruby 3.1 no longer supported (#3688)ci: integration.rb - add `Errno::ENOTSOCK` to client read errorsci: test_puma_server.rb - `read_response` won't work with multiple responsesci: test_puma_server_hijack.rb - use `puma_socket.rb`, fixupsci: test_puma\puma_socket.rb - add missing parenthesisci: helpers\integration.rb - properly catch error in Threadci: test_thread_pool.rb - remove `stub_const`, run parallelci: Add Ubuntu and Windows arm jobs (#3651)Remove win-gem-test files and directory [ci skip] (#3640)CI: puma_socket.rb fixup socket/request writes (#3684)v7.0.0.pre1 (#3682)Fix long tail response problem - revised (#3678)Commits
See the full diff on Github. The new version differs by 4 commits:
Bump patch version.Mark as ractor-safe (#320)Update CI matrix. (#321)JRuby supports Java 8 and higher. Need to emit Java 8 classfile format (#317)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