1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump to 3.0.1

This commit is contained in:
Evan Phoenix 2016-02-25 19:42:51 -08:00
parent 91a43ffcb6
commit d3379c2800
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
=== 3.0.1 / 2016-02-25
* 1 bug fix:
* Removed the experimental support for async.callback as it broke
websockets entirely. Seems no server has both hijack and async.callback
and thus faye is totally confused what to do and doesn't work.
=== 3.0.0 / 2016-02-25
* 2 major changes:

View file

@ -99,7 +99,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "3.0.0".freeze
PUMA_VERSION = VERSION = "3.0.1".freeze
CODE_NAME = "Plethora of Penguin Pinatas".freeze
FAST_TRACK_KA_TIMEOUT = 0.2