Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

Bump puma from 3.11.2 to 3.12.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

diraulo
Copy link
Owner

@diraulo diraulo commented Mar 18, 2019

Bumps puma from 3.11.2 to 3.12.0.

Changelog

Sourced from puma's changelog.

3.12.0 / 2018-07-13

  • 5 features:

    • You can now specify which SSL ciphers the server should support, default is unchanged (#1478)
    • The setting for Puma's max_threads is now in Puma.stats (#1604)
    • Pool capacity is now in Puma.stats (#1579)
    • Installs restricted to Ruby 2.2+ (#1506)
    • --control is now deprecated in favor of --control-url (#1487)
  • 2 bugfixes:

    • Workers will no longer accept more web requests than they have capacity to process. This prevents an issue where one worker would accept lots of requests while starving other workers (#1563)
    • In a test env puma now emits the stack on an exception (#1557)

3.11.4 / 2018-04-12

  • 2 features:
    • Manage puma as a service using rc.d (#1529)
    • Server stats are now available from a top level method (#1532)
  • 5 bugfixes:
    • Fix parsing CLI options (#1482)
    • Order of stderr and stdout is made before redirecting to a log file (#1511)
    • Init.d fix of ps -p to check if pid exists (#1545)
    • Early hints bugfix (#1550)
    • Purge interrupt queue when closing socket fails (#1553)

3.11.3 / 2018-03-05

  • 3 bugfixes:
    • Add closed? to MiniSSL::Socket for use in reactor (#1510)
    • Handle EOFError at the toplevel of the server threads (#1524) (#1507)
    • Deal with zero sized bodies when using SSL (#1483)
Commits

@diraulo diraulo added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant