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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 2023.2.2
2
+
### Notices
3
+
- Legacy tunnels were officially deprecated on December 1, 2022. Starting with this version, cloudflared no longer supports connecting legacy tunnels.
4
+
- h2mux tunnel connection protocol is no longer supported. Any tunnels still configured to use this protocol will alert and use http2 tunnel protocol instead. We recommend using quic protocol for all tunnels going forward.
5
+
6
+
## 2023.2.1
7
+
### Bug fixes
8
+
- Fixed a bug in TCP connection proxy that could result in the connection being closed before all data was written.
9
+
- cloudflared now correctly aborts body write if connection to origin service fails after response headers were sent already.
10
+
- Fixed a bug introduced in the previous release where debug endpoints were removed.
11
+
1
12
## 2022.12.0
2
13
### Improvements
3
14
- cloudflared now attempts to try other edge addresses before falling back to a lower protoocol.
0 commit comments