Bump puma from 5.5.2 to 5.6.0
Bumps puma from 5.5.2 to 5.6.0.
Release notes
Sourced from puma's releases.
5.6.0 - Birdie's Version
Maintainer
@nateberkopec
had a daughter, nicknamed Birdie:5.6.0 / 2022-01-25
Features
- Support
localhost
integration inssl_bind
(#2764, #2708)- Allow backlog parameter to be set with ssl_bind DSL (#2780)
- Remove yaml (psych) requirement in StateFile (#2784)
- Allow culling of oldest workers, previously was only youngest (#2773, #2794)
- Add worker_check_interval configuration option (#2759)
- Always send lowlevel_error response to client (#2731, #2341)
- Support for cert_pem and key_pem with ssl_bind DSL (#2728)
Bugfixes
- Keep thread names under 15 characters, prevents breakage on some OSes (#2733)
- Fix two 'old-style-definition' compile warning (#2807, #2806)
- Log environment correctly using option value (#2799)
- Fix warning from Ruby master (will be 3.2.0) (#2785)
- extconf.rb - fix openssl with old Windows builds (#2757)
- server.rb - rescue handling (
Errno::EBADF
) for@notify.close
(#2745)Refactor
Changelog
Sourced from puma's changelog.
5.6.0 / 2022-01-25
Features
- Support
localhost
integration inssl_bind
(#2764, #2708)- Allow backlog parameter to be set with ssl_bind DSL (#2780)
- Remove yaml (psych) requirement in StateFile (#2784)
- Allow culling of oldest workers, previously was only youngest (#2773, #2794)
- Add worker_check_interval configuration option (#2759)
- Always send lowlevel_error response to client (#2731, #2341)
- Support for cert_pem and key_pem with ssl_bind DSL (#2728)
Bugfixes
- Keep thread names under 15 characters, prevents breakage on some OSes (#2733)
- Fix two 'old-style-definition' compile warning (#2807, #2806)
- Log environment correctly using option value (#2799)
- Fix warning from Ruby master (will be 3.2.0) (#2785)
- extconf.rb - fix openssl with old Windows builds (#2757)
- server.rb - rescue handling (
Errno::EBADF
) for@notify.close
(#2745)Refactor
Commits
-
61ebbbe
5.6.0 -
d20915d
Fix two 'old-style-definition' compile warning (#2807) -
930e5b4
Fix typo in CONTRIBUTING (#2805) -
c38d61c
CONTRIBUTING: file limits -
aa732fd
Updates for OpenSSL 3 (#2800) -
ca2128f
Log environment using option value (#2799) -
3f3c2f6
Adds a --silent option to the CLI (#2803) -
03be0aa
Supportlocalhost
integration inssl_bind
(#2764) -
4bfdbb7
Use Ruby 3.1 in our Dockerfile (#2802) -
aec9fb3
[CI] Update actions, fix intermittent test error (#2801) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts