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

Bump puma from 5.1.1 to 6.1.1 #1293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2023

Bumps puma from 5.1.1 to 6.1.1.

Release notes

Sourced from puma's releases.

6.1.1

  • Bugfixes
    • We no longer try to use the systemd plugin for JRuby (#3079)
    • Allow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are loaded (#3080)

6.1.0 The Way Up

Pmg_-_way_up

  • Features

    • WebSocket support via partial hijack (#3058, #3007)
    • Add built-in systemd notify support (#3011)
    • Periodically send status to systemd (#3006, #2604)
    • Introduce the ability to return 413: payload too large for requests (#3040)
    • Log loaded extensions when PUMA_DEBUG is set (#3036, #3020)
  • Bugfixes

    • Fix issue with rack 3 compatibility re: rackup (#3061, #3057)
    • Allow setting TCP low_latency with SSL listener (#3065)
  • Performance

    • Reduce memory usage for large file uploads (#3062)

6.0.2 / 2023-01-01

  • Refactor
    • Remove use of etc and time gems in Puma (#3035, #3033)
    • Refactor const.rb - freeze (#3016)

6.0.1 / 2022-12-20

  • Bugfixes
    • Handle waking up a closed selector in Reactor#add (#3005)
    • Fixup response processing, enumerable bodies (#3004, #3000)
    • Correctly close app body for all code paths (#3002, #2999)
  • Refactor
    • Add IOBuffer to Client, remove from ThreadPool thread instances (#3013)

Full Changelog: puma/puma@v6.0.0...v6.0.1

6.0.0 Sunflower

Image by Todd Trapani, Unsplash

  • 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
    • We no longer try to use the systemd plugin for JRuby (#3079)
    • Allow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are loaded (#3080)

6.1.0 / 2023-02-12

  • Features

    • WebSocket support via partial hijack (#3058, #3007)
    • Add built-in systemd notify support (#3011)
    • Periodically send status to systemd (#3006, #2604)
    • Introduce the ability to return 413: payload too large for requests (#3040)
    • Log loaded extensions when PUMA_DEBUG is set (#3036, #3020)
  • Bugfixes

    • Fix issue with rack 3 compatibility re: rackup (#3061, #3057)
    • Allow setting TCP low_latency with SSL listener (#3065)
  • Performance

    • Reduce memory usage for large file uploads (#3062)

6.0.2 / 2023-01-01

  • Refactor
    • Remove use of etc and time gems in Puma (#3035, #3033)
    • Refactor const.rb - freeze (#3016)

6.0.1 / 2022-12-20

  • Bugfixes
    • Handle waking up a closed selector in Reactor#add (#3005)
    • Fixup response processing, enumerable bodies (#3004, #3000)
    • Correctly close app body for all code paths (#3002, #2999)
  • 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 DefaultRackup removed (#2928)
    • Extracted LogWriter from Events (#2798)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 6.1.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.1.1...v6.1.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 28, 2023
@mxie mxie temporarily deployed to bridgetroll-pr-1293 February 28, 2023 12:00 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant