dependency: bump puma from 5.2.2 to 5.3.0
Bumps puma from 5.2.2 to 5.3.0.
Release notes
Sourced from puma's releases.
5.3.0 - Sweetnighter
5.3.0 / 2021-05-07
Contributor
@MSP-Greg
codenamed this release "Sweetnighter".
Features
Bugfixes
- systemd - fix event firing (#2591, #2572)
- Immediately unlink temporary files (#2613)
- Improve parsing of HTTP_HOST header (#2605, #2584)
- Handle fatal error that has no backtrace (#2607, #2552)
- Fix timing out requests too early (#2606, #2574)
- Handle segfault in Ruby 2.6.6 on thread-locals (#2567, #2566)
- Server#closed_socket? - parameter may be a MiniSSL::Socket (#2596)
- Define UNPACK_TCP_STATE_FROM_TCP_INFO in the right place (#2588, #2556)
- request.rb - fix chunked assembly for ascii incompatible encodings, add test (#2585, #2583)
Performance
Refactor
Changelog
Sourced from puma's changelog.
5.3.0 / 2021-05-07
Features
Bugfixes
- systemd - fix event firing (#2591, #2572)
- Immediately unlink temporary files (#2613)
- Improve parsing of HTTP_HOST header (#2605, #2584)
- Handle fatal error that has no backtrace (#2607, #2552)
- Fix timing out requests too early (#2606, #2574)
- Handle segfault in Ruby 2.6.6 on thread-locals (#2567, #2566)
- Server#closed_socket? - parameter may be a MiniSSL::Socket (#2596)
- Define UNPACK_TCP_STATE_FROM_TCP_INFO in the right place (#2588, #2556)
- request.rb - fix chunked assembly for ascii incompatible encodings, add test (#2585, #2583)
Performance
Refactor
Commits
-
6dfb8bc
5.3.0 history (#2622) -
fb71323
Ignore DS_Store -
f7a2d4e
systemd - fix event firing (#2591) -
2654f02
Bump version to 5.3.0 [ci skip] (#2616) -
cc1768e
Few documentations fixes. [ci skip] [changelog skip] (#2619) -
ff17194
Refactor drain on shutdown (#2600) -
3e80f7c
fix some spell errors (#2615) -
0e63c68
Link to classes in the architecture docs. (#2614) -
e870ab6
Immediately unlink temporary files (#2613) -
01ffec5
reset peerip only if remote_addr_header is set (#2609) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Edited by George Koltsov