From bd88093de0f407313898490b3803d5bae863e001 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Mon, 15 Aug 2022 17:41:06 +0100 Subject: [PATCH] TUN-6617: Updated CHANGES.md for protocol stickiness --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 511cb600..3dbd8749 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## 2022.8.1 +### New Features +- cloudflared now remembers if it connected to a certain protocol successfully. If it did, it does not fall back to a lower + protocol on connection failures. + ## 2022.7.1 ### New Features - It is now possible to connect cloudflared tunnel to Cloudflare Global Network with IPv6. See `cloudflared tunnel --help` and look for `edge-ip-version` for more information. For now, the default behavior is to still connect with IPv4 only.