Skip to content

Bump puma from 5.0.0 to 5.0.2

George Koltsov requested to merge dependabot-bundler-puma-5.0.2 into master

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

Merge request reports