railsbridge / bridge_troll

Event management system for all the Bridges (RailsBridge, MobileBridge, GoBridge, etc!)
https://www.bridgetroll.org
Other
282 stars 260 forks source link

Bump puma from 5.1.1 to 6.1.0 #1290

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps puma from 5.1.1 to 6.1.0.

Release notes

Sourced from puma's releases.

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: https://github.com/puma/puma/compare/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)
    • 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)

Changelog

Sourced from puma's changelog.

6.1.0 / 2022-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)
    • Only accept the standard 8 HTTP methods, others rejected with 501. (#2932)
  • Features

    • Increase throughput on large (100kb+) response bodies by 3-10x (#2896, #2892)
    • Increase throughput on file responses (#2923)
    • Add support for streaming bodies in Rack. (#2740)

... (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)
codecov-commenter commented 1 year ago

Codecov Report

Base: 91.18% // Head: 89.59% // Decreases project coverage by -1.60% :warning:

Coverage data is based on head (b0cc3b0) compared to base (b0358a2). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1290 +/- ## ========================================== - Coverage 91.18% 89.59% -1.60% ========================================== Files 111 111 Lines 2700 2700 ========================================== - Hits 2462 2419 -43 - Misses 238 281 +43 ``` | [Impacted Files](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community) | Coverage Δ | | |---|---|---| | [app/controllers/event\_sessions\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL2V2ZW50X3Nlc3Npb25zX2NvbnRyb2xsZXIucmI=) | `70.83% <0.00%> (-25.00%)` | :arrow_down: | | [app/controllers/chapters/leaders\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL2NoYXB0ZXJzL2xlYWRlcnNfY29udHJvbGxlci5yYg==) | `75.75% <0.00%> (-21.22%)` | :arrow_down: | | [app/models/level.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL21vZGVscy9sZXZlbC5yYg==) | `86.66% <0.00%> (-13.34%)` | :arrow_down: | | [app/controllers/organizers\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL29yZ2FuaXplcnNfY29udHJvbGxlci5yYg==) | `90.24% <0.00%> (-9.76%)` | :arrow_down: | | [app/controllers/courses\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL2NvdXJzZXNfY29udHJvbGxlci5yYg==) | `90.62% <0.00%> (-9.38%)` | :arrow_down: | | [app/controllers/organizations\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL29yZ2FuaXphdGlvbnNfY29udHJvbGxlci5yYg==) | `69.76% <0.00%> (-9.31%)` | :arrow_down: | | [app/models/rsvp\_session.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL21vZGVscy9yc3ZwX3Nlc3Npb24ucmI=) | `84.61% <0.00%> (-7.70%)` | :arrow_down: | | [app/controllers/locations\_controller.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL2NvbnRyb2xsZXJzL2xvY2F0aW9uc19jb250cm9sbGVyLnJi) | `90.24% <0.00%> (-7.32%)` | :arrow_down: | | [app/policies/course\_policy.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL3BvbGljaWVzL2NvdXJzZV9wb2xpY3kucmI=) | `93.75% <0.00%> (-6.25%)` | :arrow_down: | | [app/services/event\_editor.rb](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community#diff-YXBwL3NlcnZpY2VzL2V2ZW50X2VkaXRvci5yYg==) | `88.88% <0.00%> (-5.56%)` | :arrow_down: | | ... and [6 more](https://codecov.io/gh/railsbridge/bridge_troll/pull/1290?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RailsBridge+Community)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #1293.