automated-github-organization-invites
automated-github-organization-invites copied to clipboard
Bump puma from 5.6.4 to 6.1.1
Bumps puma from 5.6.4 to 6.1.1.
Release notes
Sourced from puma's releases.
6.1.1
- Bugfixes
6.1.0 The Way Up
Features
Bugfixes
Performance
- Reduce memory usage for large file uploads (#3062)
6.0.2 / 2023-01-01
6.0.1 / 2022-12-20
- Bugfixes
- Refactor
- Add IOBuffer to Client, remove from ThreadPool thread instances (#3013)
Full Changelog: https://github.com/puma/puma/compare/v6.0.0...v6.0.1
6.0.0 Sunflower
- Breaking Changes
- Dropping Ruby 2.2 and 2.3 support (now 2.4+) (#2919)
- Remote_addr functionality has changed (#2652, #2653)
- No longer supporting Java 1.7 or below (JRuby 9.1 was the last release to support this) (#2849)
- Remove nakayoshi GC (#2933, #2925)
- wait_for_less_busy_worker is now default on (#2940)
- Prefix all environment variables with
PUMA_(#2924, #2853)- Removed some constants (#2957, #2958, #2959, #2960)
... (truncated)
Changelog
Sourced from puma's changelog.
6.1.1 / 2023-02-28
- Bugfixes
6.1.0 / 2023-02-12
Features
Bugfixes
Performance
- Reduce memory usage for large file uploads (#3062)
6.0.2 / 2023-01-01
6.0.1 / 2022-12-20
- Bugfixes
- Refactor
- Add IOBuffer to Client, remove from ThreadPool thread instances (#3013)
6.0.0 / 2022-10-14
- Breaking Changes
- Dropping Ruby 2.2 and 2.3 support (now 2.4+) (#2919)
- Remote_addr functionality has changed (#2652, #2653)
- No longer supporting Java 1.7 or below (JRuby 9.1 was the last release to support this) (#2849)
- Remove nakayoshi GC (#2933, #2925)
- wait_for_less_busy_worker is now default on (#2940)
- Prefix all environment variables with
PUMA_(#2924, #2853)- Removed some constants (#2957, #2958, #2959, #2960)
- The following classes are now part of Puma's private API:
Client,Cluster::Worker,Cluster::Worker,HandleRequest. (#2988)- Configuration constants like
DefaultRackupremoved (#2928)- Extracted
LogWriterfromEvents(#2798)
... (truncated)
Commits
f0cf66d6.1.1 (#3088)239df49Don't use the systemd plugin on JRuby (#3079)cf77dccAllow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are...e3d57946.1.0 The Way Up (#3078)8092bf8Fixup code for use with rackup gem (may be used with rack 3) (#3061)8c8c3edRefactor test_plugin_systemd.rb, fix for TruffleRuby (#3077)6621828Allow setting TCP low_latency with SSL listener, minor fixes (#3065)fcf5f84turbo-rails is now passing (#3076)964ddb3Periodically send status to systemd (#3006)87c052fUpdate turbo-rails.yml (#3066)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

