We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4852902 commit d20242bCopy full SHA for d20242b
History.md
@@ -1,5 +1,13 @@
1
## Master
2
3
+* Features
4
+ * Your feature goes here (#Github Number)
5
+
6
+* Bugfixes
7
+ * Your bugfix goes here (#Github Number)
8
9
+## 4.3.0 / 2019-11-07
10
11
* Features
12
* Strip whitespace at end of HTTP headers (#2010)
13
* Optimize HTTP parser for JRuby (#2012)
lib/puma/const.rb
@@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError
100
# too taxing on performance.
101
module Const
102
103
- PUMA_VERSION = VERSION = "4.2.1".freeze
104
- CODE_NAME = "Distant Airhorns".freeze
+ PUMA_VERSION = VERSION = "4.3.0".freeze
+ CODE_NAME = "Mysterious Traveller".freeze
105
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
106
107
FAST_TRACK_KA_TIMEOUT = 0.2
0 commit comments