You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
2
2
3
+
## 2021.9.2
4
+
5
+
### New features
6
+
-`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
7
+
run cloudflared with the `--protocol quic` flag. e.g:
8
+
`cloudflared tunnel --protocol quic run <tunnel-name>`
9
+
10
+
### Bug Fixes
11
+
- Fixed some generic transport bugs in `quic` mode. It's advised to upgrade to at least this version (2021.9.2) when running `cloudflared`
12
+
with `quic` protocol.
13
+
-`cloudflared` docker images will now show version.
14
+
15
+
3
16
## 2021.8.4
4
17
### Improvements
5
18
- Temporary tunnels (those hosted on trycloudflare.com that do not require a Cloudflare login) now run as Named Tunnels
0 commit comments