Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/fetch-warp-releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const tracks = [

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

for (let track of tracks) {
Expand Down
21 changes: 21 additions & 0 deletions src/content/warp-releases/macos/beta/2025.5.828.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
releaseNotes: >-
This release contains new improvements in addition to the features and improvements introduced in Beta client version 2025.5.735.1.


**Changes and improvements**

- Improvement for WARP connectivity issues on macOS due to the operating
system not accepting DNS server configurations.


**Known issues**

- macOS Sequoia: Due to changes Apple introduced in macOS 15.0.x, the WARP
client may not behave as expected. Cloudflare recommends the use of macOS 15.4
or later.

version: 2025.5.828.1
releaseDate: 2025-06-17T12:04:39.058Z
packageURL: https://downloads.cloudflareclient.com/v1/download/macos/version/2025.5.828.1
packageSize: 95503195
platformName: macOS
23 changes: 23 additions & 0 deletions src/content/warp-releases/windows/beta/2025.5.828.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releaseNotes: |-
This release contains new improvements in addition to the features and improvements introduced in Beta client version 2025.5.735.1.

**Changes and improvements**
- Improvement to better handle multi-user fast user switching.
- Fix for an issue causing WARP connectivity to fail without full system reboot.


**Known issues**
- 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.

- 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.

- DNS resolution may be broken when the following conditions are all 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 this issue, reconnect the WARP client by toggling off and back on.
version: 2025.5.828.1
releaseDate: 2025-06-17T12:04:39.871Z
packageURL: https://downloads.cloudflareclient.com/v1/download/windows/version/2025.5.828.1
packageSize: 129200128
platformName: Windows
Loading