mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update HISTORY.md
Would love to make it a requirement that all PRs include an entry https://github.com/puma/puma/issues/1814
This commit is contained in:
parent
5e64ed9348
commit
f0fd682690
1 changed files with 5 additions and 2 deletions
|
@ -8,14 +8,17 @@
|
|||
* Min worker timeout (#1716)
|
||||
* Add option to suppress SignalException on SIGTERM (#1690)
|
||||
* Allow mutual TLS CA to be set using `ssl_bind` DSL (#1689)
|
||||
* Reactor now uses nio4r instead of `select` (#1728)
|
||||
* x bugfixes
|
||||
* Do not accept new requests on shutdown (#1685)
|
||||
* Do not accept new requests on shutdown (#1685, #1808)
|
||||
* Fix 3 corner cases when request body is chunked (#1508)
|
||||
* Change pid existence check's condition branches (#1650)
|
||||
* Don't call .stop on a server that doesn't exist (#1655)
|
||||
* Implemented NID_X9_62_prime256v1 (P-256) curve over P-521 (#1671)
|
||||
* Fix @notify.close can't modify frozen IOError (RuntimeError) (#1583)
|
||||
|
||||
* Fix Java 8 support (#1773)
|
||||
* Fix error `uninitialized constant Puma::Cluster` (#1731)
|
||||
* Fix `not_token` being able to be set to true (#1803)
|
||||
|
||||
## 3.12.1 / 2019-03-19
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue