From 79ebfa8304fd51b18d09b5220db2cbff7eb0583e Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Tue, 28 Sep 2021 15:46:01 +0100 Subject: [PATCH] TUN-5169: Release 2021.9.2 CHANGES.md --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 20ab8b55..7a2942fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ **Experimental**: This is a new format for release notes. The format and availability is subject to change. +## 2021.9.2 + +### New features +- `cloudflared` can now run with `quic` as the underlying tunnel transport protocol. To try it, change or add "protocol: quic" to your config.yml file or +run cloudflared with the `--protocol quic` flag. e.g: + `cloudflared tunnel --protocol quic run ` + +### Bug Fixes +- Fixed some generic transport bugs in `quic` mode. It's advised to upgrade to at least this version (2021.9.2) when running `cloudflared` +with `quic` protocol. +- `cloudflared` docker images will now show version. + + ## 2021.8.4 ### Improvements - Temporary tunnels (those hosted on trycloudflare.com that do not require a Cloudflare login) now run as Named Tunnels