From 588f1a03c43091cc324d783dc75b5f4857cf4d5e Mon Sep 17 00:00:00 2001 From: cthuang Date: Mon, 25 Oct 2021 09:29:45 +0100 Subject: [PATCH] Release 2021.10.4 --- RELEASE_NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2c283a0d..067fcf74 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +2021.10.4 +- 2021-10-21 TUN-5287: Fix misuse of wait group in TestQUICServer that caused the test to exit immediately +- 2021-10-21 TUN-5286: Upgrade crypto/ssh package to fix CVE-2020-29652 +- 2021-10-18 TUN-5262: Allow to configure max fetch size for listing queries +- 2021-10-19 TUN-5262: Improvements to `max-fetch-size` that allow to deal with large number of tunnels in account +- 2021-10-15 TUN-5261: Collect QUIC metrics about RTT, packets and bytes transfered and log events at tracing level +- 2021-10-19 TUN-5184: Make sure outstanding websocket write is finished, and no more writes after shutdown + 2021.10.3 - 2021-10-14 TUN-5255: Fix potential panic if Cloudflare API fails to respond to GetTunnel(id) during delete command - 2021-10-14 TUN-5257: Fix more cfsetup targets that were broken by recent package changes