Bump puma from 5.0.0 to 5.0.2
Bumps puma from 5.0.0 to 5.0.2.
Release notes
Sourced from puma's releases.
5.0.1
This release fixed a critical error for CentOS users, and quieted some unnecessary error logging for Heroku users.
Bugfixes
- Fix LoadError in CentOS 8 (#2381)
- Better error handling during force shutdown (#2271)
- Prevent connections from entering Reactor after shutdown begins (#2377)
- Fix error backtrace debug logging && Do not log request dump if it is not parsed (#2376)
- Split TCP_CORK and TCP_INFO (#2372)
- Do not log EOFError when a client connection is closed without write (#2384)
Refactor
Changelog
Sourced from puma's changelog.
5.0.2 / 2020-09-28
- Bugfixes
- Reverted API changes to Server.
5.0.1 / 2020-09-28
Bugfixes
- Fix LoadError in CentOS 8 (#2381)
- Better error handling during force shutdown (#2271)
- Prevent connections from entering Reactor after shutdown begins (#2377)
- Fix error backtrace debug logging && Do not log request dump if it is not parsed (#2376)
- Split TCP_CORK and TCP_INFO (#2372)
- Do not log EOFError when a client connection is closed without write (#2384)
Refactor
Commits
-
f9def0b
5.0.2 -
78b3ca7
Revert "Consolidate option handling in Server, Server small refactors, doc ch... -
3212427
5.0.1 -
7ee4e93
CI timeout to 20 mins to prevent JRuby/Truffle timeouts -
f282c22
[close #2371] Do not log EOFError (#2384) -
ae21600
Clean up tests (#2387) -
1a9849c
Merge pull request #2386 from bradleyprice/restore-missing-test -
290c95f
Restore test that was previously removed -
4e78060
Add more @!attribute tags [skip ci] (#2385) -
d557c0a
History.md - add links [skip ci] (#2383) - Additional commits viewable in compare view