Skip to content

Commit 6bddb6b

Browse files
ranbelsdnts
authored andcommitted
[ZT] WARP beta (cloudflare#23071)
* raw release notes * fix linesToRemove * edited release notes
1 parent 898a4d2 commit 6bddb6b

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

bin/fetch-warp-releases.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const tracks = [
1313

1414
const linesToRemove = [
1515
"For related Cloudflare for Teams documentation please see: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp",
16-
"For Zero Trust documentation please see: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp",
16+
"For Zero Trust documentation please see: <https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp>",
1717
"For related Consumer documentation please see: https://developers.cloudflare.com/warp-client/",
18-
"For Consumer documentation please see: https://developers.cloudflare.com/warp-client/",
18+
"For Consumer documentation please see: <https://developers.cloudflare.com/warp-client/>",
1919
];
2020

2121
for (let track of tracks) {
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
releaseNotes: >-
2+
This release contains new improvements in addition to the features and improvements introduced in Beta client version 2025.5.735.1.
3+
4+
5+
**Changes and improvements**
6+
7+
- Improvement for WARP connectivity issues on macOS due to the operating
8+
system not accepting DNS server configurations.
9+
10+
11+
**Known issues**
12+
13+
- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
14+
client may not behave as expected. Cloudflare recommends the use of macOS 15.4
15+
or later.
16+
17+
version: 2025.5.828.1
18+
releaseDate: 2025-06-17T12:04:39.058Z
19+
packageURL: https://downloads.cloudflareclient.com/v1/download/macos/version/2025.5.828.1
20+
packageSize: 95503195
21+
platformName: macOS
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
releaseNotes: |-
2+
This release contains new improvements in addition to the features and improvements introduced in Beta client version 2025.5.735.1.
3+
4+
**Changes and improvements**
5+
- Improvement to better handle multi-user fast user switching.
6+
- Fix for an issue causing WARP connectivity to fail without full system reboot.
7+
8+
9+
**Known issues**
10+
- We have received reports of performance issues from some customers that have upgraded to 24H2 with the Windows Filtering Platform and local device firewall rules. We highly recommend customers test this Windows client thoroughly before full deployment as we continue to work with Microsoft to resolve these issues.
11+
12+
- Devices with `KB5055523` installed may receive a warning about `Win32/ClickFix.ABA` being present in the installer. To resolve this false positive, update Microsoft Security Intelligence to [version 1.429.19.0](https://www.microsoft.com/en-us/wdsi/definitions/antimalware-definition-release-notes?requestVersion=1.429.19.0) or later.
13+
14+
- DNS resolution may be broken when the following conditions are all true:
15+
- WARP is in Secure Web Gateway without DNS filtering (tunnel-only) mode.
16+
- A custom DNS server address is configured on the primary network adapter.
17+
- The custom DNS server address on the primary network adapter is changed while WARP is connected.
18+
To work around this issue, reconnect the WARP client by toggling off and back on.
19+
version: 2025.5.828.1
20+
releaseDate: 2025-06-17T12:04:39.871Z
21+
packageURL: https://downloads.cloudflareclient.com/v1/download/windows/version/2025.5.828.1
22+
packageSize: 129200128
23+
platformName: Windows

0 commit comments

Comments
 (0)