Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 25, 2019
1 parent 5a2291e commit 3cad382
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError
# 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
Expand Down

0 comments on commit 3cad382

Please sign in to comment.