From 3996b1adcad2485cb60889adb0dd69068e0cd3c6 Mon Sep 17 00:00:00 2001 From: Devin Carr Date: Mon, 17 Apr 2023 10:04:12 -0700 Subject: [PATCH] Release 2023.4.1 --- CHANGES.md | 8 ++++++-- RELEASE_NOTES | 10 ++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 955b6d8c..8f193881 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ +## 2023.4.1 +### New Features +- You can now stream your logs from your remote cloudflared to your local terminal with `cloudflared tail `. This new feature requires the remote cloudflared to be version 2023.4.1 or higher. + ## 2023.3.2 ### Notices -- 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) +- 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) ## 2023.3.1 ### Breaking Change @@ -25,7 +29,7 @@ ## 2022.12.0 ### Improvements -- cloudflared now attempts to try other edge addresses before falling back to a lower protoocol. +- cloudflared now attempts to try other edge addresses before falling back to a lower protocol. - cloudflared tunnel no longer spins up a quick tunnel. The call has to be explicit and provide a --url flag. - cloudflared will now randomly pick the first or second region to connect to instead of always connecting to region2 first. diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 31907aa5..0f7a603e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,13 @@ +2023.4.1 +- 2023-04-13 TUN-7368: Report destination address for TCP requests in logs +- 2023-04-12 TUN-7134: Acquire token for cloudflared tail +- 2023-04-12 TUN-7131: Add cloudflared log event to connection messages and enable streaming logs +- 2023-04-11 TUN-7132 TUN-7136: Add filter support for streaming logs +- 2023-04-06 TUN-7354: Don't warn for empty ingress rules when using --token +- 2023-04-06 TUN-7128: Categorize logs from public hostname locations +- 2023-04-06 TUN-7351: Add streaming logs session ping and timeout +- 2023-04-06 TUN-7335: Fix cloudflared update not working in windows + 2023.4.0 - 2023-04-07 TUN-7356: Bump golang.org/x/net package to 0.7.0 - 2023-04-07 TUN-7357: Bump to go 1.19.6