Skip to content

Commit 3996b1a

Browse files
committed
Release 2023.4.1
1 parent 71997be commit 3996b1a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 2023.4.1
2+
### New Features
3+
- You can now stream your logs from your remote cloudflared to your local terminal with `cloudflared tail <TUNNEL-ID>`. This new feature requires the remote cloudflared to be version 2023.4.1 or higher.
4+
15
## 2023.3.2
26
### Notices
3-
- Due to the nature of QuickTunnels (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/do-more-with-tunnels/trycloudflare/) and its intended usage for testing and experiment of Cloudflare Tunnels, starting from 2023.3.2, QuickTunnels only make a single connection to the edge. If users want to use Tunnels in a production enverionment, they should move to Named Tunnels instead. (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/remote/#set-up-a-tunnel-remotely-dashboard-setup)
7+
- Due to the nature of QuickTunnels (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/do-more-with-tunnels/trycloudflare/) and its intended usage for testing and experiment of Cloudflare Tunnels, starting from 2023.3.2, QuickTunnels only make a single connection to the edge. If users want to use Tunnels in a production environment, they should move to Named Tunnels instead. (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/remote/#set-up-a-tunnel-remotely-dashboard-setup)
48

59
## 2023.3.1
610
### Breaking Change
@@ -25,7 +29,7 @@
2529

2630
## 2022.12.0
2731
### Improvements
28-
- cloudflared now attempts to try other edge addresses before falling back to a lower protoocol.
32+
- cloudflared now attempts to try other edge addresses before falling back to a lower protocol.
2933
- cloudflared tunnel no longer spins up a quick tunnel. The call has to be explicit and provide a --url flag.
3034
- cloudflared will now randomly pick the first or second region to connect to instead of always connecting to region2 first.
3135

RELEASE_NOTES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023.4.1
2+
- 2023-04-13 TUN-7368: Report destination address for TCP requests in logs
3+
- 2023-04-12 TUN-7134: Acquire token for cloudflared tail
4+
- 2023-04-12 TUN-7131: Add cloudflared log event to connection messages and enable streaming logs
5+
- 2023-04-11 TUN-7132 TUN-7136: Add filter support for streaming logs
6+
- 2023-04-06 TUN-7354: Don't warn for empty ingress rules when using --token
7+
- 2023-04-06 TUN-7128: Categorize logs from public hostname locations
8+
- 2023-04-06 TUN-7351: Add streaming logs session ping and timeout
9+
- 2023-04-06 TUN-7335: Fix cloudflared update not working in windows
10+
111
2023.4.0
212
- 2023-04-07 TUN-7356: Bump golang.org/x/net package to 0.7.0
313
- 2023-04-07 TUN-7357: Bump to go 1.19.6

0 commit comments

Comments
 (0)