Skip to content

Commit

Permalink
5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec authored and JuanitoFatas committed Sep 9, 2022
1 parent 2c6910f commit fa350f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.3.1 / 2021-05-11

* Security
* Close keepalive connections after the maximum number of fast inlined requests (#2625)

## 5.3.0 / 2021-05-07

* Features
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.3.0".freeze
PUMA_VERSION = VERSION = "5.3.1".freeze
CODE_NAME = "Sweetnighter".freeze

PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
Expand Down

0 comments on commit fa350f5

Please sign in to comment.