Bump puma from 3.10.0 to 5.5.2
Bumps puma from 3.10.0 to 5.5.2.
Release notes
Sourced from puma's releases.
5.5.2
Re-allows UTF-8 in HTTP header values
5.5.1
https://github.com/puma/puma/security/advisories/GHSA-48w2-rm65-62xx
5.5.0 - Zawgyi
5.5.0 / 2021-09-19
Zawgyi (Burmese: ဇော်ဂျီ) is a semi-immortal human alchemist and mystic with supernatural powers and often seen with a magic stick and a red hat. Zawgyi is one of the supernatural figures in Burmese mythology and folklore. Name chosen by new (Myanma!) contributor @ye-lin-aung.
The headline feature of this release is a new integration with the localhost gem. Localhost takes care of creating a self-signed SSL certificate for you in development. Require it in your
config.ru
:# Sinatra require './app' require 'localhost/authority' run Sinatra::Application # Rails require 'localhost/authority' if Rails.env.development? run MyRailsApp::Application
... and in the
development
environment, Puma will use a self-signed SSL cert generated by Localhost if no other cert is provided. Note: Make sure you set up Puma to run on an SSL socket:puma -b 'ssl://localhost:9292' config.ru
Features
Bugfixes
Performance
- Fix performance of server-side SSL connection close. (#2675)
5.4.0 - Super Flight
... (truncated)
Changelog
Sourced from puma's changelog.
5.5.2 / 2021-10-12
- Bugfixes
- Allow UTF-8 in HTTP header values
5.5.1 / 2021-10-12
- Security
- Do not allow LF as a line ending in a header (CVE-2021-41136)
5.5.0 / 2021-09-19
Features
Bugfixes
Performance
- Fix performance of server-side SSL connection close. (#2675)
5.4.0 / 2021-07-28
Features
Bugfixes
Refactor
- Replace
IO.select
withIO#wait_*
when checking a single IO (#2666)5.3.2 / 2021-05-21
- Bugfixes
5.3.1 / 2021-05-11
... (truncated)
Commits
-
a2bcda4
5.5.2 -
dc76d95
HTTP header field values: Allow all octets to be passed in as obscure data (#... -
acdc3ae
Merge pull request from GHSA-48w2-rm65-62xx -
61dd7f4
CI: Improve "set SSL" step name -
20dc923
Extract calls to purge_interrupt_queue (#2716) -
cf991f6
Update instructions for GitHub actions [ci skip] (#2717) -
520dc92
Clean up some duplicated code (#2715) -
21e9a4a
Clean up and format markdown documentation (#2714) -
f0d73a7
Improve localhost SSL integration docs (#2712) -
e2815b6
Reimplement delete environment tests (#2710) - Additional commits viewable in compare view