akabiru / todos-api

🍻 🍾 @scotch-io tutorial "Build a RESTful JSON API with Rails 5" codebase.
https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
MIT License
188 stars 101 forks source link

Bump puma from 3.11.0 to 4.2.0 #66

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps puma from 3.11.0 to 4.2.0.

Release notes *Sourced from [puma's releases](https://github.com/puma/puma/releases).* > ## 4.2.0 - Distant Airhorns > * 6 features > * Pumactl has a new -e environment option and reads config/puma/.rb config files ([#1885](https://github-redirect.dependabot.com/puma/puma/issues/1885)) > * Semicolons are now allowed in URL paths (MRI only), useful for Angular or Redmine ([#1934](https://github-redirect.dependabot.com/puma/puma/issues/1934)) > * Allow extra dependencies to be defined when using prune_bundler ([#1105](https://github-redirect.dependabot.com/puma/puma/issues/1105)) > * Puma now reports the correct port when binding to port 0, also reports other listeners when binding to localhost ([#1786](https://github-redirect.dependabot.com/puma/puma/issues/1786)) > * Sending SIGINFO to any Puma worker now prints currently active threads and their backtraces ([#1320](https://github-redirect.dependabot.com/puma/puma/issues/1320)) > * Puma threads all now have their name set on Ruby 2.3+ ([#1968](https://github-redirect.dependabot.com/puma/puma/issues/1968)) > * 4 bugfixes > * Fix some misbehavior with phased restart and externally SIGTERMed workers ([#1908](https://github-redirect.dependabot.com/puma/puma/issues/1908), [#1952](https://github-redirect.dependabot.com/puma/puma/issues/1952)) > * Fix socket closing on error ([#1941](https://github-redirect.dependabot.com/puma/puma/issues/1941)) > * Removed unnecessary SIGINT trap for JRuby that caused some race conditions ([#1961](https://github-redirect.dependabot.com/puma/puma/issues/1961)) > * Fix socket files being left around after process stopped ([#1970](https://github-redirect.dependabot.com/puma/puma/issues/1970)) > * Absolutely thousands of lines of test improvements and fixes thanks to [@​MSP-Greg](https://github.com/MSP-Greg) > > ![air-horn-sound-s-econd-air-horn-sound-me-this-23916124](https://user-images.githubusercontent.com/845662/65414357-d3b29b80-ddf3-11e9-8e77-2a66ff5672be.png) > > ## 4.1.1 > 3 bugfixes > > * Revert our attempt to not dup STDOUT/STDERR ([#1946](https://github-redirect.dependabot.com/puma/puma/issues/1946)) > * Fix socket close on error ([#1941](https://github-redirect.dependabot.com/puma/puma/issues/1941)) > * Fix workers not shutting down correctly ([#1908](https://github-redirect.dependabot.com/puma/puma/issues/1908)) > > ## 4.1.0 - Fourth and One > * 4 features > * Add REQUEST_PATH on parse error message ([#1831](https://github-redirect.dependabot.com/puma/puma/issues/1831)) > * You can now easily add custom log formatters with the `log_formatter` config option ([#1816](https://github-redirect.dependabot.com/puma/puma/issues/1816)) > * Puma.stats now provides process start times ([#1844](https://github-redirect.dependabot.com/puma/puma/issues/1844)) > * Add support for disabling TLSv1.1 ([#1836](https://github-redirect.dependabot.com/puma/puma/issues/1836)) > > * 7 bugfixes > * Fix issue where Puma was creating zombie process entries ([#1887](https://github-redirect.dependabot.com/puma/puma/issues/1887)) > * Fix bugs with line-endings and chunked encoding ([#1812](https://github-redirect.dependabot.com/puma/puma/issues/1812)) > * RACK_URL_SCHEME is now set correctly in all conditions ([#1491](https://github-redirect.dependabot.com/puma/puma/issues/1491)) > * We no longer mutate global STDOUT/STDERR, particularly the sync setting ([#1837](https://github-redirect.dependabot.com/puma/puma/issues/1837)) > * SSL read_nonblock no longer blocks ([#1857](https://github-redirect.dependabot.com/puma/puma/issues/1857)) > * Swallow connection errors when sending early hints ([#1822](https://github-redirect.dependabot.com/puma/puma/issues/1822)) > * Backtrace no longer dumped when invalid pumactl commands are run ([#1863](https://github-redirect.dependabot.com/puma/puma/issues/1863)) > > * 5 other > * Avoid casting worker_timeout twice ([#1838](https://github-redirect.dependabot.com/puma/puma/issues/1838)) > * Removed a call to private that wasn't doing anything ([#1882](https://github-redirect.dependabot.com/puma/puma/issues/1882)) > * README, Rakefile, docs and test cleanups ([#1848](https://github-redirect.dependabot.com/puma/puma/issues/1848), [#1847](https://github-redirect.dependabot.com/puma/puma/issues/1847), [#1846](https://github-redirect.dependabot.com/puma/puma/issues/1846), [#1853](https://github-redirect.dependabot.com/puma/puma/issues/1853), [#1859](https://github-redirect.dependabot.com/puma/puma/issues/1859), [#1850](https://github-redirect.dependabot.com/puma/puma/issues/1850), [#1866](https://github-redirect.dependabot.com/puma/puma/issues/1866), [#1870](https://github-redirect.dependabot.com/puma/puma/issues/1870), [#1872](https://github-redirect.dependabot.com/puma/puma/issues/1872), [#1833](https://github-redirect.dependabot.com/puma/puma/issues/1833), [#1888](https://github-redirect.dependabot.com/puma/puma/issues/1888)) > * Puma.io has proper documentation now (https://puma.io/puma/) > * Added the Contributor Covenant CoC > > * 1 known issue > * Some users are still experiencing issues surrounding socket activation and Unix sockets ([#1842](https://github-redirect.dependabot.com/puma/puma/issues/1842)) > > ... (truncated)
Changelog *Sourced from [puma's changelog](https://github.com/puma/puma/blob/master/History.md).* > ## 4.2.0 / 2019-09-23 > > * 6 features > * Pumactl has a new -e environment option and reads config/puma/.rb config files ([#1885](https://github-redirect.dependabot.com/puma/puma/issues/1885)) > * Semicolons are now allowed in URL paths (MRI only), useful for Angular or Redmine ([#1934](https://github-redirect.dependabot.com/puma/puma/issues/1934)) > * Allow extra dependencies to be defined when using prune_bundler ([#1105](https://github-redirect.dependabot.com/puma/puma/issues/1105)) > * Puma now reports the correct port when binding to port 0, also reports other listeners when binding to localhost ([#1786](https://github-redirect.dependabot.com/puma/puma/issues/1786)) > * Sending SIGINFO to any Puma worker now prints currently active threads and their backtraces ([#1320](https://github-redirect.dependabot.com/puma/puma/issues/1320)) > * Puma threads all now have their name set on Ruby 2.3+ ([#1968](https://github-redirect.dependabot.com/puma/puma/issues/1968)) > * 4 bugfixes > * Fix some misbehavior with phased restart and externally SIGTERMed workers ([#1908](https://github-redirect.dependabot.com/puma/puma/issues/1908), [#1952](https://github-redirect.dependabot.com/puma/puma/issues/1952)) > * Fix socket closing on error ([#1941](https://github-redirect.dependabot.com/puma/puma/issues/1941)) > * Removed unnecessary SIGINT trap for JRuby that caused some race conditions ([#1961](https://github-redirect.dependabot.com/puma/puma/issues/1961)) > * Fix socket files being left around after process stopped ([#1970](https://github-redirect.dependabot.com/puma/puma/issues/1970)) > * Absolutely thousands of lines of test improvements and fixes thanks to [@​MSP-Greg](https://github.com/MSP-Greg) > > ## 4.1.1 / 2019-09-05 > > * 3 bugfixes > * Revert our attempt to not dup STDOUT/STDERR ([#1946](https://github-redirect.dependabot.com/puma/puma/issues/1946)) > * Fix socket close on error ([#1941](https://github-redirect.dependabot.com/puma/puma/issues/1941)) > * Fix workers not shutting down correctly ([#1908](https://github-redirect.dependabot.com/puma/puma/issues/1908)) > > ## 4.1.0 / 2019-08-08 > > * 4 features > * Add REQUEST_PATH on parse error message ([#1831](https://github-redirect.dependabot.com/puma/puma/issues/1831)) > * You can now easily add custom log formatters with the `log_formatter` config option ([#1816](https://github-redirect.dependabot.com/puma/puma/issues/1816)) > * Puma.stats now provides process start times ([#1844](https://github-redirect.dependabot.com/puma/puma/issues/1844)) > * Add support for disabling TLSv1.1 ([#1836](https://github-redirect.dependabot.com/puma/puma/issues/1836)) > > * 7 bugfixes > * Fix issue where Puma was creating zombie process entries ([#1887](https://github-redirect.dependabot.com/puma/puma/issues/1887)) > * Fix bugs with line-endings and chunked encoding ([#1812](https://github-redirect.dependabot.com/puma/puma/issues/1812)) > * RACK_URL_SCHEME is now set correctly in all conditions ([#1491](https://github-redirect.dependabot.com/puma/puma/issues/1491)) > * We no longer mutate global STDOUT/STDERR, particularly the sync setting ([#1837](https://github-redirect.dependabot.com/puma/puma/issues/1837)) > * SSL read_nonblock no longer blocks ([#1857](https://github-redirect.dependabot.com/puma/puma/issues/1857)) > * Swallow connection errors when sending early hints ([#1822](https://github-redirect.dependabot.com/puma/puma/issues/1822)) > * Backtrace no longer dumped when invalid pumactl commands are run ([#1863](https://github-redirect.dependabot.com/puma/puma/issues/1863)) > > * 5 other > * Avoid casting worker_timeout twice ([#1838](https://github-redirect.dependabot.com/puma/puma/issues/1838)) > * Removed a call to private that wasn't doing anything ([#1882](https://github-redirect.dependabot.com/puma/puma/issues/1882)) > * README, Rakefile, docs and test cleanups ([#1848](https://github-redirect.dependabot.com/puma/puma/issues/1848), [#1847](https://github-redirect.dependabot.com/puma/puma/issues/1847), [#1846](https://github-redirect.dependabot.com/puma/puma/issues/1846), [#1853](https://github-redirect.dependabot.com/puma/puma/issues/1853), [#1859](https://github-redirect.dependabot.com/puma/puma/issues/1859), [#1850](https://github-redirect.dependabot.com/puma/puma/issues/1850), [#1866](https://github-redirect.dependabot.com/puma/puma/issues/1866), [#1870](https://github-redirect.dependabot.com/puma/puma/issues/1870), [#1872](https://github-redirect.dependabot.com/puma/puma/issues/1872), [#1833](https://github-redirect.dependabot.com/puma/puma/issues/1833), [#1888](https://github-redirect.dependabot.com/puma/puma/issues/1888)) > * Puma.io has proper documentation now (https://puma.io/puma/) > * Added the Contributor Covenant CoC > > * 1 known issue > * Some users are still experiencing issues surrounding socket activation and Unix sockets ([#1842](https://github-redirect.dependabot.com/puma/puma/issues/1842)) > > ... (truncated)
Commits - [`120f247`](https://github.com/puma/puma/commit/120f2470068b3c065a60fa5868c567a90c3b2893) 4.2.0 ([#1974](https://github-redirect.dependabot.com/puma/puma/issues/1974)) - [`0e07e2d`](https://github.com/puma/puma/commit/0e07e2def2357d11163cbc46bcaaa75ad782428f) Client: refactor error response - [`a4d63fa`](https://github.com/puma/puma/commit/a4d63faedd9f6076b42a8afb653fc286a57c68ed) Define Puma::Client's public interface - [`64b26d9`](https://github.com/puma/puma/commit/64b26d9a58ede5a1fac1b12975a41391246e176c) English corrections in Client docs - [`b18250f`](https://github.com/puma/puma/commit/b18250f1b59a8eaf2220a88e9c8792a02a06fce7) Status app: privatize auth, no more explicit returns - [`c68dfff`](https://github.com/puma/puma/commit/c68dfffc32c7e23ea6bcbdb1e2177bd782199cc6) Freeze all string literals in CI - [`107e511`](https://github.com/puma/puma/commit/107e5111c82e96ab87d2190a507b694ca99bc84e) Refactor threadpool autoworkers - [`56afaf5`](https://github.com/puma/puma/commit/56afaf5285ffcca730cb80f039d1443a2203d8ce) Launcher: remove extra whitespace - [`74c1b55`](https://github.com/puma/puma/commit/74c1b5599ea05abe138dc20e98410d590558ac36) Codeclimate: exclude extensions - [`a585772`](https://github.com/puma/puma/commit/a5857724021576a8d41b49ed4eb9b31fb218664d) Launcher: privatize write_pid, use log - Additional commits viewable in [compare view](https://github.com/puma/puma/compare/v3.11.0...v4.2.0)


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 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.004% when pulling e5c771975d3fc16cfcdc508fd37c76db085e9abd on dependabot/bundler/puma-4.2.0 into d8c70937e621989b22dfd74dd520bce8f3c1799b on master.

dependabot-preview[bot] commented 5 years ago

Superseded by #71.