Skip to content

Commit 0fb3369

Browse files
authored
[ZT] WARP beta release (#20811)
* windows and macOS betas * linux betas * update changelog
1 parent 8735b3a commit 0fb3369

File tree

5 files changed

+184
-0
lines changed

5 files changed

+184
-0
lines changed

src/content/release-notes/warp.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@ productLink: "/cloudflare-one/connections/connect-devices/warp/"
55
productArea: Cloudflare One
66
productAreaLink: /cloudflare-one/changelog/
77
entries:
8+
- publish_date: "2025-03-13"
9+
title: WARP client for Windows (version 2025.2.460.1)
10+
description: |-
11+
A new beta release for the Windows WARP client is now available on the [Downloads page](/cloudflare-one/connections/connect-devices/warp/download-warp/beta-releases/). This release contains significant improvements to our captive portal / public Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
12+
13+
**Changes and improvements**
14+
15+
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible
16+
and have faster detection.
17+
- Improved error messages shown in the app.
18+
- Added the ability to control if the WARP interface IPs are registered with
19+
DNS servers or not.
20+
- Removed DNS logs view from the Windows client GUI. DNS logs can be viewed as
21+
part of `warp-diag` or by viewing the log file on the user's local directory.
22+
- Fixed issue that would result in a user receiving multiple re-authentication
23+
requests when waking their device from sleep.
24+
- WARP tunnel protocol details can now be viewed using the `warp-cli tunnel stats`
25+
command.
26+
- Improvements to [Windows multi-user](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) including support for fast user
27+
switching. If you are interested in testing this feature, reach out to
28+
your Cloudflare account team.
29+
- Fixed issue with device revocation and re-registration when switching
30+
configurations.
31+
- Fixed issue where DEX tests would run during certain sleep states where the
32+
networking stack was not fully up. This would result in failures that would be
33+
ignored.
34+
35+
**Known issues**
36+
37+
- DNS resolution may be broken when the following conditions are all true:
38+
- WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode.
39+
- A custom DNS server address is configured on the primary network adapter.
40+
- The custom DNS server address on the primary network adapter is changed while WARP is connected.
41+
42+
To work around this issue, reconnect the WARP client by toggling off and back on.
43+
- publish_date: "2025-03-13"
44+
title: WARP client for macOS (version 2025.2.460.1)
45+
description: |-
46+
A new beta release for the macOS WARP client is now available on the [Downloads page](/cloudflare-one/connections/connect-devices/warp/download-warp/beta-releases/). This release contains significant improvements to our captive portal / public Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
47+
48+
**Changes and improvements**
49+
50+
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible and have faster detection.
51+
- Improved error messages shown in the app.
52+
- WARP tunnel protocol details can now be viewed using the `warp-cli tunnel stats`
53+
command.
54+
- Fixed issue with device revocation and re-registration when switching
55+
configurations.
56+
57+
**Known issues**
58+
59+
- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
60+
client may not behave as expected. Cloudflare recommends the use of macOS 15.3
61+
or later.
62+
863
- publish_date: "2025-02-19"
964
title: WARP client for Linux (version 2025.1.186.0)
1065
description: |-
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
releaseNotes: >-
2+
This release contains minor fixes and improvements.
3+
4+
5+
**Changes and improvements**
6+
7+
- Improved command line interface for Access for Infrastructure
8+
with added function for filtering and ordering.
9+
10+
- Fixed client connectivity issues when switching between managed network
11+
profiles that use different WARP protocols.
12+
13+
- Added support for WARP desktop to use additional DoH endpoints to help
14+
reduce NAT congestion.
15+
16+
- Improved Wireguard connection stability on reconnections.
17+
18+
- Added additional HTTP/3 QUIC connectivity test to `warp-diag`.
19+
20+
- Added support for collection of system health metrics for enhanced device
21+
Digital Experience Monitoring.
22+
23+
- Automated the removal of active registrations for devices with multiple
24+
registrations with the same Zero Trust organization.
25+
version: 2025.2.459.1
26+
releaseDate: 2025-03-13T17:13:33.600Z
27+
packageURL: https://downloads.cloudflareclient.com/v1/download/noble-intel/version/2025.2.459.1
28+
packageSize: 44462470
29+
platformName: Linux
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
releaseNotes: >-
2+
This release contains significant improvements to our captive portal / public
3+
Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
4+
5+
6+
**Changes and improvements**
7+
8+
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible
9+
and have faster detection.
10+
11+
- WARP tunnel protocol details can now be viewed using the `warp-cli tunnel stats`
12+
command.
13+
14+
- Fixed issue with device revocation and re-registration when switching
15+
configurations.
16+
version: 2025.2.460.1
17+
releaseDate: 2025-03-13T18:24:32.891Z
18+
packageURL: https://downloads.cloudflareclient.com/v1/download/noble-intel/version/2025.2.460.1
19+
packageSize: 44461586
20+
platformName: Linux
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
releaseNotes: >-
2+
This release contains significant improvements to our captive portal / public
3+
Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
4+
5+
6+
**Changes and improvements**
7+
8+
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible
9+
and have faster detection.
10+
11+
- Improved error messages shown in the app.
12+
13+
- WARP tunnel protocol details can now be viewed using the `warp-cli tunnel stats`
14+
command.
15+
16+
- Fixed issue with device revocation and re-registration when switching
17+
configurations.
18+
19+
20+
21+
**Known issues**
22+
23+
- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
24+
client may not behave as expected. Cloudflare recommends the use of macOS 15.3
25+
or later.
26+
version: 2025.2.460.1
27+
releaseDate: 2025-03-13T19:39:55.831Z
28+
packageURL: https://downloads.cloudflareclient.com/v1/download/macos/version/2025.2.460.1
29+
packageSize: 91678229
30+
platformName: macOS
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
releaseNotes: >-
2+
This release contains significant improvements to our captive portal / public
3+
Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
4+
5+
6+
**Changes and improvements**
7+
8+
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible
9+
and have faster detection.
10+
11+
- Improved error messages shown in the app.
12+
13+
- Added the ability to control if the WARP interface IPs are registered with
14+
DNS servers or not.
15+
16+
- Removed DNS logs view from the Windows client GUI. DNS logs can be viewed as
17+
part of `warp-diag` or by viewing the log file on the user's local directory.
18+
19+
- Fixed issue that would result in a user receiving multiple re-authentication
20+
requests when waking their device from sleep.
21+
22+
- WARP tunnel protocol details can now be viewed using the `warp-cli tunnel stats`
23+
command.
24+
25+
- Improvements to [Windows multi-user](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) including support for fast user
26+
switching. If you are interested in testing this feature, reach out to
27+
your Cloudflare account team.
28+
29+
- Fixed issue with device revocation and re-registration when switching
30+
configurations.
31+
32+
- Fixed issue where DEX tests would run during certain sleep states where the
33+
networking stack was not fully up. This would result in failures that would be
34+
ignored.
35+
36+
37+
38+
**Known issues**
39+
40+
- DNS resolution may be broken when the following conditions are all true:
41+
- WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode.
42+
- A custom DNS server address is configured on the primary network adapter.
43+
- The custom DNS server address on the primary network adapter is changed while WARP is connected.
44+
45+
To work around this issue, reconnect the WARP client by toggling off and back on.
46+
version: 2025.2.460.1
47+
releaseDate: 2025-03-13T19:39:55.087Z
48+
packageURL: https://downloads.cloudflareclient.com/v1/download/windows/version/2025.2.460.1
49+
packageSize: 128188416
50+
platformName: Windows

0 commit comments

Comments
 (0)