This commit is contained in:
Nate Berkopec 2020-10-27 08:04:18 -06:00
parent 0ce9f9f440
commit 1f0c08e3a7
No known key found for this signature in database
GPG Key ID: BDD7A4B8E43906A6
2 changed files with 7 additions and 3 deletions

View File

@ -8,9 +8,13 @@
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
* Ignore illegal (by Rack spec) response header (#2439)
* Pass preloaded application into new workers if available when using `preload_app` (#2461)
* Close idle connections immediately on shutdown (#2460)
## 5.0.4 / 2020-10-27
* Bugfixes
* Pass preloaded application into new workers if available when using `preload_app` (#2461)
## 5.0.3 / 2020-10-26
* Bugfixes

View File

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "5.0.3".freeze
PUMA_VERSION = VERSION = "5.0.4".freeze
CODE_NAME = "Spoony Bard".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze