1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
schneems 2019-06-25 10:19:29 -05:00
parent 5a2291ef1b
commit 3cad382957
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,11 @@
## Master
* x features
x features
x bugfixes
## 4.0.0 / 2019-06-25
9 features
* Add support for disabling TLSv1.0 (#1562)
* Request body read time metric (#1569)
* Add out_of_band hook (#1648)
@ -9,7 +14,7 @@
* Add option to suppress SignalException on SIGTERM (#1690)
* Allow mutual TLS CA to be set using `ssl_bind` DSL (#1689)
* Reactor now uses nio4r instead of `select` (#1728)
* x bugfixes
9 x bugfixes
* Do not accept new requests on shutdown (#1685, #1808)
* Fix 3 corner cases when request body is chunked (#1508)
* Change pid existence check's condition branches (#1650)

View file

@ -100,8 +100,8 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "3.12.1".freeze
CODE_NAME = "Llamas in Pajamas".freeze
PUMA_VERSION = VERSION = "4.0.0".freeze
CODE_NAME = "4 Fast 4 Furious".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2