Do not log EOFError when a client connection is closed without write (#2384)
Refactor
Change Events#ssl_error signature from (error, peeraddr, peercert) to (error, ssl_socket) (#2375)
Consolidate option handling in Server, Server small refactors, doc chang (#2373)
5.0 - Spoony Bard
5.0.0
Features
Allow compiling without OpenSSL and dynamically load files needed for SSL, add 'no ssl' CI (#2305)
EXPERIMENTAL: Add fork_worker option and refork command for reduced memory usage by forking from a worker process instead of the master process. (#2099)
EXPERIMENTAL: Added wait_for_less_busy_worker config. This may reduce latency on MRI through inserting a small delay before re-listening on the socket if worker is busy (#2079).
EXPERIMENTAL: Added nakayoshi_fork option. Reduce memory usage in preloaded cluster-mode apps by GCing before fork and compacting, where available. (#2093, #2256)
Added pumactl thread-backtraces command to print thread backtraces (#2054)
Added incrementing requests_count to Puma.stats. (#2106)
Increased maximum URI path length from 2048 to 8192 bytes (#2167, #2344)
lowlevel_error_handler is now called during a forced threadpool shutdown, and if a callable with 3 arguments is set, we now also pass the status code (#2203)
Do not log EOFError when a client connection is closed without write (#2384)
Refactor
Change Events#ssl_error signature from (error, peeraddr, peercert) to (error, ssl_socket) (#2375)
Consolidate option handling in Server, Server small refactors, doc chang (#2373)
5.0.0 / 2020-09-17
Features
Allow compiling without OpenSSL and dynamically load files needed for SSL, add 'no ssl' CI (#2305)
EXPERIMENTAL: Add fork_worker option and refork command for reduced memory usage by forking from a worker process instead of the master process. (#2099)
EXPERIMENTAL: Added wait_for_less_busy_worker config. This may reduce latency on MRI through inserting a small delay before re-listening on the socket if worker is busy (#2079).
EXPERIMENTAL: Added nakayoshi_fork option. Reduce memory usage in preloaded cluster-mode apps by GCing before fork and compacting, where available. (#2093, #2256)
Added pumactl thread-backtraces command to print thread backtraces (#2054)
Added incrementing requests_count to Puma.stats. (#2106)
Increased maximum URI path length from 2048 to 8192 bytes (#2167, #2344)
lowlevel_error_handler is now called during a forced threadpool shutdown, and if a callable with 3 arguments is set, we now also pass the status code (#2203)
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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ankitadhandha/ontomatica-linter/network/alerts).
Updates the requirements on puma to permit the latest version.
Release notes
Sourced from puma's releases.
... (truncated)
Changelog
Sourced from puma's changelog.
... (truncated)
Commits
f9def0b
5.0.278b3ca7
Revert "Consolidate option handling in Server, Server small refactors, doc ch...3212427
5.0.17ee4e93
CI timeout to 20 mins to prevent JRuby/Truffle timeoutsf282c22
[close #2371] Do not log EOFError (#2384)ae21600
Clean up tests (#2387)1a9849c
Merge pull request #2386 from bradleyprice/restore-missing-test290c95f
Restore test that was previously removed4e78060
Add more @!attribute tags [skip ci] (#2385)d557c0a
History.md - add links [skip ci] (#2383)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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ankitadhandha/ontomatica-linter/network/alerts).