From 83a1dc93d8de47d4eeac6c2fcf6cee7b2a59be6a Mon Sep 17 00:00:00 2001 From: Igor Postelnik Date: Mon, 11 May 2020 16:12:19 -0500 Subject: [PATCH] Release 2020.5.1 --- RELEASE_NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e2aedcbc..8c3e7112 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,8 @@ +2020.5.1 +- 2020-05-07 TUN-2860: Enable quick reconnect feature by default +- 2020-05-07 AUTH-2564: error handling and minor fixes +- 2020-05-01 AUTH-2588 add DoH to service mode + 2020.5.0 - 2020-05-01 TUN-2943: Copy certutil from edge into cloudflared - 2020-05-05 TUN-2955: Fix connection and goroutine leaks when tunnel conection is terminated on error. Only unregister tunnels that had connected successfully. Close edge connection used to unregister the tunnel. Use buffered channels for error channels where receiver may quit early on context cancellation.