From 27a09c4e7c0e04bc25a515388b6b8a55fa332ad5 Mon Sep 17 00:00:00 2001 From: schneems Date: Tue, 19 Mar 2019 17:17:55 -0500 Subject: [PATCH] Add history for commits since v3.12.1 --- History.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0b45417e..059bf120 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,21 @@ ## Master * x features - + * Add support for disabling TLSv1.0 (#1562) + * Request body read time metric (#1569) + * Add out_of_band hook (#1648) + * Re-implement (native) IOBuffer for JRuby (#1691) + * Min worker timeout (#1716) + * Add option to suppress SignalException on SIGTERM (#1690) + * Allow mutual TLS CA to be set using `ssl_bind` DSL (#1689) * x bugfixes + * Do not accept new requests on shutdown (#1685) + * 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) + ## 3.12.1 / 2019-03-19