From 5a5e49179a46704695a5ca1307e3bc0995d1f168 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Tue, 28 Sep 2021 13:03:04 +0100 Subject: [PATCH] Release 2021.9.2 --- RELEASE_NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 397ce952..4863f68d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +2021.9.2 +- 2021-09-21 TUN-5129: Use go 1.17 and copy .git folder to docker build to compute version +- 2021-09-21 TUN-5128: Enforce maximum grace period +- 2021-09-22 TUN-5141: Make sure websocket pinger returns before streaming returns +- 2021-09-24 TUN-5142: Add asynchronous servecontrolstream for QUIC +- 2021-09-24 TUN-5142: defer close rpcconn inside unregister instead of ServeControlStream +- 2021-09-27 TUN-5160: Set request.ContentLength when this value is in request header + 2021.9.1 - 2021-09-21 TUN-5118: Quic connection now detects duplicate connections similar to http2 - 2021-09-15 Fix TryCloudflare link