Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 28, 2020
1 parent 7ee4e93 commit 3212427
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions History.md
Expand Up @@ -3,19 +3,24 @@
* Features
* Your feature goes here <Most recent on the top, like GitHub> (#Github Number)

* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)

## 5.0.1 / 2020-09-28

* Bugfixes
* Fix LoadError in CentOS 8 ([#2381])
* Better error handling during force shutdown ([#2271])
* Prevent connections from entering Reactor after shutdown begins ([#2377])
* Fix error backtrace debug logging && Do not log request dump if it is not parsed ([#2376])
* Split TCP_CORK and TCP_INFO ([#2372])
* Do not log EOFError when a client connection is closed without write (#2384)
* Do not log EOFError when a client connection is closed without write ([#2384])

* Refactor
* Change Events#ssl_error signature from (error, peeraddr, peercert) to (error, ssl_socket) ([#2375])
* Consolidate option handling in Server, Server small refactors, doc chang ([#2373])

## 5.0.0
## 5.0.0 / 2020-09-17

* Features
* Allow compiling without OpenSSL and dynamically load files needed for SSL, add 'no ssl' CI ([#2305])
Expand Down Expand Up @@ -1612,7 +1617,7 @@ be added back in a future date when a java Puma::MiniSSL is added.
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)


[#2384]:https://github.com/puma/puma/pull/2384 "2020-09-24 @schneems"
[#2381]:https://github.com/puma/puma/pull/2381 "2020-09-24 @joergschray"
[#2271]:https://github.com/puma/puma/pull/2271 "2020-05-17 @wjordan"
[#2377]:https://github.com/puma/puma/pull/2377 "2020-09-22 @cjlarose"
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.0.0".freeze
PUMA_VERSION = VERSION = "5.0.1".freeze
CODE_NAME = "Spoony Bard".freeze

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

0 comments on commit 3212427

Please sign in to comment.