From d20242b2ec76cc7e8078986f29f1e083f62ef157 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Mon, 21 Oct 2019 10:29:35 +0800 Subject: [PATCH] 4.3.0 --- History.md | 8 ++++++++ lib/puma/const.rb | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 85b93a294c..ec0adbbfb5 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,13 @@ ## Master +* Features + * Your feature goes here (#Github Number) + +* Bugfixes + * Your bugfix goes here (#Github Number) + +## 4.3.0 / 2019-11-07 + * Features * Strip whitespace at end of HTTP headers (#2010) * Optimize HTTP parser for JRuby (#2012) diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 67e84d032b..667c3088bb 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError # too taxing on performance. module Const - PUMA_VERSION = VERSION = "4.2.1".freeze - CODE_NAME = "Distant Airhorns".freeze + PUMA_VERSION = VERSION = "4.3.0".freeze + CODE_NAME = "Mysterious Traveller".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze FAST_TRACK_KA_TIMEOUT = 0.2