Skip to content

Commit ab7b6e6

Browse files
[ZT] WARP Windows and macOS GA (#20115)
* windows and macOS GA * Apply suggestions from code review * Update src/content/release-notes/warp.yaml Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 8beb8f3 commit ab7b6e6

File tree

3 files changed

+139
-0
lines changed

3 files changed

+139
-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-02-19"
9+
title: WARP client for macOS (version 2025.1.861.0)
10+
description: |-
11+
A new GA release for the macOS WARP client is now available on the [Downloads page](/cloudflare-one/connections/connect-devices/warp/download-warp/). This release contains minor fixes and improvements.
12+
13+
Note: If using macOS Sequoia, Cloudflare recommends the use of macOS 15.3 or
14+
later. With macOS 15.3, Apple addressed several issues that may have caused
15+
the WARP client to not behave as expected when used with macOS 15.0.x.
16+
17+
**Changes and improvements**
18+
19+
- Improved command line interface for Access for Infrastructure with added function for filtering and ordering.
20+
- Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols.
21+
- Improved OS version posture checks on macOS for greater reliability and availability.
22+
- Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion.
23+
- Improved Wireguard connection stability on reconnections.
24+
- Added additional HTTP/3 QUIC connectivity test to `warp-diag`.
25+
- Added support for collection of system health metrics for enhanced device Digital Experience Monitoring.
26+
- Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization.
27+
- Fixes issues with deleted registration at start up.
28+
29+
**Known issues**
30+
31+
- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
32+
client may not behave as expected. Cloudflare recommends the use of macOS 15.3
33+
or later.
34+
- publish_date: "2025-02-19"
35+
title: WARP client for Windows (version 2025.1.861.0)
36+
description: |-
37+
A new GA release for the Windows WARP client is now available on the [Downloads page](/cloudflare-one/connections/connect-devices/warp/download-warp/). This release contains only improvements.
38+
39+
**Changes and improvements**
40+
41+
- Improved command line interface for Access for Infrastructure with added function for filtering and ordering.
42+
- Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols.
43+
- Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion.
44+
- Improved Windows multi-user feature with minor bug fixes and optimizations.
45+
- Improved connectivity check reliability in certain split tunnel configurations.
46+
- Improved reading of device DNS settings at connection restart.
47+
- Improved WARP connectivity in environments with virtual machine interfaces.
48+
- Improved Wireguard connection stability on reconnections.
49+
- Improved reliability of device posture checks for OS Version, Unique Client ID, Domain Joined, Disk Encryption, and Firewall attributes.
50+
- Added additional HTTP/3 QUIC connectivity test to warp-diag.
51+
- Added support for collection of system health metrics for enhanced device Digital Experience Monitoring.
52+
- Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization.
53+
54+
**Known issues**
55+
56+
- DNS resolution may be broken when the following conditions are all true:
57+
- WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode.
58+
- A custom DNS server address is configured on the primary network adapter.
59+
- The custom DNS server address on the primary network adapter is changed while WARP is connected.
60+
61+
To work around this issue, reconnect the WARP client by toggling off and back on.
62+
863
- publish_date: "2025-02-07"
964
title: WARP client for macOS (version 2025.1.634.1)
1065
description: |-
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
releaseNotes: >-
2+
This release contains minor fixes and improvements.
3+
4+
5+
Note: If using macOS Sequoia, Cloudflare recommends the use of macOS 15.3 or
6+
later. With macOS 15.3, Apple addressed several issues that may have caused
7+
the WARP client to not behave as expected when used with macOS 15.0.x.
8+
9+
10+
**Changes and improvements**
11+
12+
- Improved command line interface for Access for Infrastructure with added function for filtering and ordering.
13+
14+
- Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols.
15+
16+
- Improved OS version posture checks on macOS for greater reliability and availability.
17+
18+
- Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion.
19+
20+
- Improved Wireguard connection stability on reconnections.
21+
22+
- Added additional HTTP/3 QUIC connectivity test to `warp-diag`.
23+
24+
- Added support for collection of system health metrics for enhanced device Digital Experience Monitoring.
25+
26+
- Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization.
27+
28+
- Fixes issues with deleted registration at start up.
29+
30+
31+
**Known issues**
32+
33+
- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
34+
client may not behave as expected. Cloudflare recommends the use of macOS 15.3
35+
or later.
36+
version: 2025.1.861.0
37+
releaseDate: 2025-02-19T17:17:12.982Z
38+
packageURL: https://downloads.cloudflareclient.com/v1/download/macos/version/2025.1.861.0
39+
packageSize: 92359731
40+
platformName: macOS
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
releaseNotes: >-
2+
This release contains only improvements.
3+
4+
5+
**Changes and improvements**
6+
7+
- Improved command line interface for Access for Infrastructure with added function for filtering and ordering.
8+
9+
- Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols.
10+
11+
- Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion.
12+
13+
- Improved Windows multi-user feature with minor bug fixes and optimizations.
14+
15+
- Improved connectivity check reliability in certain split tunnel configurations.
16+
17+
- Improved reading of device DNS settings at connection restart.
18+
19+
- Improved WARP connectivity in environments with virtual machine interfaces.
20+
21+
- Improved Wireguard connection stability on reconnections.
22+
23+
- Improved reliability of device posture checks for OS Version, Unique Client ID, Domain Joined, Disk Encryption, and Firewall attributes.
24+
25+
- Added additional HTTP/3 QUIC connectivity test to warp-diag.
26+
27+
- Added support for collection of system health metrics for enhanced device Digital Experience Monitoring.
28+
29+
- Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization.
30+
31+
32+
**Known issues**
33+
34+
- DNS resolution may be broken when the following conditions are all true:
35+
- WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode.
36+
- A custom DNS server address is configured on the primary network adapter.
37+
- The custom DNS server address on the primary network adapter is changed while WARP is connected.
38+
39+
To work around this issue, reconnect the WARP client by toggling off and back on.
40+
version: 2025.1.861.0
41+
releaseDate: 2025-02-19T17:46:28.678Z
42+
packageURL: https://downloads.cloudflareclient.com/v1/download/windows/version/2025.1.861.0
43+
packageSize: 128249856
44+
platformName: Windows

0 commit comments

Comments
 (0)