Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 5.0.0 to 5.0.2 #8436

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

    • 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)
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

    • 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)
Commits

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file Ruby labels Sep 29, 2020
@gitpod-io
Copy link

gitpod-io bot commented Sep 29, 2020

@codecov
Copy link

codecov bot commented Sep 29, 2020

Codecov Report

Merging #8436 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #8436   +/-   ##
=======================================
  Coverage   81.87%   81.87%           
=======================================
  Files         101      101           
  Lines        5899     5899           
=======================================
  Hits         4830     4830           
  Misses       1069     1069           

@dependabot-preview dependabot-preview bot merged commit d79c8a0 into main Sep 29, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/puma-5.0.2 branch September 29, 2020 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant