ZeusWPI / Gandalf

You Shall Not Pass - An advanced e-ticket system for student clubs -
http://event.fkgent.be
MIT License
10 stars 7 forks source link

Bump puma from 6.0.0 to 6.1.0 #682

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps puma from 6.0.0 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

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)
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)
dependabot[bot] commented 1 year ago

Superseded by #686.