From 7a859e12ebdab9f81f6e10c6105c0b811441179d Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Wed, 23 Oct 2024 16:19:14 -0400 Subject: [PATCH 1/2] PCX-14355 --- src/content/changelogs/warp.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/content/changelogs/warp.yaml b/src/content/changelogs/warp.yaml index a1b2441016e239b..9337ab79973c939 100644 --- a/src/content/changelogs/warp.yaml +++ b/src/content/changelogs/warp.yaml @@ -5,6 +5,36 @@ productLink: "/cloudflare-one/connections/connect-devices/warp/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: + - publish_date: "2024-10-23" + title: WARP client for macOS (version 2024.10.279.1) + description: |- + A new beta release for the macOS WARP client is now available in the [App Center](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos/distribution_groups/beta). This release contains minor fixes and improvements. + + Changes and improvements: + - Fixed an issue where SSH sessions and other application connections over TCP or UDP could drop when a device that is using MASQUE changes its primary network interface. + - Fixed an issue to ensure the Cloudflare root certificate (or custom certificate) is installed in the trust store if not already there. + + Known issues: + - Cloudflare is investigating temporary networking issues on macOS 15 (Sequoia) that affect some users and may occur on any version of the WARP client. + + - publish_date: "2024-10-23" + title: WARP client for Windows (version 2024.10.279.1) + description: |- + A new beta release for the Windows WARP client is now available in the [App Center](https://install.appcenter.ms/ + orgs/cloudflare/apps/1.1.1.1-windows/distribution_groups/beta). This release contains minor fixes and improvements. + + Changes and improvements: + - Fixed an issue where SSH sessions and other application connections over TCP or UDP could drop when a device that is using MASQUE changes its primary network interface. + - Fixed an issue to ensure the Cloudflare root certificate (or custom certificate) is installed in the trust store if not already there. + + Known issues: + - DNS resolution may be broken when all of the following conditions are true: + - WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode. + - A custom DNS server address is configured on the primary network adapter. + - The custom DNS server address on the primary network adapter is changed while WARP is connected. + + To work around the DNS issue, reconnect the WARP client by toggling off and back on. + - publish_date: "2024-10-03" title: WARP client for Linux (version 2024.9.346.0) description: |- From 7de6c98f4f0666461fcc4e54b55c357d5580d444 Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Wed, 23 Oct 2024 16:22:08 -0400 Subject: [PATCH 2/2] fix link --- src/content/changelogs/warp.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/changelogs/warp.yaml b/src/content/changelogs/warp.yaml index 9337ab79973c939..8167534faefb376 100644 --- a/src/content/changelogs/warp.yaml +++ b/src/content/changelogs/warp.yaml @@ -20,8 +20,7 @@ entries: - publish_date: "2024-10-23" title: WARP client for Windows (version 2024.10.279.1) description: |- - A new beta release for the Windows WARP client is now available in the [App Center](https://install.appcenter.ms/ - orgs/cloudflare/apps/1.1.1.1-windows/distribution_groups/beta). This release contains minor fixes and improvements. + A new beta release for the Windows WARP client is now available in the [App Center](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows/distribution_groups/beta). This release contains minor fixes and improvements. Changes and improvements: - Fixed an issue where SSH sessions and other application connections over TCP or UDP could drop when a device that is using MASQUE changes its primary network interface.