diff --git a/src/content/release-notes/warp.yaml b/src/content/release-notes/warp.yaml index a2fd7eca55edb9f..736cb60238e3c2e 100644 --- a/src/content/release-notes/warp.yaml +++ b/src/content/release-notes/warp.yaml @@ -5,6 +5,61 @@ productLink: "/cloudflare-one/connections/connect-devices/warp/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: + - publish_date: "2025-02-19" + title: WARP client for macOS (version 2025.1.861.0) + description: |- + 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. + + Note: If using macOS Sequoia, Cloudflare recommends the use of macOS 15.3 or + later. With macOS 15.3, Apple addressed several issues that may have caused + the WARP client to not behave as expected when used with macOS 15.0.x. + + **Changes and improvements** + + - Improved command line interface for Access for Infrastructure with added function for filtering and ordering. + - Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols. + - Improved OS version posture checks on macOS for greater reliability and availability. + - Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion. + - Improved Wireguard connection stability on reconnections. + - Added additional HTTP/3 QUIC connectivity test to `warp-diag`. + - Added support for collection of system health metrics for enhanced device Digital Experience Monitoring. + - Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization. + - Fixes issues with deleted registration at start up. + + **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.3 + or later. + - publish_date: "2025-02-19" + title: WARP client for Windows (version 2025.1.861.0) + description: |- + 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. + + **Changes and improvements** + + - Improved command line interface for Access for Infrastructure with added function for filtering and ordering. + - Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols. + - Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion. + - Improved Windows multi-user feature with minor bug fixes and optimizations. + - Improved connectivity check reliability in certain split tunnel configurations. + - Improved reading of device DNS settings at connection restart. + - Improved WARP connectivity in environments with virtual machine interfaces. + - Improved Wireguard connection stability on reconnections. + - Improved reliability of device posture checks for OS Version, Unique Client ID, Domain Joined, Disk Encryption, and Firewall attributes. + - Added additional HTTP/3 QUIC connectivity test to warp-diag. + - Added support for collection of system health metrics for enhanced device Digital Experience Monitoring. + - Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization. + + **Known issues** + + - 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. + - publish_date: "2025-02-07" title: WARP client for macOS (version 2025.1.634.1) description: |- diff --git a/src/content/warp-releases/macos/ga/2025.1.861.0.yaml b/src/content/warp-releases/macos/ga/2025.1.861.0.yaml new file mode 100644 index 000000000000000..cf97cf7ec9e144f --- /dev/null +++ b/src/content/warp-releases/macos/ga/2025.1.861.0.yaml @@ -0,0 +1,40 @@ +releaseNotes: >- + This release contains minor fixes and improvements. + + + Note: If using macOS Sequoia, Cloudflare recommends the use of macOS 15.3 or + later. With macOS 15.3, Apple addressed several issues that may have caused + the WARP client to not behave as expected when used with macOS 15.0.x. + + + **Changes and improvements** + + - Improved command line interface for Access for Infrastructure with added function for filtering and ordering. + + - Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols. + + - Improved OS version posture checks on macOS for greater reliability and availability. + + - Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion. + + - Improved Wireguard connection stability on reconnections. + + - Added additional HTTP/3 QUIC connectivity test to `warp-diag`. + + - Added support for collection of system health metrics for enhanced device Digital Experience Monitoring. + + - Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization. + + - Fixes issues with deleted registration at start up. + + + **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.3 + or later. +version: 2025.1.861.0 +releaseDate: 2025-02-19T17:17:12.982Z +packageURL: https://downloads.cloudflareclient.com/v1/download/macos/version/2025.1.861.0 +packageSize: 92359731 +platformName: macOS diff --git a/src/content/warp-releases/windows/ga/2025.1.861.0.yaml b/src/content/warp-releases/windows/ga/2025.1.861.0.yaml new file mode 100644 index 000000000000000..64bcc52c85e9dbb --- /dev/null +++ b/src/content/warp-releases/windows/ga/2025.1.861.0.yaml @@ -0,0 +1,44 @@ +releaseNotes: >- + This release contains only improvements. + + + **Changes and improvements** + + - Improved command line interface for Access for Infrastructure with added function for filtering and ordering. + + - Fixed client connectivity issues when switching between managed network profiles that use different WARP protocols. + + - Added support for WARP desktop to use additional DoH endpoints to help reduce NAT congestion. + + - Improved Windows multi-user feature with minor bug fixes and optimizations. + + - Improved connectivity check reliability in certain split tunnel configurations. + + - Improved reading of device DNS settings at connection restart. + + - Improved WARP connectivity in environments with virtual machine interfaces. + + - Improved Wireguard connection stability on reconnections. + + - Improved reliability of device posture checks for OS Version, Unique Client ID, Domain Joined, Disk Encryption, and Firewall attributes. + + - Added additional HTTP/3 QUIC connectivity test to warp-diag. + + - Added support for collection of system health metrics for enhanced device Digital Experience Monitoring. + + - Automated the removal of active registrations for devices with multiple registrations with the same Zero Trust organization. + + + **Known issues** + + - 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.1.861.0 +releaseDate: 2025-02-19T17:46:28.678Z +packageURL: https://downloads.cloudflareclient.com/v1/download/windows/version/2025.1.861.0 +packageSize: 128249856 +platformName: Windows